.form-control:focus {
    color: #639EB5 !important;
}

a.link-primary, a.ms-1.link-primary, a.link-primary.fw-semibold{
color: #0000ff !important;
}

a.px-5{
  color: #0000ff !important;  
}

.trainer-conditions{
   border: 1px solid #97d7d7 !important; 
   padding: 25px;
}

h1.text-dark.fw-bolder.mb-3 {
    font-weight: 500 !important;
    font-size: 32px;
}

.form-control {
    color: #707070;
    font-size: 16px;
    font-weight: 400 !important;
    border: 1px solid #c7202f;
}


.form-control, .btn.btn-outline:not(.btn-outline-dashed) {
    border: 1px solid #97d7d7 !important;
}

button#kt_sign_in_submit, button#kt_sign_up_submit{
    background-color: #c7202f;
    border-radius: 50px;
    border: 2px;
}



.card-header.mt-6.signup-box , .card.card-flush.h-lg-100 { 
    border-radius: 25px;
}


.row.g-6.g-xl-9 {
    width: 80%;
}

.opacity-6{
    opacity: 0.3 !important;
}

.border-2px{
    border: 2px solid #97d7d7 !important;
}

.border-1px{
    border: 1px solid #97d7d7 !important;
}

.mainSignUp{
    position: fixed;
    top: 70px;
}

.fs-28{
    font-size: 28px;
}

.link-primary-blue{
    color: #0000ff!important;
}

#kt_sign_up_submit.disableBTN{
    background-color: #97D7D7!important;
}

.border-2px-light{
    border: 2px solid #d7f9f9 !important;
}

.bottom-links{
    position: absolute;
    bottom: 30px;
}

.disableBTN{
    opacity: 0.4;
    cursor: default !important;
}


/* Mobile Responsive  */

@media screen and (max-width: 600px) {
    .bottom-links{
        position: absolute;
        bottom: -80px!important;
    }
  }
