/* Minification failed. Returning unminified contents.
(308,23): run-time error CSS1046: Expect comma, found '0'
(308,27): run-time error CSS1046: Expect comma, found '/'
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

/*body {
    margin: 0;
    padding: 0;
    background-color: White;
}

#logo {
    text-align: center;
    vertical-align: middle;
}

#loginCell {
    text-align: left;
    vertical-align: top;
    width: 320px;
}

#loginSection td {
    padding: 5px;
}

#logo a {
    width: 170px;
    height: 130px;
}

label {
    white-space: nowrap;
}

#loginTable td {
    padding: 3px;
}

table {
    width: 100%;
}

#forgotPassword {
    float: right;
}

    #forgotPassword a, #emailAdmin a {
        font-size: smaller;
    }

#mainTable {
    height: 100%;
}

    #mainTable > tbody > tr > td {
        text-align: center;
        vertical-align: middle;
    }

#innerTable {
    height: 200px;
}

    #innerTable .left {
        background: url("../../images/login_lt_back.gif") repeat-y right;
    }

    #innerTable .right {
        background: url("../../images/login_rt_back.gif") repeat-y left;
    }

    #innerTable .center {
        width: 544px;
        text-align: left;
        vertical-align: top;
    }


    #loginMainImg > img {
        width: 544px;
        height: 99px;
    }

#message {
    padding-top: 3px;
    text-align: center;
}

.loginBar {
    height: 12px;
}

.companyLoginImage_Default_M {
    width: 170px;
    height: 130px;
}*/
/* Start  new css  here */
html,
body {
    /*background: url("../../images/login/portal-login-bg.jpg") no-repeat top right fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto', sans-serif !important;
    /*background-size: 100%
         background-repeat: repeat;
    
    min-width:700px;*/
    padding: 0;
    margin: 0;
}

.jumbotron {
    background-color: transparent;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif !important;
    /* min-height: 360px;
   min-width: 250px;*/
}

.login-section {
    margin: auto !important;
    height: auto !important;
}

.container {
    /* width: 1025px;*/
    margin-left: auto;
    margin-right: auto;
}

.vertical-center {
    height: 100%;
    width: 100%;
    text-align: center;
    /* align the inline(-block) elements horizontally */
    font-family: 'Roboto', sans-serif !important;
    /* remove the gap between inline(-block) elements */
}

    .vertical-center:before {
        /* create a full-height inline block pseudo=element */
        content: ' ';
        /*display: inline-block;*/
        vertical-align: middle;
        /* vertical alignment of the inline element */
        height: 100%;
    }

    .vertical-center > .container {
        max-width: 100%;
        width: 100%;
        /*background-color: gold;*/
        display: inline-block;
        vertical-align: middle;
        /* vertical alignment of the inline element */
        /*font:  "Roborto", Helvetica, Arial, sans-serif;*/
        font: 16px/1 "Roborto", Helvetica, Arial, sans-serif;
        /* <-- reset the font property */
    }

.row {
    /*height: 250px;*/
}


.login-wrapper {
    /*background: #fff;*/
    border-radius: 5px 5px 0 0;
    padding: 0px 25px 0 25px;
    /*margin: auto;
    float: none;*/
    font-family: 'Roboto', sans-serif !important;
    /*box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);*/
}

    .login-wrapper input[type=text], .login-wrapper input[type=password] {
        /*border: none !important;*/
        background: #f2f2f2;
        border-color: #f2f2f2 !important;
        padding: 15px 40px 14px 15px;
        height: auto;
        margin-top: 30px;
        box-shadow: none;
        font-size: 16px;
    }

        .login-wrapper input[type=text].input-validation-error, .login-wrapper input[type=password].input-validation-error {
            border: 1px solid #ff0000 !important;
            background-color: #ffeeee !important;
        }

.padding-reset {
    padding: 0 15px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    color: #2e89a6;
    background-color: #ddf0f6;
    border: none;
}

.loginBar {
    margin-top: 15px;
}

    .loginBar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        /* border: 1px solid #ff0000; */
        background-color: #ffeeee;
        border-radius: 4px;
    }

        .loginBar ul li {
            text-align: center;
            padding: 8px;
            font-weight: normal;
            font-size: 14px;
            border: 1px dotted red;
            border-bottom: 0;
        }

            .loginBar ul li:last-child {
                border-bottom: 1px dotted red;
            }

.wr-login-form {
    padding: 40px 40px 15px 40px;
    margin-top: 15vh;
    background: #fff;
    /*border-radius: 5px 5px 0 0;
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);*/
    font-family: 'Roboto', sans-serif !important;
}

    .wr-login-form .checkbox {
        margin: 25px 0 16px;
    }

        .wr-login-form .checkbox input {
            margin-top: 2px;
        }

.wr-video {
    /*background: #2b6f92;*/
    padding: 40px 25px 40px 25px;
    border-radius: 0 0 5px 5px;
    margin: 0;
    /*box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);*/
}

.video-bg {
    border-radius: 0 0 5px 5px;
    /*background: #2b6f92;*/
    padding: 25px 0px 0px 0px;
    color: #fff;
    clear: both;
    border-top: 1px solid #ccc;
    /*box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);*/
}

    .video-bg h2 {
        color: #2b6f92;
        padding: 0;
        margin: 0 0 15px 0;
        font-weight: bold;
    }

    .video-bg p {
        color: #2b6f92;
        margin: 0 0 15px 0;
        font-size: 17px;
        line-height: 22px;
    }

.btn-login {
    background: #007ba0;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
}

    .btn-login:hover, .btn-login:focus {
        background: #026e8e;
        color: #fff;
        outline: 0 !important;
    }


.btn-login-ms {
    background: #ffffff url(../../images/login/ico-windows.png) no-repeat 13px 11px !important;
    text-transform: uppercase;
    border-radius: 0;
    padding: 14px;
    margin: 30px 0 10px;
    font-family: "segoe UI","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #5e5e5e !important;
    border: 0;
    box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px 0px !important;
}

    .btn-login-ms:hover {
        background: rgba(9, 30, 66, 0.02) url(../../images/login/ico-windows.png) no-repeat 13px 11px !important;
        color: #5e5e5e !important;
    }

    .btn-login-ms:hover, .btn-login-ms:focus {
        background: #026e8e;
        border: 0 !important;
        color: #fff;
        outline: 0 !important;
    }

#Credentials_UserId {
    background-image: url("../../images/login/ico-user.jpg");
    background-repeat: no-repeat;
    background-position: 98% 15px;
}

#Credentials_Password {
    background-image: url("../../images/login/ico-password.jpg");
    background-repeat: no-repeat;
    background-position: 98% 15px;
}

.site-name {
    background-image: url("../../images/login/ico-sitename.png") !important;
    background-repeat: no-repeat !important;
    background-position: 98% 15px !important;
}

.login-wrapper input:focus::-webkit-input-placeholder {
    color: transparent;
}

.btn-video {
    background: #73bc3a;
    text-transform: uppercase;
    font-size: 20px;
    float: left;
    color: #fff;
    border: none;
    padding: 10px;
    margin-top: 20px !important;
}

    .btn-video:hover, .btn-video:focus {
        background: #58a31e;
        color: #fff;
    }

.chk-windows {
    margin-top: 30px;
}

    .chk-windows input {
        margin-left: 0 !important;
        margin-top: 1px;
    }

.ic-loginLeft {
    height: 100vh;
    background: url("../../images/login/login-bg.jpg") no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portalVideo {
    /* position: relative;
    top: -30vh; */
    margin-top: 40px;
}

body {
    height: auto !important;
}

@media (max-width: 768px) {
    .vertical-center:before {
        /* height: auto; */
        display: none;
    }

    .wr-login-form {
        padding: 25px 25px 40px 25px;
    }

    .video-bg {
        padding: 30px 25px 40px 25px;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1600px) {
    .btn-video {
        font-size: 0.9em;
    }
}


hr,
hr.vertically {
    color: #3d8d9d;
    background-color: #3d8d9d;
    width: 5px;
    height: 80%;
}

label {
    font-weight: bold;
}


/*hr {
    width: 5px;
    height: 0;
}*/

img.loginlogo {
    background-image: url("../../images/login/conarc-logo.png");
    max-height: 46px;
    /*margin-top: 15px;
    margin-bottom: 15px;*/
}

.col-xs-6:not(:last-child) {
    /*border-right: 3px solid #3d8d9d;
    height: 75%; */
}

input[type=checkbox] {
    display: inline-flex !important;
}

/* Styles for validation helpers*/
.field-validation-error {
    color: #ff0000;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #ff0000 !important;
}

.validation-summary-valid {
    display: none;
}


@media only screen and (max-width: 1366px) {
    .wr-login-form {
        margin-top: 0;
    }

    .video-bg {
        margin-top: 10px !important;
        padding: 17px 0px 0px 0px;
    }

        .video-bg h2 {
            font-size: 20px;
        }

        .video-bg p {
            margin: 0 0 15px 0;
            font-size: 15px;
            line-height: 20px;
        }

    .portalVideo {
        margin-top: 0;
    }

    .btn-video {
        margin-top: 8px !important;
    }

    .login-wrapper input[type=text], .login-wrapper input[type=password] {
        padding: 8px 40px 8px 15px;
    }

    .btn-login {
        font-size: 15px;
        padding: 8px;
    }

    .login-wrapper input[type=text], .login-wrapper input[type=password] {
        margin-top: 20px;
    }
}

