﻿.container-adjust {
    padding-top: 25px;
    margin-bottom: 30px;
}

.no-padding {
    padding: 0 !important;
}

.login-img {
    background-image: url("../images/login-photo.png") !important;
    background-position: left;
    height: 500px !important;
    position: relative;
    background-size: cover;
    filter: brightness(85%);
}

.login-content-padding {
    padding: 50px 50px 20px 50px;
}

.login-logo-padding {
    padding-bottom: 70px;
}

.login-header {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    text-shadow: 1px 1px 20px grey;
}

#or {
    position: relative;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: auto;
}

#or::before, #or::after {
    position: absolute;
    width: 70px;
    height: 1px;
    top: 24px;
    background-color: #aaa;
    content: '';
}

#or::before {
    left: 0;
}

#or::after {
    right: 0;
}

.fade-enter-active, .fade-leave-active {
transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
opacity: 0;
}

.btn.loading .loader {
    top: initial;
}

.disclaimer {
    font-size: 80%;
    line-height: 150%;
}

p.disclaimer a{
    color: #3c3c3c;
    border: none;
    text-decoration: underline;
}

@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    .login-content-padding {
        padding: 50px 30px 20px 50px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1600px) {

}