﻿@import '/fonts/signup/NunitoSans.css';

body.login::-webkit-scrollbar {
    width: 1em;
}

body.login {
    font-family: 'NunitoSans' !important;
    background-color: #F3F5F9;
}

.column-login {
    float: left;
    width: 50%;
    height: 100%;
}

/* Clear floats after the columns */
.row-login:after {
    content: "";
    display: table;
    clear: both;
}

.hero.column-login {
    background-image: url(/style/images/comtrac-main-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center
}

.hero .hero-content {
    font-family: NunitoSans;
    color: white;
    align-self: center;
    margin: auto;
    width: 80%;
    max-width: 600px;
    font-size: 18px;
    line-height: 28px;
}

    .hero .hero-content .heading {
        font-size: 42px;
        font-weight: 900;
        line-height: 57px;
        padding-bottom: 20px;
    }

    .content {
        background-color: #F3F5F9;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content .content-footer {
        font-family: NunitoSans;
        position: absolute;
        bottom:0;
        width: inherit;
        padding: 20px 40px 20px 40px;
        display:none;
    }

#login-header {
    margin-bottom: 50px;
}

#login-workArea, #login-header {
    word-wrap: break-word;
}

#copyright {
    font-size: 14px
}

#content-footer > a {
    text-decoration: underline;
}

    #btnAbout {
        float: right;
        font-weight: 600;
    }

#pnlUpdatePassword > h3,
#pnl1 > h3 {
    color: #190638;
    font-weight: 900;
    font-size: 32px;
}
#pnlForgotPassword > div.login-content > div > div,
#lblPw,
#lblPw1,
#pnl1 > div.login-content > div > div > label {
    font-family: NunitoSans;
    font-size: 15px;
    font-weight: normal;
    color: #909090;
}
#pnlForgotPassword > div.login-content > div,
#pnlUpdatePassword > div.login-content > fieldset > div > div,
#pnl1 > div.login-content > div {
    padding-bottom: 0px;
}

#pnl1 > div.login-content > div > div > span.required {
    color: red;
}


#pnl1 > div > div:nth-child(5) > div > span.remember > label {
    font-size: 15px;
    color: #190638;
    padding-left: 5px;
}
#pnl1 > div > div > div > span.forgot {
    float: right;
    color: #190638;
    text-decoration:underline;
}

#btnSend {
    width: 184px;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    float: right;
    background-color: #190538 !important;
    color: white !important;
    height: 50px;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: silver 3px 3px 10px;
}

#btnUpdate {
    border: 0;
    font-size: 18px;
    font-weight: 700;
    float: right;
    background-color: #190538 !important;
    color: white !important;
    height: 50px;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: silver 3px 3px 10px;
}


#LoginUser_LoginButton {
    float: right;
    background-color: #190538 !important;
    color:white !important;
    font-weight: 900;
    width: 184px;
    height: 50px;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: silver 3px 3px 10px;
}

span.RadButton_Bootstrap .rbDecorated {
    font-family: 'NunitoSans' !important;
    color: #FFF !important;
}
    #LoginUser_LoginButton > .rbDecorated {
        font-size: 18px;
        margin: auto;
        height: 100%;
    }
.required,
#LoginUser_UserNameRequired, #LoginUser_PasswordRequired {
    color: red;
}


@media (max-width: 1152px) {
    .content .content-login {
        width: 75%;
    }
}
@media (max-width: 768px) {
    #hero {
        display: none;
    }

    #content-login {
        width: 100%;
    }
}
#pnlUpdatePassword > div.login-content > fieldset > div > div:nth-child(3) > div {
    padding-top:20px;
}

.failureNotification {
    color: red;
}

#pnlForgotPassword > div.login-content > div:nth-child(2) > div > label {
    padding-top: 20px;
}