﻿body {
    font-family: Montsserrat, source_sans_proregular, Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 1.8rem;
    color: #58595b;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

h3 {
    font-size: 1.5rem;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.width-50 {
    width: 50%;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login_wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .login_wrapper::before {
        content: '';
        z-index: -1;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: #adc548;
        background-image: url("../../Images/login_bg_parentcom.jpg");
        background-size: cover;
        background-position: center;
    }

    .login_wrapper::selection {
        background-color: #eee !important;
        color: rgba(87, 87, 87, 1) !important;
    }

.login_screen {
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    display: flex;
    flex-direction: row;
    margin: 1rem;
    background-color: #fff;
    overflow: hidden;
}

.login_screen_width {
    min-width: 1050px;
}

.login_title {
    padding: 2rem 0 2rem 0;
    text-align: center;
    margin: 0 0 3rem 0;
    background-color: #f7f7f7;
    width: 100%;
}

.login_footer {
    text-align: center;
    margin: 3rem 0 0 0;
    background-color: #f7f7f7;
    width: 100%;
}

.login-footer-logo-wrapper {
    display: flex;
    justify-content: center;
}

.login-footer-logo {
    margin: 1rem 0 0 0;
}
/*
.login_news {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}*/

.login_news_wrapper {
    background-color: #f2f2f2;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: relative;
}

    .login_news_wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #818181;
        opacity: .3;
        z-index: 0;
    }

.login_news_text_wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #222);
    max-height: 95%;
    width: 100%;
}

.login_news_title {
    max-height: 60px;
    overflow: hidden;
    margin: 0 1rem 2rem;
}

.login_news_text {
    overflow: auto;
    margin: 0 1rem 2rem;
}

.login_news_text a {
    color: #adc548;
    transition: all 200ms ease-in-out;
}

.login_news_text a:hover {
    color: #adc548;
}

.btn_readmore {
    background-color: #FF9319;
    border-bottom: 4px #E47903 solid;
}

.login_auth_wrapper {
    padding: 0 4rem;
}

.recaptchaContainer {
    margin-bottom: 20px;
}

.login_screen .field_password {
    margin-top: 1rem;
}

.login_screen input[type=text], input[type=password] {
    width: 100%;
    padding: .5rem .5rem;
    margin: 8px 0;
    display: inline-flex;
    border: 0;
    border-bottom: 2px solid #E1E1E1;
    color: #666;
    box-sizing: border-box;
    font-size: 1.15rem;
    transition: .3s all;
}

    .login_screen input[type=text]:focus, input[type=password]:focus {
        border-bottom-color: #666;
        outline: none !important;
    }

.login_screen .login_field_title {
    font-size: 1.25rem;
    color: #B1B1B1;
}

.login_screen .login_field_title_readonly {
    display: block;
    padding: 10px;
}

.btn_login {
    background-color: #FF9319;
    border-bottom: 4px #E47903 solid !important;
    border: #FF9319;
    color: #fff;
    font-weight: bold;
    max-width: 100% !important;
    min-height: 50px !important;
}

.login-button-wrapper {
    display: flex;
    margin-top: 2rem;
}

.login_screen .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 220px;
}

    .login_screen .btn:hover, .login_screen button:hover {
        opacity: .8;
    }

.login_screen .psw {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 1rem 0;
}

    .login_screen .psw a {
        color: #666;
        text-decoration: none;
    }

        .login_screen .psw a:hover {
            color: #333;
        }

.login_screen input[type="text"], input[type="password"] {
    border-radius: 5px;
}

.moveOffscreen {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden;
    opacity: 0;
}


.btn_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0.5rem;
}

    .btn_wrapper .btn + .btn {
        margin-left: 1rem;
    }

.login_news_btns.btn_wrapper {
    margin-bottom: 3rem;
}

.btn_green {
    background-color: #ADC548;
    font-weight: normal !important;
}

.logo {
    margin: 0 15px 0 15px;
}

.version {
    color: #B1B1B1;
    text-align: center;
    font-size: 14px;
    padding: 0 0 10px 0;
}

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.1em;
    background-color: #ffd0de;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.validation-summary-valid {
    display: none;
}
