﻿body {
    background-image: url("/images/login-bg.jpg");
    font-family: 'Roboto', sans-serif;
}


.login-dark form {
    max-width: 400px;
    width: 90%;
    background-color: #222222;
    padding: 20px 34px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}
@media screen and (max-width:567px){
    .login-dark form{
        max-width:max-content;
        width:96%;
    }
}
.login-dark .illustration {
    text-align: center;
    padding: 15px 0 20px;
    margin-bottom:10px;
}

.login-dark form .form-control {
    background-color: #222222;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: white;
    font-size: 12px;
    padding:5px 0;
   
}

.backTologin {
    font-size: 14px;
    color: white;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
}

.login-dark form .forgot {
    display: block;
    text-align: right;
    font-size: 12px;
    color: white;
    opacity: 0.9;
    text-decoration: none;
}

.login-dark form .btnLogin {
    border-radius: 4px;
    padding: 8px 10px;
    box-shadow: none;
    margin-top: 20px;
    text-shadow: none;
    outline: none;
    font-size: 14px;
    min-width: 150px;
    background-color: #D2202F;
    border: none;
    color: white;
    cursor: pointer;
}



.login-dark form .forgot:hover, .login-dark form .forgot:active {
    opacity: 1;
    text-decoration: none;
}

.login-dark form .btn-primary:active {
    transform: translateY(1px);
}



.lblError {
    color: red;
    font-size: 12px;
}
.lblLogin{
    font-size:12px;
    color:white;
    line-height:12px;
}


.login-dark p{
    line-height:normal;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

.success {
    color: #0fb212;
    display: none;
}



.alert-box {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    margin: 10px 0;
}
#lblforgotPwd{
    font-size:15px;
    color:white;
    font-weight:bold;
}


#resetId {
    font-size: 15px;
    color: white;
    font-weight: bold;
}


.success-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #0fb212;
    margin-bottom: 10px;
    display: flex;
}










