@font-face {
    font-family: 'Josefin Sans';
    src: url("../fonts/JosefinSans-VariableFont_wght.ttf") format("truetype");
}
body{
    margin:0;
    background-image: url("/media/background/app-login.png");
    background-repeat:round;
    min-height: 100vh;
    text-align:center;
    background-size: cover;

}
html{
    font-size: 16px;
}
.loginlogo{/* Logo */
    width: 280px;
    height: 25.54px;
    margin: 70px auto 0;
}
/*Purple box*/
.login{
    background: rgba(0, 3, 94, 0.8);
    border-radius: 12px 12px 12px 12px;
    display: block;
    overflow:auto;
    max-width: 343px;
    margin: 54.46px auto;
}
.logincontainer{
    margin:34px 30px 21px;
    /* display: flex; */
    flex-direction: column;
    padding: 0px;
    gap: 20px;
    display: block;
    overflow: hidden;
}
.logincontainer label{
    height: 20px;
    text-align: left;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    letter-spacing: 0.0002em;
    color: #E5E5E5;
    color:transparent;
    /* opacity:70%; */
    flex: none;
    order: 0;
    flex-grow: 0;
}
.logincontainer input[type=text], .logincontainer input[type=email], .logincontainer input[type=password]{
    width: 100%;
    height: 36px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.0002em;
    color: #E5E5E5;   
    flex: none;
    order: 0;
    flex-grow: 1;
    background-color: transparent;
    border:none;
    padding: 0;
    border-bottom:solid 1px #E5E5E5;
    margin-bottom: 25px;
}
.logincontainer input[type=text]::placeholder, .logincontainer input[type=email]::placeholder, .logincontainer input[type=password]::placeholder{
    color: #E5E5E5;
}
.logincontainer input[type=text]:focus,
.logincontainer input[type=text]:active,
.logincontainer input[type=email]:focus,
.logincontainer input[type=email]:active,
.logincontainer input[type=password]:focus,
.logincontainer input[type=password]:active
{
    outline: none;
}
/*PASSWORD*/
.eye{
    background-image: url("/media/icon/passcross.svg");
    width:24px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: -30px;
    background-size: 24px 24px;
    background-repeat:none;
    text-align:center;
    cursor: pointer;
}
#password_confirmation,#password{
    position:relative;
}
/*ERRORS*/
.invalid-label{
    color:#FD2C4E!important;
}
.invalid-input{
    border-color: #FD2C4E!important;
}
.invalid-sub{
    background-image: url("/media/icon/invalid.svg");
    background-repeat: no-repeat;
    background-size: 22px;
    width: 100%;
    height: 24px;
    text-align: left;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #EB0D3F;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin:-15px 0 25px -2px;
    padding-left: 27px;
}
/*BUTOS*/
.createbtn:disabled{
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    gap: 8px;
    max-width: 287.24px;
    width: 100%;
    height: 46px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 15px 0 16px;
    border:none;
}
.createbtn:disabled span{
    width: 110px;
    height: 22px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.3);
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
}
.createbtn{
    text-align: center;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 32px 12px;
    gap: 8px;
    max-width: 287.24px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 30px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 15px 0 16px;
    border:none;
    text-decoration: none;
}
.createbtn span{
    width: 114px;
    height: 22px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    letter-spacing: -0.01em;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
}
.cancelbtn{
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 32px 12px;
    gap: 8px;
    max-width: 287.24px;
    width: 100%;
    height: 48px;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    background-color: transparent;
    display: inline-flex;
    text-decoration: none;
    color: #FFFFFF;
    transition: 0.4s;
}
.cancelbtn span{
    height: 22px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.01em;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.cancelbtn:hover{
    color: #000000;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}
/*RESET PASSWORD*/
.resetpassword img{
    margin-bottom: 12px;
}
.resetpassword h4{
    width: 287.24px;
    height: 56px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 12px auto;
    display: block;
}
.resetpassword p{
    width: 287.24px;
    font-family: 'Josefin Sans';
    font-style: normal;
    /* font-weight: 400; */
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 5px auto;
}
.resetpassword #email{
    max-width: 300px;
    margin: 20px auto 0;
}
.resetpassword input[type=email]{
    max-width: 300px;
    margin: 0 auto 25px;
    /* margin-bottom: 25px; */
}
.conteresetpass{
    min-height: 375px!important;
}
.resetpassword{
    min-height: 375px!important;
}
/*FIN RESET PASSWORD*/
@media (min-width: 768px) {
    body{
        margin:0;
        overflow: hidden;
        background-image: url('/media/background/splash.png');
        background-repeat:round;
        min-height: 100vh;
        text-align:center;
        background-size: cover;
    }
    .loginlogo{
        margin: 90px auto 0;
        height: 28px;
        width: 306px;
    }
    .login{
        width: 456px;
        max-width: 456px;
        min-height: 510px;
        height: min-content;
        max-height: 650px;
        overflow:hidden;
        margin: 42px auto;
    }
    .logincontainer{
        /* gap: 24px; */
        width: 336px;
        min-height: 452px;
        margin:26px auto;
    }
}
@media (min-width: 992px) {
    body{
        background-image: url('/media/background/background_desktop.png');
    }
}
@media (min-width: 1400px) {
    body{
        background-image: url('/media/background/desktop1440.png');
    }
}