html {
    font-size: 62.5%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: rgba(12, 0, 51, .5);
    background: white;
    font-size: 1.4rem;
    line-height: 1.6;
    height: 100vh;
}

img {
    max-width: 100%;
}


.header {
    background: #1b1761;
    color: white;
    padding: 24px 0;
}

.brand__info .date {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.5;
    font-weight: bold;

}

.brand__info .name {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.container {
    max-width: 1240px;
}

.main {
    padding: 15px 0;
}

.flex-1 {
    flex: 1
}

.login-page {
    height: 100%;
    display: flex;
}

.login-page .container {

}

.login-page .brand__logo img {
    max-height: 43px;
}


.card-login {
    border: none;
    background-color: unset;
}

.card-login .card-header {
    padding: 2rem 1.25rem;
    background-color: unset;
    border-bottom: none;
}

.card-login .card-body {
    padding: 0 1.25rem;
    min-height: 280px;
}


.login-form {
    margin-top: 2rem;
    min-height: 45px;
}

.login-form input{
    min-height: 45px;
    font-size: 16px;
}

.login-form .submit-button {
    margin-top: 2rem;
}

.form-center {
    flex: 1;
    flex-direction: row;
    height: 100%;
    justify-content: center;
}

.btn-login {
    min-height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.btn-login span {
    font-size: 20px;
}
.btn-danger{
    background-color: #D6001C;
    border-color: #D6001C;
    cursor: pointer;
}

.hide{
    display: none;
}
.form-group .error{
    color: #D6001C;
}

/* fs8 */
.login-page.login-page--fs8 .brand__logo img {
	max-height: 64px;
}

.login-page.login-page--fs8 .btn-login {
	background: #eff386;
	border: #eff386;
	color: #000;
}

.login-page.login-page--fs8 .btn-login:focus {
	box-shadow: none !important;
}

.login-page.login-page--fs8 .btn-login:active {
	background: #eff386;
	border: #eff386;
	box-shadow: none;
	color: #000;
}

/* avalon house */
.login-page.login-page--ah .brand__logo img {
	max-height: 64px;
}

/* malibu crew */
.login-page.login-page--mc .brand__logo img {
	max-height: 64px;
}
