﻿:root {
    --ac-bg-primary: #F2F5FA;
    --ac-bg-secondary: #29924B;
    --btn-acc-bg-fh: #5cb85c;
    --btn-acc-fh-bc: #5cb85c;
    --btn-acc-bc: #4CAE4C;
}

/* Fonts */
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/static/Raleway-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('fonts/Raleway/static/Raleway-Medium.ttf');
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('fonts/Raleway/static/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('fonts/Raleway/static/Raleway-Light.ttf');
}

@font-face {
    font-family: 'Raleway-Thin';
    src: url('fonts/Raleway/static/Raleway-Thin.ttf');
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('fonts/Raleway/static/Raleway-SemiBold.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url("~/Content/fonts/Roboto/Roboto-Light.eot");
    src: url("fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto/Roboto-Light.woff") format("woff"), url("fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Bold.eot");
    src: url("fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto/Roboto-Bold.woff") format("woff"), url("fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Medium.eot");
    src: url("fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto/Roboto-Medium.woff") format("woff"), url("fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Regular.eot");
    src: url("fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto/Roboto-Regular.woff") format("woff"), url("fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Black.eot");
    src: url("fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("fonts/Roboto/Roboto-Black.woff") format("woff"), url("fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

#content-wrap {
    overflow: hidden;
}

@media screen and (min-width: 1200px){

    #content-wrap {
        background: linear-gradient(to right, var(--ac-bg-primary) 0%, var(--ac-bg-primary) 60%, var(--ac-bg-secondary) 60%, var(--ac-bg-secondary) 100%);
    }

    .acc-info-col-1 {
        display: none;
    }

    .acc-info-col-2 {
        display: block;
    }

    .login-showcase-img {
        position: relative;
        width: 100%;
        height: 380px;
        top: 140px;
        right: 20px;
    }

    .login-ad-title {
        color: #FFF;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: -0.02em;
    }

    .login-ad-subtitle {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: 0.01em;
        color: #EFEDED;
    }

    .login-quest-img {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 0px;
    }

    .login-top-spacer {
        margin-top: 12vh;
    }

}

@media (max-width: 1119.5px) and (min-width: 992px) {

    #content-wrap {
        background: linear-gradient(to bottom, var(--ac-bg-secondary) 0%, var(--ac-bg-secondary) 30%, var(--ac-bg-primary) 30%, var(--ac-bg-primary) 100%);
    }

    .acc-info-col-1 {
        display: block;
    }

    .acc-info-col-2 {
        display: none;
    }

    .login-showcase-img {
        position: relative;
        width: 50%;
        height: 280px;
        top: 0px;
        right: 0px;
    }

    .login-ad-title {
        color: #FFF;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: -0.02em;
    }

    .login-ad-subtitle {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 50%;
        letter-spacing: 0.01em;
        color: #EFEDED;
    }

    .login-quest-img {
        width: 18px;
        height: 18px;
    }

    .login-top-spacer {
        margin-top: 20%;
    }
}

@media (max-width: 991.5px) {

    #content-wrap {
        background: linear-gradient(to bottom, var(--ac-bg-secondary) 0%, var(--ac-bg-secondary) 30%, var(--ac-bg-primary) 30%, var(--ac-bg-primary) 100%);
    }

    .acc-info-col-1 {
        display: block;
    }

    .acc-info-col-2 {
        display: none;
    }

    .login-showcase-img {
        position: relative;
        width: 40%;
        height: 140px;
        top: 0px;
        right: 0px;
    }

    .login-ad-title {
        color: #FFF;
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        letter-spacing: -0.02em;
    }

    .login-ad-subtitle {
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 50%;
        letter-spacing: 0.01em;
        color: #EFEDED;
    }

    .login-quest-img {
        width: 14px;
        height: 14px;
    }

    .login-top-spacer {
        margin-top: 15%;
    }
}

@media (max-width: 768px) {

    #content-wrap {
        background: linear-gradient(to bottom, var(--ac-bg-secondary) 0%, var(--ac-bg-secondary) 30%, var(--ac-bg-primary) 30%, var(--ac-bg-primary) 100%);
    }

    .acc-info-col-1 {
        display: block;
    }

    .acc-info-col-2 {
        display: none;
    }

    .login-showcase-img {
        position: relative;
        width: 40%;
        height: 140px;
        top: 0px;
        right: 0px;
    }

    .login-ad-title {
        color: #FFF;
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        letter-spacing: -0.02em;
    }

    .login-ad-subtitle {
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 50%;
        letter-spacing: 0.01em;
        color: #EFEDED;
    }

    .login-quest-img {
        width: 14px;
        height: 14px;
    }

    .login-top-spacer {
        margin-top: 10%;
    }
}

@media (max-width: 768px) {

    .login-showcase-img {
        position: relative;
        width: 40%;
        height: 240px;
        top: 0px;
        right: 0px;
    }

    .login-top-spacer {
        margin-top: 15%;
    }

}

@media (max-width: 767px) {

    .login-showcase-img {
        position: relative;
        width: 40%;
        height: 120px;
        top: 0px;
        right: 0px;
    }

    .login-top-spacer {
        margin-top: 12%;
    }

}

@media (max-width: 360px) {

    .login-showcase-img {
        position: relative;
        width: 40%;
        height: 120px;
        top: 0px;
        right: 0px;
    }

    .login-top-spacer {
        margin-top: 5%;
    }
}

.login-title {
    font-family: 'Raleway-Medium', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.02em;
    color: #333333;
}

.login-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.login-spacer {
    margin-top: 25px;
}

.login-pass-spacer {
    margin-top: 15px;
}

.btn-account {
    background: var(--ac-bg-secondary);
    border: 1.25px solid var(--btn-acc-bc);
    box-sizing: border-box;
    border-radius: 2px;
    color: white;
}

.btn account.focus, .btn account:focus {
    background: var(--btn-acc-bg-fh);
    border-color: var(--btn-acc-bg-fh);
    color: white;
}

.btn-account:hover {
    background: var(--btn-acc-bg-fh);
    border-color: var(--btn-acc-bg-fh);
    color: white;
}

.login-account-icons {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 25px;
    top: 15px;
}

.login-pass-icon {
    position: absolute;
    top: 23px !important;
    left: 310px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
}

.form-control {
    padding-left: 36px;
}

@media (max-width: 991.5px) {

    .login-top-spacer {
        margin-top: 12%;
    }

    .form-control {
        padding-left: 36px;
        width: 320px;
    }
}

@media (max-width: 767px) {

    .login-showcase-img {
        position: relative;
        width: 40%;
        height: 120px;
        top: 0px;
        right: 0px;
    }

    .login-top-spacer {
        margin-top: 12%;
    }

    .form-control {
        padding-left: 36px;
        width: 320px;
    }

}

@media (max-width: 320px) {

    .form-control {
        padding-left: 36px;
        width: 280px;
    }

    input,
    select,
    textarea {
        width: 280px;
    }

    .login-pass-icon {
        position: absolute;
        top: 23px !important;
        left: 270px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #000000;
    }

}

input:focus {
    border: 1px solid var(--ac-bg-secondary) !important;
    box-shadow: none !important;
} 

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.remember-me {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #333333;
    left: 22px;
    top: -15.5px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    /*margin-top: 4px \9;*/
    margin-left: 0px;
}

input[type=checkbox] {
    height: 13px;
    width: 13.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #999999;
    border-radius: 2px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #FFF;
    cursor: pointer;
}

input[type=checkbox]:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #999999;
    border-radius: 2px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #FFF;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background: url('../images/check-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    outline: var(--ac-bg-secondary) auto 5px;
    box-shadow: none;
}