body.container {
    margin: 0;
    padding: 0;
    background-color: #009fe4;
    background-image: linear-gradient(160deg, #16384a, #66d4fa);
    font-family: Helvetica, sans-serif;
}

/* Login Client */

.alert-danger {   
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    color: #fff;
    background: #dc3545;
    border-color: #d32535;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
#div_register {
    display: grid;
    align-items: center;
    justify-items: center;
    gap: 2rem;
    margin-top: 25px;
    margin-bottom: 25px;
}

#div_login {
    display: grid;
    align-content: center;
    align-items: center;
    justify-items: center;
    gap: 2rem;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-height: 900px) {
    #div_register {
        height: 100vh;
        margin-top: 25px;
    margin-bottom: 25px;
    }
}

@media (min-height: 640px) {
    #div_login {
        height: 100vh;
        margin-top: 25px;
    margin-bottom: 25px;
    }
}

#div_resetEmail {
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 2rem;
    height: 100%;
}

.loginResetEmail {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    gap: 1rem;
    width: 27.75rem;
    padding: 2.5rem;
    border-radius: 1rem;
    background: rgb(48,141,199);
    background: linear-gradient(151deg, rgba(48,141,199,1) 0%, rgba(80,222,224,0.18) 57%, rgba(0,212,255,1) 100%); 

}


.loginUser,
.registerUser {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 18.75rem;
    padding: 2.5rem;
    border-radius: 10px;
    background: rgb(48,141,199);
    background: linear-gradient(151deg, rgba(48,141,199,1) 0%, rgba(80,222,224,0.18) 57%, rgba(0,212,255,1) 100%); 
}


.loginUser__img img,
.registerUser__img img {
    width: 8rem;
    filter: brightness(200%);
    opacity: .5;



}

.loginUser__form,
.registerUser__form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0;
    width: 100%;
}

.loginUser__form__email,
.loginUser__form__password,
.registerUser__form__email,
.registerUser__form__password,
.registerUser__form__passwordNew,
.registerUser__form__firstName,
.registerUser__form__lastName,
.registerUser__form__country,
.registerUser__form__codeDiscount {
    height: 2.5rem;
    width: 100%;
    position: relative;
}

.loginUser__form__emailReset{
    height: 2.5rem;
    width: 100%;
    position: relative;
}

.loginUser__form__email img {
    position: absolute;
    left: -0.25rem;
    bottom: 0.4rem;
    width: 1.875rem;
}

.loginUser__form__password img {
    position: absolute;
    left: -0.25rem;
    bottom: 0.5rem;
    width: 1.875rem;
}

.loginUser__form__emailReset img {
    position: absolute;
    left: -0.25rem;
    bottom: 0.1rem;
    width: 1.875rem;
}

.registerUser__form__email img {
    position: absolute;
    left: -0.25rem;
    bottom: 0.4rem;
    width: 1.875rem;
}
.registerUser__form__password img {
    position: absolute;
    left: -0.25rem;
    bottom: 0.6rem;
    width: 1.875rem;
}
.registerUser__form__firstName img,
.registerUser__form__lastName img{
    position: absolute;
    left: 0.12rem;
    bottom: 0.95rem;
    width: 1.20rem;
}

.registerUser__form__country img{
    position: absolute;
    left: 0.16rem;
    bottom: 0.90rem;
    width: 1.10rem;
}

.registerUser__form__codeDiscount img {
    position: absolute;
    left: -0.25rem;
    bottom: 0.6rem;
    width: 1.875rem;
}

.registerUser__form__country  {

    border-bottom: 1px solid black;

}

.loginUser__form__email input,
.loginUser__form__emailReset input,
.loginUser__form__password input,
.loginUser__form__passwordNew input,
.registerUser__form__email input,
.registerUser__form__password input,
.registerUser__form__firstName input,
.registerUser__form__lastName input,
.registerUser__form__country input,
.registerUser__form__codeDiscount input,
.registerUser__form__country select {
    height: 100%;
    width: 90%;
    padding-left: 1.8rem;
    background: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    font-size: .9em;
}

.registerUser__form__country .select2-container--default .select2-selection--single {
  
    height: 100%;
    width: 90%;
    padding-left: 1.8rem;
    background: transparent;
    color: white;
    border: none;
    outline: none;
    font-size: .9em;

}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white!important;
}

.select2-dropdown.select2-dropdown--below{
    color: black;
    border: none;
    outline: none;
    background: #80daf8;
    border-radius: 7px;
    font-size: .8em;


}
.select2-container--default .select2-search--dropdown input.select2-search__field {
    border: none;
    border-radius: 7px;
}
.select2-container--default .select2-results__option--highlighted {
    background-color:#3cbdda;
    color: white;
}


.registerUser__form__codeDiscount input {
    height: 100%;
    width: 100%;
    padding-left: 1.8rem;
    background: transparent;
    color: black;
    border: none;
    outline: none;
    background: #80daf8;
    border-radius: 7px;
}

/*
.codeDiscountDiv{
    background: #5FDDFC;
}
*/

.loginUser__form__email input:focus~label,
.loginUser__form__email input:valid~label,
.loginUser__form__emailReset input:valid~label,
.loginUser__form__password input:focus~label,
.loginUser__form__password input:valid~label,
.registerUser__form__email input:focus~label,
.registerUser__form__email input:valid~label,
.registerUser__form__password input:focus~label,
.registerUser__form__password input:valid~label,
.registerUser__form__firstName input:focus~label,
.registerUser__form__firstName input:valid~label,
.registerUser__form__lastName input:focus~label,
.registerUser__form__lastName input:valid~label,
.registerUser__form__country input:focus~label,
.registerUser__form__country input:valid~label,
.registerUser__form__codeDiscount input:focus~label,
.registerUser__form__codeDiscount input:valid~label {
    transform: translateY(-20px);
    font-size: 15px;
    /* color: white; */
}

.loginUser__form__email label,
.loginUser__form__password label,
.registerUser__form__email label,
.loginUser__form__emailReset label,
.registerUser__form__password label,
.registerUser__form__firstName label,
.registerUser__form__lastName label,
.registerUser__form__country label,
.registerUser__form__codeDiscount label {
    /* position: absolute;
    bottom: 10px;
    left: 0; */
    /* padding-left: 1.8rem; */
    color: white;
    margin-bottom: 1rem;
    /* pointer-events: none;
    transition: all .2s ease-in; */
}

.loginUser__form__emailResetSize {
    font-size: 13px;
}

.ResetEmail__form__input{
    margin-top:9px;
}

.loginUser__form__btn,
.registerUser__form__btn {
    padding: 1rem 4rem;
    padding: 1rem 4rem;
    background-color: black;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: .5rem;
}

.resetEmail__form__btn {
    padding: 1rem 4rem;
    padding: 1rem 4rem;
    background-color: black;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: .5rem;
    margin-right: 100px;
    margin-left: 100px;
}


.loginUser__form__extra,
.registerUser__form__extra {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.loginUser__form__extra a,
.registerUser__form__extra a {
    text-decoration: none;
    font-size: .75rem;
    /* font-weight: 700; */
   /* letter-spacing: .75;*/
    color: white;
}

.loginUser__form__extra__recordar label,
.registerUser__form__extra__recordar label {
    font-size: .75rem;
    /*letter-spacing: .75;*/
    color:#3cbdda;

}

.registerUser__form__extra__checkbox a {
    color: #253E91;
    cursor: pointer;
    text-decoration: underline;
}

.MiCheckBox {
    margin-top: 1px;
}


.registerUser__form__extra__table {
    margin-bottom: 5px;

}

.registerUser__form__extra__table td {
    vertical-align: top;
    text-align: left;

}

.registerUser__form__extra__checkbox {
    font-size: .75rem;
   /* letter-spacing: .75;*/
    color: black;
    margin-bottom: 10px;
}

.registerUser__form__extra__checkbox label {
    font-size: .75rem;
    /*letter-spacing: .75;*/
    color: black;
    font-weight: 400;
}

.loginUser__form__extra__enlaces,
.registerUser__form__extra__enlaces {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .8rem;
    padding-top: 5px;
    color:#86e4f9;
}
.loginUser__form__extra__enlaces a,
.registerUser__form__extra__enlaces a {

    color:#86e4f9;
}

.registerUser__form__codeDiscount input::placeholder,
.MiPlaceholder input::placeholder {
    color: white;
    font-family: Helvetica, Sans-Serif;
}

.MiPlaceholderBlack input::placeholder {
    color: black;
    font-weight: bold;
    font-family: Helvetica, Sans-Serif;
}

.LoginImgNew {
    display: flex;
    justify-content: center;
}

.LoginImgNew img {
    width: 78%;
}
.registerUser .RegisterImg {
    text-align: center;
    margin-bottom: 10px;
    
}
