/* Write your custom CSS here */
.auth-page.sign-in .auth-image {
    background: url('https://images.unsplash.com/photo-1509453721491-c3af5961df76?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=60') center center no-repeat !important;
    background-size: 90% 70%;
}

body {
    background-color: white;
}

.auth-image {
    background-image: none;
}

.logo-box a.logo-text {
    color: black;
    text-transform: none !important;
}

.btn.btn-primary {
    color: #fff;
    background: black;
}

.btn-primary:before {
    background: black;
}

a {
    color: black;
}

.authentication a {
    color: black !important;
}

@media screen and (max-width: 1000px) {
    .auth-page .auth-form {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.auth-form-btn {
    padding-top: 5%;
}

.field-validation-error {
    color: red;
}
/*P,h1,h2,a,button{
    font-family: Montserrat Light Alt1 !important;
}*/