.a {
    background: #27282B 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px black;
    opacity: 1;
}

.b {
    letter-spacing: 0px;
    color: #FFFFFF;
}

.header1 {
    top: -1.7881393432617188e-7px;
    left: 0px;
    width: 100%;
    height: 71px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000014;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*body {
    top: 0px;
    left: 0px;
    width: 1500px;
    height: 768px;
    background: #202124 0% 0% no-repeat padding-box;
    opacity: 1;
}*/

* {
    box-sizing: border-box;
}

.e {
    top: 19px;
    left: 686px;
    width: 51px;
    height: 70px;
    text-align: left;
    font: normal normal bold 11px/12px Trebuchet MS;
    letter-spacing: 0px;
    color: #202124;
    text-transform: uppercase;
    opacity: 1;
}

.imgpic {
    top: 464px;
    left: 588px;
    width: 20px;
    height: 20px;
    background: transparent url('img/Icon-alert-20.svg') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.f {
   
    background: #1C1D20 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
}

.g {
    text-align: center;
    font-size:15px;
    letter-spacing: 0px;
    color: white;
    opacity: 1;
    background-color:gray;
    background: #45464B 0% 0% no-repeat padding-box;
    border-radius: 4px;
}

.h {
    
  
    font: normal normal 600 30px/37px Nunito Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

/* Custom CSS 27/10/2021 */
/* ===================== */

body {
    background: #202124;
}

.login-container {
    max-width: 680px;
}

.login-form-height {
    height: 100vh;
}

.login-form .card {
    box-shadow: 0px 0px 15px #00000014;
}

.login-wrap {
    background: #27282B;
}

.login-form input {
    background: #1C1D20 !important;
    font-size: 12px;
    border: 0;
    height: 40px;
    color: #fff !important;
    border-radius: 4px;
}

.login-form .form-control:valid:focus {
/*    box-shadow: 0 0 0 0.08rem #5766ff !important;*/
}

.login-btn {
    background: #45464B;
    font-size: 12px;
    height: 40px;
    border-radius: 4px;
}

.input-group-text {
    background: #1C1D20 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    border: 0;
    padding: 10px;
    border: 1px solid #ced !important;
    border-left: none;
}