/**
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Login-Signup Common
 */

.image-logo-signup-container {
    background-color: var(--cares-green-light);
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-logo-signup {
    width: 15%;
    cursor: pointer;
}

.login-text-error {
    color: red;
}

.login-cp {
    cursor: pointer;
}

.login-txt-under {
    text-decoration: underline;
}

.login-font-light {
    font-weight: lighter;
    color: #5a6268;
}

.signup-like-img {
    width: 30px;
    max-width: 40px;
}

.login-img-md {
    width: 27px;
    max-width: 40px;
}
.login-img-sm {
    width: 23px;
    max-width: 40px;
}

.login-container label {
    font-size: large;
}

.signup-container label {
    font-size: large;
}

/**
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 SignUp
 */
.btn-signup-yn {
    font-size: .9rem !important;
    border-radius: .3rem !important;
    border-color: #cbc8c8;
    background-color: whitesmoke;
    color: var(--cares-text-dark-light);
    transition: none !important;
}


.btn-signup-yn:focus, .btn-signup-yn:visited .btn-signup-yn:active {
    background-color: whitesmoke;
    border-color: #cbc8c8;
    outline: none;
    box-shadow: none;
    color: var(--cares-text-dark-light);
}

.btn-signup-yn:hover {
    background-color: var(--cares-green-light) !important;
    color: white;
}

.btnSignupYnAct {
    background-color: var(--cares-green-light) !important;
    color: white !important;
    font-weight: bold !important;
}

.signup-form-group, .hint-login-signup {
    margin-left: 2% !important;
    margin-right: 2% !important;
}
/*.signup-form-group {*/
/*    margin-left: 15%;*/
/*    margin-right: 15%;*/
/*}*/
.signup-couple {
    width: 50% !important;
}


/**
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Category Buttons Signup START
 */
.activeBtnSignupPreferencesPOS{
    background-color: var(--cares-green-lighter) !important;
    border-color: black !important;
    outline: black !important;
}
.activeBtnSignupPreferencesNEG{
    background-color: #ffc8c8 !important;
    border-color: black !important;
    outline: black !important;
}

.button-category-signup {
    font-size: 1rem !important;
    border-radius: .3rem !important;
    border-color: #cbc8c8;
    background-color: white;
    color: var(--cares-text-dark-light);
    transition: none !important;
}
.mr-2sign-img {
    margin-right: .5rem !important;
}
.button-category-preference, .button-category-preference:hover,
.button-category-preference:focus, .button-category-preference:visited,
.button-category-preference:active{
    font-size: 1rem !important;
    border-radius: .3rem !important;
    border-color: #cbc8c8;
    background-color: var(--cares-green-lighter) !important;
    color: var(--cares-text-dark-light);
    transition: none !important;
    pointer-events: none !important;
}
.button-category-preference-neg {
    font-size: 1rem !important;
    border-radius: .3rem !important;
    border-color: #cbc8c8;
    background-color: #ffc8c8 !important;
    color: var(--cares-text-dark-light);
    transition: none !important;
    pointer-events: none !important;
}



.button-category-signup:focus, .button-category-signup:visited  {
    background-color: white;
    border-color: #cbc8c8;
    outline: none;
    color: var(--cares-text-dark-light) !important;
    box-shadow: none;
}

.button-category-signup:active {
    background-color: white !important;
    border-color: #cbc8c8;
    outline: none;
    color: var(--cares-text-dark-light) !important;
    box-shadow: none;
}

.button-category-signup:hover {
    /*border-color: #cbc8c8;*/
    /*background-color: var(--cares-green-super-ligth) !important;*/
    background-color: white;
    color: var(--cares-text-dark-light);
    /*outline: none;*/
    box-shadow: inset 0px 0px 0px 2px var(--cares-text-dark-light) !important;
}
/**
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Category Buttons Signup END
 */



.noHover {
    pointer-events: none !important;
}

.ls-ns {
    font-weight: bold;
    color: red;
}



/**
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 @media
 */
@media screen and (max-width: 900px) {

    .container-singup-select .button-category-emoji h5 {
        font-size: smaller !important;
    }

    .couple-div {
        display: block !important;
    }
    .signup-couple {
        width: 90% !important;
    }
    .signup-form-group, .hint-login-signup {
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
}

@media screen and (max-width: 800px) {
    .signup-form-group {
        margin-left: 0;
        margin-right: 0;
    }
    .image-logo-signup {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .signup-form-group {
        margin-left: 0;
        margin-right: 0;
    }
    .image-logo-signup {
        width: 60%;
    }
}

@media (max-width: 575px) {
    .button-category-signup {
        font-size: .8rem !important;
        padding-right: .25rem !important;
        padding-left: .25rem !important;
        margin-right: .5rem !important;
    }
    .mr-2sign-img {
        margin-right: 0 !important;
    }

    .signup-like-img {
        width: 25px;
        max-width: 25px;
    }
}
