.loginbox {
    background-color: white;
    color: #3B3B3B;
}

#bodypath {
    background-color: #ebebeb;
}
.form-check-input:checked {
    background-color: #db3037;
    border-color: rgba(211, 47, 47, 0.4);
}
.form-check-input:focus {
    border-color:rgba(211, 47, 47, 0.4);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(211, 47, 47, 0.1);
}
input{
    direction: rtl !important;
}
label, .form-group p.label {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 2px;
    color: darkslategray;
}

.login-section {
 
    height: 84vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  
}

.login_rules {
    text-align: center;
    margin: 0;
    margin-top: 20px;
}


.loginlogo img {
    max-width: 190px;
    max-height: 5rem;
}


.error_des {
    color: #DA5151;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}

.welcome_img img {
    margin: auto;
    width: 200px;
    height: 200px;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.grecaptcha-badge { 
    visibility: hidden
}

.pricing:before {
    display: none;
}
