/* 
    Created on : Mar 9, 2015, 5:52:47 PM
    Author     : UTC.DuyHQ
*/
body {
    margin: 0;
    padding: 0;
    font: normal normal normal 13.3333330154419px/normal Arial;
    background: transparent;
    background-color: rgb(250,250,250);
}

a {
    outline: none;
    color: #7b7b7b;
    text-decoration: none;
}

a:hover, a:focus {
    color: #4b4b4b;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #007b00;
}

a:link {
    text-decoration: none;
    color: #003999;
}

.wrapper {
    margin: 0;
    padding: 0;
}

.header {
    display: inline-block;
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #FDC313;
}
#login_content {
    top: 65px!important;
    min-height: 150px;
}
 #login_content .ui-layout-unit-content {
    min-height: 150px;
 }
.cmn_form {
    margin-left: 0;
}
.content h3 {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    display: block;
    margin: 20px auto;
    text-align: center;
    padding: 0 0 15px 0;
    width: 450px;
    border-bottom: solid 1px #e2e2e2;
}

.form-login {
    width: 450px;
    margin: 30px auto 70px;
    font-size: 16px;
    text-align: center;
}
.form-login .cmn_form_input {
    width: 150px;
    float: left;
}
.form-login input[type="text"], .form-login input[type="password"] {
    width: 179px;
    height: 25px;
    padding: 0 5px;
    font-size: 14px;
    outline: none;
    border: 1px solid #DEDEDE;
    margin: 0 2px;
}

.form-login input[type="checkbox"] {
    margin-left: 10px;
}

.btn_login {
    outline: none;
    margin-top: 20px;
    color: #fff !important;
}

.footer {
    margin: 0;
}

.infomation {
    position: relative;
    padding: 10px 20px 20px;
    border: 1px solid #CAC8C1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer b {
    display: block;
    margin-top: 5px;
}

.footer i {
    margin: 10px auto 0;
    display: block;
    text-align: center;
    font-size: 85%;
    color: #333;
}

.infomation_title {
    margin-bottom: 10px;
}
.cmn_form_tr > div {
    vertical-align: top;
}
.cmn_form_label {
  padding-top: 10px;
}

@media (max-width: 768px) {
    
    .content h3 {
        width: 100%;
    }
    #login_content {
        top: 10px!important;
        width: auto!important;
        height: auto!important;
        bottom: auto!important;
    }    
    #login_content .ui-layout-unit-content {
       height: auto!important; 
       overflow: hidden!important;
    }
    .form-login input[type="text"], .form-login input[type="password"] {
        margin: 0 2px 0 0;
        width: 100%;
    }
}
@media (max-width: 768px) {
    /* Login */
    .login {
        min-height: 655px!important;
        background: #fff;
        overflow-y: auto!important;
        overflow-x: hidden;
    }
    .login_middle .form-login {
        width: 305px;
        margin-top: 20px;
    }
    .login_middle .cmn_form_tr {       
        float: left;
    }
    .form-login .cmn_form_input {
        padding-left: 10px;
        text-align: left;
    }
    .login_middle .cmn_form_label {
        float : left;
        width: 100%;
    }
    .login_header, .login_footer, .login_middle, .login_middle .ui-layout-unit-content, .login_footer .ui-layout-unit-content{
        position: relative!important;
        height: auto!important;
        width: 100%!important;
    }
    
    .login_header .ui-layout-unit-content {
        height: 76px!important;
        overflow: hidden!important;
    }
    .login_footer .ui-layout-unit-content {
        overflow: hidden!important;
    }
    .login_middle {
        top: 0!important;
    }
    .login .login_footer {
        position: relative!important;
        padding-top: 10px;
    }
    .login_footer .infomation {
        margin-left: 5%;
        margin-right: 5%;
        padding: 10px 10px 20px!important;
        height: 220px;
    }
    .login_footer .scroll-wrapper {
	-webkit-overflow-scrolling: touch !important;
  	overflow: auto !important;
        height: 179px!important;
    }
    .login_footer .infomation iframe {
        //height: 179px;
        //overflow: auto!important;
    }
    .login_footer .infomation iframe a {
        word-break: break-all;
    }
    .form-login input[type="checkbox"] {
        margin-left: 10px;
        display: inline-block;
    }
    footer {
        height: auto;
    }
}