/** XUXAN **/
section.auth.auth__form-left {
    background: #000;
}
h1.auth__title {
    display: none;
}
article.auth__image {
    display: none !important;
}
.auth__form {
    margin: 0 auto !important;
    height: auto !important;
    padding: 2rem !important;
    max-width: 450px;
}
.auth__form input {
    border: 2px solid #BBB;
    background-color: #f7f8fa;
}

.btn-signin {
    background-color: #00CE1B !important;
}
.auth a {
    color: #000 !important;
}
.auth.auth__form-left .auth__title {
    margin-bottom: 1rem !important;
}
.auth__social {
    margin-top: 25px !important;
}
.auth__social a {
    background-color: transparent !important;
}
/**.auth.auth__form-left .auth__title {
    display: none;
}**/