﻿html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #f5f6fa;
}

.maindiv {
    float: left;
    width: 100%;
}
.logincontentdiv {
    max-width: 1286px;
    width: 100%;
    float: left;
    
}

.loginmainarea {
    width: 785px;
    float: right;
    margin-right: 74px;
    /*margin-top: 93px;*/
}

.securelogo {
    float: right;
    background-image: url("../Content/Images/securelogo.png");
    background-repeat: no-repeat;
    width: 67px;
    height: 59px;
}

.loginarea {
    margin-top: 8.5%;
    margin-right: 8.5%;
    float: left;
    width: 92.5%;
}

.samastlogo {
    width: 48.7%;
    float: left;
    margin-top: 20%;
}

    .samastlogo img {
        float: left;
        background-image: url("../Content/Images/Mdaslogo_login.png");
        background-repeat: no-repeat;
        width: 246px;
        height: 85px;
    }

.loginpanel {
    float: right;
    width: 300px;
    padding: 30px 33px;
    background-color: #ffffff;
    border: 1px solid #f0f1f5;
    border-radius: 2px;
}

.marginbottom_five {
    margin-bottom: 5px;
}

.marginbottom_twenty {
    margin-bottom: 20px;
}

.loginpanel span {
    font-family: Kohinoornewregular;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 2px;
    float: left;
}
.loginpanel #forgotpwform_title span {
    font-family: "Kohinoornewbold";
    color: #6f5b50;
}
/*.loginpanel input[type=text], .loginpanel input[type=password]*/
.form-control {
    padding: 4%;
    color: #7f7f7f;
    font-size: 14px;
    font-family: Kohinoornewregular;
    width: 92%;
    background-color: #f1f1f1;
    border: 1px solid #fafafa;
    /*border-radius: 2px;*/
}

.field-validation-error span {
    color: #d11920;
    font-size: 12px;
}

.field-validation-error {
    color: #d11920 !important;
    font-size: 12px !important;
}

.input-validation-error {
    border: 1px solid #d11920;
}
input:focus, a:focus  {
    outline: none !important;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset;
}
.loginpanel a {
    color: #6f5b50;
    font-size: 12px;
    font-family: Kohinoornewregular;
    text-decoration: none;
    padding-bottom: 25px;
}

.loginpanelbutton {
    margin-bottom: 20px;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    font-family: Kohinoornewregular;
    width: 100%;
    background-color: #6f5b50;
    border: 1px solid #6f5b50;
}
.loginpanelbutton_gray {
    margin-bottom: 20px;
    padding: 10px;
    color: #4d4d4d;
    font-size: 16px;
    font-family: Kohinoornewregular;
    width: 100%;
    background-color: rgba(193, 193, 193, 0.8);
    border: 1px solid rgba(193, 193, 193, 0.8);
    color: #616161;
}  

.margincaptcha {
    margin-top: 25px;
    margin-bottom: 25px;
}

.div_captchaimg {
    width: 34%;
    float: left;
    background-color: #f1f1f1;
    padding: 3%;
    padding-bottom: 2%;
}

    .div_captchaimg img {
        height: 25px;
        background-color: #f1f1f1;
    }

.div_reloadimg {
    width: 10%;
    float: left;
    background-color: #ffffff;
    padding: 5% 1% 2% 4%;
    margin-left: 2%;
}

    .div_reloadimg a {
        padding-bottom: 0;
    }

        .div_reloadimg a img {
            height: 18px;
            width: 18px;
        }

.div_entercaptcha {
    width:40%;
    float: right;
    background-color: #ffffff;
    padding: 0%;
    margin-left: 0%;
    padding-bottom: 2%;
   
}

.footer {
    float: left;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    bottom: 0px;
    color: #58595b;
    font-family: KohinoornewSemibold;
}
.footerinnerdiv {
    max-width: 1286px;
    width: 100%;
    float: left;
}
.copyrightdiv {
    float: left;
    width: 46%;
    padding: 5px 2%;
}

    .copyrightdiv span {
        font-size: 11px;
    }

.privacydiv {
    float: left;
    width: 46%;
 
    padding: 5px 2%;
    text-align: right;
}
    .privacydiv span {
        font-size: 11px;
        font-family: kohinoornewsemibold;
    }

@media only screen and (min-width: 1366px) {
    .headerbar {
        float: none;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
        height: 100%;
    }
    .logincontentdiv {
        float: none;
        margin: auto;
    }
    .footerinnerdiv {
        float: none;
        margin: auto;
    }
}