.bg-white{
    background-color: transparent !important;
    border: none !important;
}
.antialiased{
    display: none;
}
#align-middle{
    position: relative;
    top: 25%;
    padding: 5%;
}
.col-lg-6{
    height: 100vh;
}
#title{
    text-align: center;
    display: block;
    width: 100%;
    font-size: 39px;
    position: relative;
    top: 5%;
}
#error-validation{
    margin-top: 30%;
}
@media screen and (max-width: 768px) {
    #side-background{
        display: none;
    }
    #error-validation{
        margin-top: 25%;
    }
}
@media screen and (max-width: 529px) {
    #error-validation{
        margin-top: 55%;
    }
}
