﻿@media screen and (min-width: 768px) {
    .pageLoginLeft {
        background-color: white;
        height: 100%;
    }

    .pageLoginRight {
        height: 100%;
        background-color: #E5E5E5 !important;
    }

    .pageLoginLogo {
        position: relative;
        top: 45%;
        width: 100%;
        margin-left: 0.30px;
    }

    .pageLogin {
        position: relative;
        top: 40%;
    }
}
    /*.skin-dark-blue .pageLoginRight {
		height: 100%;
		background-color: #3c8dbc !important;
	}

	.skin-dark-red .pageLoginRight {
		background-color: #BF1E2D;
		height: 100%;
	}*/

    .pageLoginRow {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0px;
    }

    .pageLoginButton {
        background-color: white !important;
        color: rgba(112,112,112,1) !important;
        font-weight: bold !important;
        font-size: 16px !important;
        text-align: left !important;
        width: 100% !important;
        height: 55px;
        border-radius: 10px !important;
        border: none !important;
        outline: none !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

        .pageLoginButton:hover {
            background-color: rgba(112,112,112,0.20) !important;
        }

    .pageLoginText {
        color: rgba(112,112,112,1);
        font-size: 2rem;
        font-weight: bold !important;
    }

    .pageLoginInput {
        background-color: white !important;
        border: none !important;
        border-radius: 10px !important;
        height: 50px !important;
        color: rgba(112,112,112,1) !important;
        font-size: 16px !important;
        text-align: left !important;
        width: 100% !important;
        padding: 6px 12px !important;
        box-shadow: none !important;
        outline: none !important;
    }

        .pageLoginInput:-webkit-autofill {
            -webkit-box-shadow: 200px 200px 100px white inset !important;
            box-shadow: 200px 200px 100px white inset !important;
        }

    .margin-top {
        margin-top: -10px;
    }


    span.field-validation-error {
        color: rgba(112,112,112,1) !important;
        margin-left: 12px !important;
    }

    @media screen and (min-width: 0px) and (max-width: 768px) {
        .pageLoginLeft {
            background-color: white;
            height: 25%;
        }

        .pageLoginRight {
            height: 75%;
            background-color: #E5E5E5 !important;
        }

        .pageLoginLogo {
            position: relative;
            top: 7.5%;
            width: 100%;
            margin-left: 0.30px;
        }

        .pageLogin {
            position: relative;
            top: 20%;
        }
    }
