﻿body 
{
    margin:0px;
    padding:0px;
}

#login_form
{
    width:100%;
}

#login_form .text
{
    text-align:center;
    font-family:Arial;
    font-size:8pt;
    color: #0fb1ce; 
}

#login_form .link
{
    text-align:center;
    font-family:Arial;
    font-size:8pt;
}


#login_form_left
{
    background-color:Green;
    width:49%;
    float:left;
}

#login_form_left_wraper
{
    border: solid 1px #9dbb61;
}

#login_form_left_wraper_header
{
    font-family: Arial; 
    font-size: 11pt; 
    background-color: #9dbb61;
    height: 25px; 
    color: White; 
    font-weight: bold;
    padding-left: 15px;
    padding-top:5px;
}

#login_form_left_wraper_content
{
    height:200px;
    background-color: #eef2e1
}

#login_form_right
{
    background-color:Blue;
    width:50%;
    float:right;
}

#login_form_right_wraper
{
    border: solid 1px #7199d4;
}

#login_form_right_wraper_header
{
    font-family: Arial; 
    font-size: 11pt; 
    background-color: #7199d4;
    height: 25px; 
    color: White; 
    font-weight: bold; 
    padding-left: 15px;
    padding-top:5px;
}

#login_form_right_wraper_content
{
    height:200px;
    background-color: #e1f2fa;
}

.button_register
{
    margin-top:20px;
    background-image:url(Images/register-now.png);
    background-repeat:no-repeat;
    height:140px;
    width:250px;
}

#RecoverPwd
{
    border: solid 1px #7199d4;
    text-align:left;
    height:140px;
    background-color:#e1f2fa;
}

#RecoverPwd table
{
    width:100%;
}

#RecoverPwd table td
{
    font-size:10pt;
    font-family:Arial;
    height:15px;
}

#RecoverPwd table td .caption
{
    background-color:#7199d4;
    color:White;
    padding-left:10px;
        font-size:11pt;
         height: 25px; 
         font-weight:bold;
}

#RegisterForm
{
    border: solid 1px #9dbb61;
    background-color:#eef2e1;
}

#RegisterForm .caption
{
    background-color:#9dbb61;
    color:White;
    padding-left:10px;
    font-size:11pt;
    height: 25px; 
    font-weight:bold;
    font-family:Arial;
}

#RegisterForm .table td
{
    height:26px;
}

#ActiveForm
{
    border: solid 1px #9dbb61;
    background-color:#eef2e1;
    font-size:10pt;
    font-family:Arial;
    padding-bottom:10px;
}

#Account
{
    border: solid 1px #9dbb61;
    background-color:#eef2e1;
    font-size:10pt;
    font-family:Arial;
}

#Account .caption
{
    background-color:#9dbb61;
    color:White;
    padding-left:10px;
    font-size:11pt;
    height: 25px; 
    font-weight:bold;
    font-family:Arial;
}

#Account .table td
{
    height:26px;
}

.password
{
    padding-top:10px;
    padding-bottom:10px;
}

.button_activate
{
    background-image:url(Images/btn_activate.png);
    background-repeat:no-repeat;
    height:32px;
    width:111px;
}

.button_profile
{
    background-image:url(Images/btn_profile.png);
    background-repeat:no-repeat;
    height:32px;
    width:111px;
}

#ActiveForm .caption
{
    background-color:#9dbb61;
    color:White;
    padding-left:10px;
    font-size:11pt;
    height: 25px; 
    font-weight:bold;
    font-family:Arial;
}

.button_login
{
    margin-top:20px;
    background-image:url(Images/login-now.png);
    background-repeat:no-repeat;
    height:60px;
    width:250px;
    margin-bottom:25px;
}

.row
{
    text-align:center;
    padding-top:10px;
}

.label
{
    font-family:Arial;
    font-size:9pt;
}

.message
{
    text-align:center;
    color:Red;
    font-size:8pt;
    font-family:Arial;
}

