/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

    display: block;

}

body {

    line-height: 1.5;

    font-family: 'Open Sans', sans-serif;

    outline: none;

    margin: 0;

    padding: 0;

    background: #eff0f2;

    font-size: 14px;

    position: relative;

}

blockquote, q {

    quotes: none;

}

p{

    margin-bottom: 0;

}

blockquote:before, blockquote:after,

q:before, q:after {

    content: none;

}

a:hover {

    text-decoration: none;

    outline: none;

}

table {

    border-collapse: collapse;

    border-spacing: 0;

}

input, textarea {

    outline: 0;

    background: transparent;

}

/*Custom reset margin, padding, border ...*/

.no-pad-left {

    padding-left: 0 !important;

}

.no-pad-right {

    padding-right: 0;

}

.format-padding {

    padding: 0;

}

.fleft {

    float: left;

}

.fright {

    float: right;

}
.wrapper{
    height:100%;
    width: 100%;
    min-height:660px;
    background:url('../images/bg_login.png') no-repeat top center fixed;
    position:fixed;
    background-size:100%;
}
.overlay{
    /*width:100%;*/
    /*height:100%;*/
    /*background: #000;*/
    /*opacity: 0.5;*/
}
.popup_login{
    width:400px;
    min-height:400px;
    position:absolute;
    z-index:9999;
    top:100px;
    left:0px;
    right:0px;
    margin:auto;
    bottom:0px;
}
.box_form{
    text-align:center;
    margin-top:15px;
}
.box_login{
    border:1px solid #d7d7d7;
    width:400px;
    height:350px;
    background: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.div_logo{
    text-align:center;
    margin-top:15px;
}
.input_login{
    width:308px;
    height:49px;
    border:1px solid #cecece;
    color:#818181;
    font-size:14px;
}
.input_user{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom:0px;
    background:#f5f5f5 url('../images/icon_user.png') 14px  center no-repeat;
    padding-left:40px;
}
.input_pass{
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background:#f5f5f5 url('../images/icon_password.png') 14px  center no-repeat;
    padding-left:40px;
}
.checkbox_remem{
    line-height:30px;
    margin-top:3px;
}
.title_remem{
    cursor: pointer;
    font-size:13px;
    font-weight:normal;
    margin-left:5px;
    margin-bottom:0px;
    line-height:14px;
    color:#585858;
    display:inline-block;
    border-right:1px solid #bdbdbd;
    margin-right:5px;
    padding-right:8px;
}
.row_action{
    margin-top:20px;
}
.title_forgot{
    color:#2c87c8;
    font-size:13px;
    text-decoration:underline;
    font-family: 'Open Sans', sans-serif;
}
.button_login{
    width:165px;
    height:42px;
    background: #2c87c8;
    text-transform: uppercase;
    color:#fff;
    font-size:13px;
    border:1px solid #246ea2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top:20px;
}
.link_web{
    margin-top:20px;
    text-align:center;
}
.link_web a{
    font-size:12px;
    line-height:15px;
    border-right:1px solid #bdbdbd;
    padding:0 10px;
    display:inline-block;
    color: #bdbdbb;
}
.link_web a:last-child{
    border-right:none;
}
.link_underline{
    color: #fff !important;;
    text-decoration: underline;
}
.copyright{
    text-align:center;
    color:#fff;
    font-size:12px;
    margin-top:10px;
}
.custom_icon{
    font-size:13px;
    color:red;
    margin-right:10px;
    margin-bottom:15px;
}
.span_error{
    font-size:12px;
    color:red;
}