

.profill .login-wrapper {
    font-family: 'Assistant', sans-serif;
    line-height: 80%;
    min-width: 100%;
    min-height: 100vh;
    display: flex;
    margin-top: 50px; 
    flex-direction: column;
    padding-top: 5%;
    align-items: center;
    background: url('../img/profill/splash-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.profill .background-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to left, #F68371,#FFE164);
}

.profill .login-wrapper > .register {
    background: white;
    border-radius: 25px;
    box-shadow: 0px 0px 27px #cecece;
    width: 24vw;
    height: auto;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.profill .register .logo {
    display: none;
}

.profill .logo-profill {
    display: block;
}

    .profill .logo-profill > img {
        border-radius: 30px;
        margin: 5%;
    }

.profill .register .banner_login {
    height: auto;
}

.profill .login-wrapper > .register > form {
    position: static;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    margin-right: 0;
    transform: none;
}

    .profill .login-wrapper > .register > form > .login-form {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0;
    }

.profill .checkbox {
    width: 90%;
    font-size: 20px;
    margin: 20px 0 20px 0;
}

    .profill .checkbox > div, .profill .checkbox > span {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    .profill .checkbox .checkbox-a {
        color: #5ca3e1;
        text-decoration: none;
    }
    .profill .checkbox input {
        position: static;
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        border: 1px solid #5CA3E1;
        border-radius: 4px;
        width: 20px !important;
        height: 20px;
        padding: 0;
        margin: 0;
    }

.profill .login-wrapper > .register button.button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7F99D4;
    border: 1px solid #5CA3E1;
    border-radius: 8px;
    width: 90%;
    height: 55px;
    font-size: 3rem;
    margin: 0;
}

.profill .input-top > input[type="text"],
.profill .input-bottom input[type="password"] {
    width: 90%;
    height: 55px;
    border-radius: 8px;
    border: 1px solid #b6bdd0 !important;
    margin: 1% !important;
    font-size: 3rem;
    text-align: center;
    padding: 0;
}

.profill .input-top,
.profill .input-bottom {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0;
    border: none !important;
    margin-bottom: 0;
    position: static;
}

    .profill .input-top:after,
    .profill .input-bottom:after {
        content: none;
    }

.profill .checkbox input:checked:before {
    content: "\2714";
    width: 18px !important;
    font-size: 14px;
    text-align: center;
    color: #5CA3E1;
    position: absolute;
}

.profill .alert.alert-danger {
    font-size: 1.7rem;
    color: red;
    background: white;
    border: none;

}

.profill .error_password {
    height: auto;
}
.profill .register .copyright {
    position: static;
}

@media screen and (max-width: 1450px) and (min-width: 880px){
    .profill .login-wrapper > .register {
        width: 35vw;
    }
}

@media screen and (max-width: 880px) and (min-width: 620px)  {
    .profill .login-wrapper > .register {
        width: 50vw;
    }
}

@media screen and (max-width: 620px) {
    .profill .login-wrapper > .register {
        width: 80vw;
    }
}