.ums-content-login-form {
    max-width: calc(100vw - 20px);
    padding: 20px 40px 30px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 25px;
    width: 480px;
}

.ums-title-form {
    border-bottom: 2px solid #efebeb;
    padding-bottom: 15px;
    color: #000;
    width: 100%;
    display: block;
    font-weight: 800;
    font-size: 17px;
}

.ums-login-title-form-message, .ums-verification-title-form-message {
    font-size: 15px;
    color: #797670;
    margin-bottom: 10px;
    margin-top: 24px;
}


.ums-login-submit-button {
    background-color: #09985d;
    border-radius: 15px !important;
    height: 50px;
    width: 100%;
    border: none !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 15px !important;
    cursor: pointer !important;
    margin-top: 25px !important;
    margin-left: auto !important;
}


.umss-form-control {
    background-color: #f2f2f2 !important;
    border-radius: 15px !important;
    height: 50px !important;
    width: 100% !important;
    margin-bottom: 17px !important;
    border: none !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 14px !important;
    padding-left: 0 !important;
}

.ums-terms-register {
    margin-top: 8px;
}

.ums-terms-register label span a {
    color: #000;
    font-weight: 700;

}

.input-login-ums:focus {
    outline: none;
}

.ums-form-wrap-field label {
    display: none !important;
}

.ums-footer-login-link {
    margin-top: 20px;
    font-size: 14px;
    color: #797670;
    display: block;
    font-weight: 700;
}

.ums-footer-login-link a {
    color: #797670;
}