#contenitore_row_1 {
    margin-top: 50px
}

#button_container_login {
    margin: 60px 0;
}

#button_container_login button {
    background: #5291DE; color: white
}

#button_container_login button:hover {
    color: #5291DE;
    background: white;
}

a {
    text-decoration: none;
}

#container_inputs {
    text-align: left!important;
}

#logo_snap_learning {
    margin: 0 auto;
}


.fullscreen-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin-left: -20px;
}
.big-gradient-span {
    width: 60%;
    margin: 60px auto 0;
    font-size: 3.5em;
    background: linear-gradient(90deg, #FBBA00 0.15%, #5291DE 51.48%, #454B5F 99.79%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.customBlue {
    color: #5291DE;
    font-weight: 600;
}

.subtitle {
    color: #454B5F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
}

.error-message-login-div {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    float: left;
    padding: 20px 30px;
}

.parent-error-message-login-div{
    justify-content: center;
    display: flex;
}

#togglePassword {
    color: #5291DE;
    border: 1px solid #CED4D9;
}

#togglePassword:hover {
    background: #5291DE;
    color: white;
    border: 1px solid #CED4D9;
}