.front-login-form-row {
    justify-content: center;
}

.front-login-form form {
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0 0 20px -15px black;
}

.front-login-form .top-heading {
    background: rgb(247, 210, 26);
    margin: 0px;
    padding: 20px;
    color: rgb(69, 69, 68);
    text-align: center;
    font-weight: bold;
}

.front-login-form-body {
    padding: 40px;
}

.front-login-form-body label {
    color: rgb(0 102 211);
    font-weight: bold !important;
}

.front-login-form-body input {
    height: 40px !important;
    border-radius: 10px !important;
}

.front-login-form-button-box {
    text-align: center;
}

.front-login-form-button {
    background: rgb(237, 118, 78) !important;
    border: none !important;
    box-shadow: 0 0 12px -5px black !important;
    width: 240px !important;
    border-radius: 55px !important;
    padding: 10px !important;
    font-weight: bold !important;
}

.front-login-form-change-form {
    color: #da2b2b;
    border-bottom: 1px solid red;
}

.front-login-form-body .checkbox {
    height: 15px !important;
    border-radius: 0px !important;
}
.front-login-form-body .form-check-label {
    color: #495057 !important;
    font-weight: 100;
}
