﻿/*@import url(webfonts.css);*/
*{
    margin:0px;
    padding:0px;
    border:0;
}
html, body {
/*    font-family: BrandonGrotesque-Regular;*/
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

html body.login {
    background-color: #efefef !important;
}

.kd-login-container {
    position: relative;
    min-height: 100%;
    background: #efefef;
}

.kd-login-content {
    max-width: 941px;
    max-height: 749px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background:#ffffff;
}

.kd-login-content-form {
    background: url("../Images/login/loginbg.png") no-repeat left center;
    width: 100%;
    height: 707px;
    position: relative;
    background-size: cover;
}

.kd-login-content-footer {
    color: #ffffff;
    width: 100%;
    text-align: center;
    height:41px;
    background:#000000;
    line-height:41px;
}
.kd-login-logo {
    width: 100%;
    padding-left: 25px;
    padding-top: 24px;
    padding-right: 5px;
}
.kd-login-logo:after,kd-login-logo:before{
    content: " ";
    display:table;
    clear:both;
}
.kd-logo-img{
    float:left;
    padding-top:6px;
}

.kd-logo-title {
    float: left;
    font-size: 32px;
    font-weight: bolder;
    margin-left: 160px;
    color: #000000;
}
.kd-login-logo img {
    max-width: 230px;
    width: 100%;
}
.kd-login-form {
    max-width: 340px;
    height: 310px;
    position: absolute;
    width: 100%;
    top: 307px;
    left: 45px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 26px -5px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 26px -5px rgba(0,0,0,1);
    box-shadow: 0px 0px 26px -5px rgba(0,0,0,1);
    background: transparent;
    padding-top:20px;
}
.kd-login-footer {
    position: absolute;
    bottom: 20px;
    left: 55px;
}

.kd-login-footer img{
 max-width:100%;
}

.kd-login-form .form-title {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 24px;
}


.kd-login-form .form-control {
    background-color: #ffffff;
}

.kd-login-form input:-internal-autofill-selected {
    background-color: white !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/*Change text in autofill textbox*/
/*input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}*/
.kd-login-content-form .forget-password {
    margin-top: 45px;
}
.kd-login-content-form .forget-password a{
    color: #1f1d21 !important;
    font-weight: 600;
    font-size: 14px;
}
#kd-forget-form h3 {
    font-weight: 600;
    font-size: 24px;
}
#kd-forget-form{
    display:none;
}

#kd-forget-form .btn.btn-outline.red {
    border-color: #a1070f;
    color: #a1070f;
    background: 0 0;
}
#kd-forget-form .btn.btn-outline.red:hover {
    border-color: #a1070f;
    color: #ffffff;
    background: #a1070f;
}

.kd-login-form button.btn.green,.kd-login-form button.btn.green:active, .kd-login-form button.btn.green:focus, kd-login-form button.btn.green:visited {
    color: #fff;
    background-color: #a1070f;
    border-color: #a1070f;
}

.kd-login-form button.btn.green:hover {
    color: #fff;
    background-color: #a1070f !important;
    border-color: #a1070f !important;
    opacity: 0.8;
}
.kd-alert-message{
    position:relative;
    z-index:999;
}
.kd-alert-message i{
     position: absolute;
    top: 2px;
    right: 6px;
    color: #a1070f;
    font-size: 18px;
    cursor:pointer;
}
@media screen and (max-width: 800px) {
    .kd-logo-title {
        margin-left: 70px;
    }
}
@media screen and (max-width: 769px) {
    .kd-logo-title {
        margin-left: 54px;
    }
}
@media screen and (max-width: 768px) {
    .kd-logo-title {
        margin-left: 52px;
    }
}
@media screen and (max-width: 753px) {
    .kd-logo-title {
        margin-left: 46px;
    }

}

@media screen and (max-width: 722px) {
    .kd-logo-title {
        margin-left: 34px;
    }
}
@media screen and (max-width: 696px) {
    .kd-logo-title {
        margin-left:32px;
    }
}

@media screen and (max-width: 655px) {
    .kd-logo-title {
        margin-left: 22px;
    }
}

@media screen and (max-width: 643px) {
    .kd-logo-title {
        margin-left: 9px;
    }
}

@media screen and (max-width: 626px) {
    .kd-logo-title {
        margin-left: 0px;
        font-size: 30px;
        float:none;
    }
    .kd-logo-img{
        float:none;
    }
}
@media screen and (max-width: 400px) {
    .kd-login-form {
        max-width: 330px;
        padding: 24px;
        padding-top: 14px;
        height: 304px;
    }

    .kd-login-footer {
        left:0;
        width: 100%;
        text-align: center;
    }
    .kd-logo-img {
        text-align: center;
    }
}

@media screen and (max-width: 380px) {
    .kd-login-form {
        max-width: 300px;
        padding: 20px;
        padding-top: 10px;
        height: 300px;
    }
    .kd-logo-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 360px) {
    .kd-login-form {
        max-width: 280px;
    }
}

@media screen and (max-width: 356px) {
    .kd-login-logo {
        padding-left: 5px;
        text-align: center;
    }

    .kd-login-footer {
        left: 0px;
        text-align: center;
        padding: 0px 10px;
    }
    .kd-login-form {
        max-width: 248px;
    }

    .kd-logo-title {
        font-size: 28px;
    }
 
}

@media screen and (max-width: 300px) {
    .kd-login-form {
        left: 26px;
        top: 322px;
        padding: 15px;
        padding-top: 3px;
        height: 286px;
    }
    .kd-logo-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 280px) {
    .kd-login-form {
        left: 20px;
        top: 330px;
    }
    .kd-logo-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 280px) {
    .kd-login-form {
        left: 10px;
        top: 335px;
    }
}

@media screen and (max-width: 262px) {
    .kd-login-form {
        left: 5px;
        top: 340px;
    }
    .kd-logo-title {
        font-size: 24px;
    }
}
@media screen and (max-width: 255px) {
    .kd-login-form {
        left: 0px;
        height: 305px;
    }
    .kd-logo-title {
        font-size: 22px;
    }
}
@media screen and (max-width: 162px) {
    .kd-login-form {
        padding-top: 0px;
        padding: 2px;
    }
    .kd-logo-title {
        font-size: 18px;
    }
}


