.page_content_wrap{
    background-color: #ffffff !important;
}

.cc-form-main-container label,
.cc-form-main-container span,
.cc-form-main-container a{
    font-family: var(--theme-font-h5_font-family) !important;
}

#cc-reme-pass-container{
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 20px;
    margin-top: -10px;
}

/*--------Form Input Fields------*/
.um-field-area input{
    background-color: #F6F6F6 !important; 
    border: 1px solid #646464 !important;
}
.um-field-label label{
    color: #000000 !important;
}

/*------submit button------*/
#um-submit-btn{
    color: #ffffff !important;
    background-color: #5060F6 !important;
    font-weight: 700 !important;
    width: 100% !important;
}

/*----forgotten password----*/

#cc-forgottn-password{
    padding-top: 0 !important;
}
#cc-forgottn-password a{
    color: #FF0000 !important;
}


/*---------don' have an account, Register---*/
#cc-register-link-con{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/*---------Terms of Service and Additonal Links---*/
.cc-additonal-links{
    margin-bottom: 30px;
    margin-top: -20px;
}
.cc-additonal-links a{
    display: block;
}

.um-field-type_terms_conditions{
    margin-bottom: 30px;
    margin-top: -15px;
}
.um-field-type_terms_conditions .um-field-area:first-child{
    display: none !important;
}