﻿/* START NEW LOGIN PAGE CSS*/
/*.text-danger {
    color: #F44336 !important;
}

a {
    color: white !important;
    text-decoration: underline !important;
}

body {
    color: white;
}*/

/* END NEW LOGIN PAGE CSS*/
.lnk-blue {
    color: #005EB8 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

a.alogo-home {
    color: #FFF;
    text-decoration: none;
}

.header-logo-signin {
    color: #FFF;
    float: left;
    font-size: 31px;
    line-height: 60px;
    font-weight: 100;
    text-align: center;
}

.input-lg {
    font-size: 13px;
}

.login-block {
    margin-top: 100px;
}

.login-page .login-header {
    float: left;
    font-size: 17px;
    font-weight: 700;
    /*margin-left: -20px;*/
}

.Ptext-danger {
    color: #b94a48;
    text-align: left;
    margin-right: 183px;
}

.Etext-danger {
    color: #b94a48;
    text-align: left;
    margin-right: 205px;
}

.form-group {
    margin-bottom: 1rem;
}

.col-sm-offset-3 {
    margin: 0 auto;
}

@media (min-width: 576px) {
}

.col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.login-right {
    width: 50%;
    float: right;
    font-size: 13px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 10px;
    float: left;
    top: 5px;
    right: 3px;
}

.login-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-image: url("/expert-witness/Images/login-background.jpg");
    /* NEW LOGIN PAGE CSS
    background-image: url("../Images/Login_New.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 3em;
}

.login-header {
    float: left;
    font-size: 17px;
    font-weight: bold;
}

.rounded-btn {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid rgba(0, 100, 194, 0.8);
    padding: 0 25px;
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
    color: #0064c2;
    float: left;
    background: white;
}

    .rounded-btn:hover,
    .rounded-btn:focus,
    .rounded-btn:active {
        border: 2px solid rgba(0, 100, 194, 1);
        outline: none;
        background: #0064c2;
        color: #FFFFFF;
    }

.float-right {
    float: right;
}

.header {
    float: left;
    width: 40%;
}

}

.input-lg {
    font-size: 13px;
}

.login-left {
    width: 50%;
    float: left;
}

.login-right {
    width: 50%;
    float: right;
    font-size: 13px;
}

.justify-content-md-center {
    vertical-align: middle;
}

.signin-left-panel {
    font-size: 12px;
}

.margin-none {
    margin: 0px;
}

.sign-in-top-pad {
    padding-top: 10px;
}


.left-center {
    margin: auto;
    height: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    font-size: 13px;
}

.font-white {
    color: #FFFFFF;
}

.text-left {
    text-align: left;
    width: 41%;
}

.login-left a {
    color: #FFFFFF;
    cursor: pointer;
}

.rounded-btn-left {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    padding: 0 25px;
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
    color: transparent;
    float: left;
    color: #FFFFFF;
}

.left-center p {
    margin-bottom: 1px;
}

.underline-text {
    text-decoration: underline;
}

.footer {
    position: absolute;
    bottom: 20px;
    width: 92%;
}

    .footer img {
        float: left;
        width: 10%;
    }

    .footer p {
        margin-bottom: 1px;
        font-size: 13px;
        text-align: right;
        color: #969696;
        font-weight: bold;
    }

    .footer a {
        color: #969696;
    }

.field-validation-valid {
    text-align: left;
    color: #FF1515;
    /*border: 2px solid #FF1515;
    border-radius: 6px;*/
    padding: 10px;
}

.col-sm-offset-3 {
    margin: 0 auto;
}

.frgt-pwd-link {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.float-right {
    float: right !important;
}

@media (max-width: 999px) .frgt-pwd-link {
    margin-top: 10px;
}

.text-danger.text-align {
    text-align: left;
}

////-----------CSS for Toggle Switch-------------//// .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 10px;
    float: left;
    top: 5px;
    right: 3px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 0;
        bottom: 0;
        right: 0;
        top: -4px;
        background-color: #F1F1F1;
        -webkit-transition: .4s;
        transition: .4s;
    }

.logo-font-style {
    font-weight: bold;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderL:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch-text {
    float: left;
}

.contr {
    padding-left: 155px;
    position: absolute;
    top: 0;
    bottom: 0;
    /*overflow: auto;*/
    /*width: 60% !important;*/
    margin-left: auto;
    height: auto;
    margin-top: 100px;
}

@media (max-width: 999px) {

    .login-page .header {
        float: left;
        width: 125%;
        margin-left: -25px;
    }

    .text-left {
        margin-top: -50px;
        /*margin-left: -20px;*/
        width: 41%;
    }

    .login-page .rounded-btn {
        float: right;
    }

    .frgt-pwd-link {
        margin-top: 10px;
    }

    .text-left p {
        display: none !important;
    }

    .footer {
        padding-right: 80px !important;
        bottom: -12%;
    }

        .footer img {
            float: right !important;
        }

    .text-left h4 {
        font-size: 18px !important;
    }

    .contr {
        padding-left: 125px !important;
        position: absolute;
        top: 0;
        bottom: 0;
        /*overflow: auto;*/
        margin-left: auto;
        height: auto;
        margin-top: 100px;
        width: auto;
    }

    .login-right {
        width: 100%;
    }

    .login-block {
        margin-top: 100px;
    }

    .mobile-width {
        width: 80%;
    }

    .singin-registration {
        margin-top: 45px !important;
    }

    .forgot-password-css {
        margin-top: 10px;
        /*margin-left: 11px;*/
        width: 100%;
    }
}

@media screen and (min-width: 700px) and (max-width: 999px) {
    .login-page .header {
        float: left;
        width: 110% !important;
        margin-left: -25px;
    }
}

/* Login page responsive css*/


@media (max-width: 986px) {
    .login-page {
        background-color: white;
        background-image: none;
    }

    .login-left {
        width: 100%;
        float: none;
    }

    .header-logo-signin {
        float: none;
    }

    .login-left a {
        color: #000000 !important;
    }

    .text-left {
        text-align: center;
        width: 100%;
        color: #000000 !important;
    }

    .pull-left {
        float: none !important;
    }

    .left-center {
        position: unset;
        width: 100%;
    }

    .login-right {
        width: 100%;
        float: none;
        font-size: 13px;
    }

    .contr {
        padding-left: 0 !important;
        position: unset;
        width: 100% !important;
        margin-top: 0;
    }

        .contr .click-here-link {
            float: none !important;
        }

    .login-block {
        margin-top: 100px;
        width: 100%;
        max-width: 100% !important;
    }

    .text-left {
        margin-top: 0;
        width: 100%;
    }

    .login-page .rounded-btn {
        float: none;
        margin: 10px;
    }

    .text-left p {
        display: block !important;
    }

    .footer {
        padding-right: 0 !important;
        bottom: 20px;
        width: 100%;
        position: unset;
    }

    .mobile-width {
        width: 100%;
    }

    .footer p {
        text-align: center;
    }
}


@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.text-align-left {
    text-align: left;
}