/* CSS Document */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, audio, video, source {
    display: block;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    min-height: 100%;
}

    html[xmlns] .clearfix {
        display: block;
    }

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

@font-face {
    font-family: 'roboto-regular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-regular-webfont.woff') format('woff'), url('fonts/roboto-regular-webfont.ttf') format('truetype'), url('fonts/roboto-regular-webfont.svg#roboto-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #3e8ef7 url(../images/login-bg.jpg) no-repeat top center;
    font-family: 'roboto-regular';
    font-size: 13px;
    margin: 0px;
    margin: 0px;
    background-size: cover;
}

/************ LOGIN PANEL CLASSES STARTS ************/
.login {
    max-width: 915px;
    width: 100%;
    padding: 20px;
    margin: 20px auto;
}

.login_left_image {
    float: left;
    width: 437px;
    height: 336px;
}

.login_right_section {
    float: left;
    width: 477px;
    height: 336px;
}

.login_logo {
    float: right;
    width: 339px;
    height: 27px;
    margin: 24px 10px 0px 10px;
}

.wide {
    width: 140px;
}

.login_panel {
    float: left;
    width: 477px;
    height: 240px;
    background: url(../images/login_bg.jpg) no-repeat top left;
    margin: 17px 0px 0px 0px;
}

.login_fields {
    max-width: 370px;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.session_msg {
    color: #FF0000;
    font-weight: bold;
    height: 25px;
    text-align: center;
}

.login_right {
    float: right;
    width: 82px;
    padding: 0px 0px 0px 0px;
}

.login_left {
    float: left;
    background: #FFFFFF;
    width: 100%;
    padding: 10px;
    margin: 20px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0px 10px 0 #666666;
    -moz-box-shadow: 0 0px 10px 0 #666666;
    box-shadow: 0 0px 10px 0 #666666;
    text-transform: uppercase;
    color: #707070;
    font-size: 12px;
    position: relative;
    font-family: Open Sans,sans-serif;
}

.clear {
    clear: both;
}

.login_txtbox {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #ededed;
    border: 1px solid #ededed;
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    padding: 0px 15px;
    margin-top: 5px;
    box-sizing: border-box;
}

    .login_txtbox:focus {
        background: #f5f5f5;
    }

.login_cmbbox {
    width: 100%;
    height: 20px;
    line-height: 20px;
    background: #FFFFFF;
    border: 0px solid #e0e0e0;
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
}

.login_label {
    font-size: 12px;
    font-weight: bold;
}

.login_btn {
    width: 50%;
    line-height: 40px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#252f32+0,181e20+50,080b0b+100 */
    background: #252f32; /* Old browsers */
    background: -moz-linear-gradient(top, #252f32 0%, #181e20 50%, #080b0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #252f32 0%,#181e20 50%,#080b0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #252f32 0%,#181e20 50%,#080b0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252f32', endColorstr='#080b0b',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 3px;
    font-family: Open Sans,sans-serif;
    transition: all 0.5s ease;
}

.login_btn:hover {
        background: url(../Images/login-ico.png) no-repeat #3e8ef7 left 15px center;
}

.loginbuttons {
    background: url(../Images/login-ico.png) no-repeat #252f32 left 15px center;
    padding-left: 25px;
}

.welcome-title {
    display: block;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    font-family: Open Sans,sans-serif;
    float: left;
    width: 100%;
    text-align: center;
}

    .welcome-title span {
        font-weight: 700;
        font-family: Open Sans,sans-serif;
    }

.label-border {
    text-align: left;
    padding: 2px 15px;
    font-family: Open Sans,sans-serif;
}

.ltop-icon {
    position: absolute;
    top: -20px;
    left: 45%;
}

a.forgot-txt {
    text-transform: none;
    font-size: 13px;
    color: #999999;
    text-decoration: none;
}

    a.forgot-txt:hover {
        color: #333;
        text-decoration: underline;
    }

#divForgetPswd h3 {
    font-family: 'roboto-regular';
    font-size: 18px;
    line-height: 30px;
    color: #3e8ef7;
    padding: 15px 0;
    margin: 0px;
    text-align: center;
}

a.f-link {
    text-transform: none;
    font-size: 13px;
    color: #999999;
    text-decoration: none;
}

    a.f-link:hover {
        color: #3e8ef7;
        text-decoration: underline;
    }

.forget-div {
    clear: both;
    padding: 10px 0 15px;
}
