
body, html{height: 100%;}

body{font-family:Arial; color:#333; font-size:14px;}

/*font-family: 'Ubuntu', sans-serif;*/

a { color: #016097; text-decoration: none; cursor: pointer;}
a img { border: 0; }


.top-pannel{ background: #fafafa; height:75px; box-shadow:0 0 5px #999; }
.logo {width: 195px; float:left; font-size:18px; margin:5px 0 0; }

.LoginSection{height: 512px;  margin:auto; width:73%;  background:#fff; padding:0; border-radius:30px; -webkit-border-radius:30px; border:1px solid #ccc; box-shadow:0px 0px 28px #3636367d; position:relative; left:0; right:0; top:43px; bottom:0; overflow:hidden;}
.login_left_bg{background:#18cb96; height:auto; position:relative; }
.login_logo {margin: auto;width: 216px;height: 61px;left: 0;right:0;bottom: 27px;top: 0;position: absolute;}
.login_text{color:#18ca96; text-align:center; font-size:30px; font-weight:bold; margin:0 0 9px;}

.form-label{margin:0;}

.SignIn_btn{background:#18ca96; color:#fff; font-size:18px; padding:8px 0; border-radius:5px; border: 1px solid #18ca96; cursor:pointer; width:100%; font-weight:bold; display:block; text-align:center;}
.SignIn_btn:hover{color:#fff; }

.Checkbox{display:inline-block; position:relative; padding-left:30px; margin-bottom:11px; cursor:pointer; font-size:14px; -webkit-user-select:none; -moz-user-select:none;   -ms-user-select:none; user-select:none;	color:#555;	font-weight:normal; line-height:22px;}
.Checkbox input {position:absolute; opacity:0; cursor:pointer; margin:1px 0 0 -24px;}
.CheckboxCheckMark{position:absolute; top:0; left:0; height:18px; width:18px; background-color:#737373; border:1px solid #737373; border-radius:3px;}
/*.Checkbox:hover input ~ .checkmark {background-color:#ccc;}*/
.Checkbox input:checked ~ .CheckboxCheckMark{background-color: #737373;}
.CheckboxCheckMark:after{content: ""; position:absolute; display:none;}
.Checkbox input:checked ~ .CheckboxCheckMark:after{display:block;}
.Checkbox .CheckboxCheckMark:after{left:5px; top:1px; width:6px; height:10px; border:solid #fff; border-width:0 2px 2px 0; -webkit-transform:rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

.forgotpassword{font-size:14px; }
.forgotpassword a{color:#18ca96; text-decoration:none;}

.Privacy_Policy{font-size:14px; }
.Privacy_Policy a{color:#18ca96; text-decoration:underline;}

.Remember_Section{margin:0;}


.error_msg{color:#cd1414; position:absolute; font-size:11px; display:block; margin: 0 0;}
.mandatory{color:#cd1414;}

.g-recaptcha div{margin:0 auto;}

@media (max-width: 767px) {
    .LoginSection{margin:40px auto 15px; width:95%; height: 570px;}
.login_left_bg{height:120px;}

}

@media (max-width: 768px) {
    .Remember_Section{text-align:center; font-size:14px;}
    .LoginSection {
        height: 532px;
        width: 90%;
    }
    .Remember_Section .pull-right {
        float: left;
    }

    .error {
        margin-top: 86px;
        margin-left: 45px !important;
    }
}

@media (max-width: 425px) {
    .error {
        margin-left: 170px !important;
    }
}

    @media only screen and ( min-width: 320px) and ( max-width: 640px ) {
        .Remember_Section .pull-right {
            float: right;
        }
        .Remember_Section{font-size:12px;}
        .LoginSection {
            margin: 40px auto 15px;
            width: 95%;
            height: auto;
        }

        .login_left_bg {
            height: 120px;
        }

        .footer {
            position: relative;
        }

        .d-flex {
            width: 100%;
            display: block !important;
        }

        .LoginSection .loginBg input[type="text"] {
            width: 72%;
        }

        .LoginSection .loginBg input[type="password"] {
            width: 72%;
        }
    }

    .validation {
        color: #f00;
        font-size: 13px;
        position: absolute;
        margin: 0;
        top: inherit !important;
        left: inherit !important;
    }
