﻿@media screen and (min-width: 768px) {
    .pageLoginLeft {
        background-color: white;
        height: 100%;
    }

    .pageLoginRight {
        /* background-color: #BF1E2D;*/
        height: 100%;
        background-color: #5098D3 !important;
    }

    .pageLoginRow {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0px;
    }

    .pageLoginLogo {
        position: relative;
        top: 45%;
        width: 100%;
        margin-left: 0.30px;
    }

    .pageLogin {
        position: relative;
        top: 40%;
    }

    .pageLoginButton {
        background-color: white;
        color: #5098D3;
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        width: 100%;
        height: 50px;
    }

    .pageLoginText {
        color: white;
        font-size: 18px;
    }

    .pageLoginInput {
        /*background-color: #C73F4B !important;*/
        background-color: #2C729C !important;
        /*border-color: #C73F4B;*/
        border-color: #5098D3 !important;
        height: 2%;
        color: white;
        font-size: 18px;
        text-align: left;
        width: 100%;
        height: 50px;
    }

        /*.pageLoginInput:-webkit-autofill {
            -webkit-box-shadow: 0 0 0px 1000px #C73F4B inset;
            color: white !important;
        }*/

    .margin-top {
        margin-top: -10px;
    }
}


@media screen and (min-width: 0px) and (max-width: 768px) {
    pageLoginLeft {
        background-color: white !important;
    }

    .pageLoginRight {
        /* background-color: #BF1E2D;*/
        height: 100%;
        background-color: #5098D3 !important;
    }

    .pageLoginRow {
        position: absolute;
        background-color: white !important;
        width: 100%;
        height: 100%;
        margin: 0px;
    }

    .pageLoginLogo {
        position: relative;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .pageLogin {
        position: relative;
        top: 5%;
    }

    .pageLoginButton {
        background-color: white;
        color: #5098D3;
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        width: 100%;
        height: 50px;
    }

    .pageLoginText {
        color: white;
        font-size: 18px;
    }

    .pageLoginInput {
        background-color: #C73F4B !important;
        border-color: #C73F4B;
        height: 2%;
        color: white;
        font-size: 18px;
        text-align: left;
        width: 100%;
        height: 50px;
    }

        .pageLoginInput:-webkit-autofill {
            -webkit-box-shadow: 0 0 0px 1000px #C73F4B inset;
            color: white !important;
        }

    .margin-top {
        margin-top: -10px;
    }
}

span.field-validation-error {
    color: #d2d6de;
}
