.login {
    background: #ffffff;
    padding: 50px;
    width: 100%;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 12%);
}

.login .form-control {
    height: calc(1.5em + .75rem + 8px);
}

.forgotpaswd .form-control::placeholder {
    color: rgba(44, 44, 44, 0.445) !important;
    opacity: 1;
    font-size: 14px;
}

.login h3 {
    color: black;
    text-align: center;
}

.login img {
    width: 150px;
    padding: 10px 0px;
}

.formname {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.forgot {
    text-align: right;
    color: #7d7d7c;
    margin-bottom: 20px;
    cursor: pointer;
}

.loginbtn {
    background: #cb3727;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
    display: flex;
    margin: 0 auto;
}

.modal .forgotpaswd {
    max-width: 500px !important;
}

.modal-body h4 {
    color: black;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.modal-body h4 span {
    display: block;
    font-size: 14px;
    text-decoration: none;
    margin-top: 5px;
}