﻿@import url(../webfonts/style.css?v=1.0);
*{
    margin:0px;
    padding:0px;
    border:0;
}
html, body {
    font-family: 'Poppins Regular', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    background: #051936;
}

html body.login {
    background-color: #efefef !important;
}

.kd-login-container {
    position: relative;
    min-height: 100%;
    background: #051936;
}

.kd-login-content {
    max-width: 428px;
    max-height: 510px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.kd-login-content-form {
    width: 100%;
    height: 495px;
    position: relative;
    background-size: cover;
}

.kd-login-content-footer {
    color:#ffffff;
    width: 100%;
    text-align: center;
    background: #0d95e8;
    line-height: 41px;
    font-weight:400;
}
.kd-login-logo {
    width: 100%;
    padding-top: 5px;
    text-align:center;
}
.kd-login-logo:after,kd-login-logo:before{
    content: " ";
    display:table;
    clear:both;
}
.kd-logo-img{
    padding-top:5px;
}

.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: 360px;
    position: absolute;
    width: 100%;
    top: 110px;
    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: 10px;
}
.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: #dc3545;
    color: #dc3545;
    background: 0 0;
}
#kd-forget-form .btn.btn-outline.red:hover {
    border-color: #c32d3c;
    color: #ffffff;
    background: #c32d3c;
}

.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: #dc3545;
    border-color: #dc3545;
}

.kd-login-form button.btn.green:hover {
    color: #fff;
    background-color: #c32d3c !important;
    border-color: #c32d3c !important;
}

.kd-login-form .btn-success.active.focus,
.kd-login-form .btn-success.active:focus,
.kd-login-form .btn-success.active:hover,
.kd-login-form .btn-success:active.focus,
.kd-login-form .btn-success:active:focus,
.kd-login-form .btn-success:active:hover,
.kd-login-form .open > .btn-success.dropdown-toggle.focus,
.kd-login-form .open > .btn-success.dropdown-toggle:focus,
.kd-login-form .open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #051936;
    border-color: #051936;
}

.kd-alert-message{
    position:relative;
    z-index:999;
}
.kd-alert-message i{
     position: absolute;
    top: 2px;
    right: 6px;
    color: #c32d3c;
    font-size: 18px;
    cursor:pointer;
}
.kd-login-form .btn-success {
    color: #fff;
    background-color: #0d95e8;
    border-color: #0d95e8;
}
@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: 117px;
        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: 117px;
    }
    .kd-logo-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 280px) {
    .kd-login-form {
        left: 16px;
        top: 117px;
    }
}

@media screen and (max-width: 262px) {
    .kd-login-form {
        left: 5px;
        top: 117px;
    }
    .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;
    }
}


