
#olu_user { background-color: #fff; }
.content { background-color: #fff; padding: 15px 20px; overflow: auto; }
.content .content_inner_1 { width: 350px; background-color: #f2f2f2; padding: 15px; padding-right: 20px; }
.content .content_inner_1a { width: 350px; background-color: #f2f2f2; padding: 15px; padding-right: 20px; float: left;}
.content .content_inner_1 h2 { margin: 0; padding: 0; font-family: Avenir-Heavy,sans-serif; font-size: 14px; color: #000; margin-bottom: 15px; }
.content .content_inner_1a h2 { margin: 0; padding: 0; font-family: Avenir-Heavy,sans-serif; font-size: 14px; color: #333; margin-bottom: 15px; }
.content .content_inner_1b { width: 590px; background-color: #EDEEED; padding: 15px 18px;  float: right;}
.content .content_inner_1b h2 { margin: 0; padding: 0; font-family: Avenir-Medium,sans-serif; font-size: 18px; color: #000; margin-bottom: 10px; }
.content .content_inner_1b .im{width: 100%;}
.content .content_inner_1b .im img{display: block;width: 100%; height: auto;}
.content .content_inner_1b .more{overflow: auto;padding-top: 12px;}
.content .content_inner_1b .more .info{float: left;width: 280px;line-height: 24px;font-family: Avenir-Medium,sans-serif; font-size: 14px; color: #000;}
.content .content_inner_1b .more .rqcode{float: right;width: 240px;line-height: 24px;font-family: Avenir-Medium,sans-serif; font-size: 16px; color: #000;overflow: auto;}
.content .content_inner_1b .more .rqcode .item{width: 110px;float: left;}
.content .content_inner_1b .more .rqcode .item:last-of-type{float: right;}
.content .content_inner_1b .more .rqcode .item img{display: block;width: 100%; height: auto;}
.content p { margin: 0; padding: 0; }
.content .form_wrap { background-color: #fff; padding: 15px; padding-right: 20px; min-height: 490px; }
.form_row .error { color: #c2272b; }
.form_row .error a { text-decoration: underline; }
.form_row input[type=text],
.form_row input[type=password] { 
    display: inline-block; width: 100%; height: 30px; line-height: 30px;
    border: 1px solid #6f6f6f; padding-left: 10px; 
    font-size: 14px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12wpx;
}
input::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
}
input::-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
}
input::-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
}

.password-eye{
    position: relative;
}
.password-eye input{
    padding-right: 32px;
    position: relative;
    z-index: 1;
}
.password-eye .eye{
    position: absolute;
    right: 1px;
    top: 0;
    width: 32px;
    top: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.password-eye .eye svg{
    cursor: pointer;
    font-size: 20px;
    color: rgb(153, 153, 153);
}
.password-eye .eye .eye-icon-show{
    display: none;
    color: rgb(44, 44, 44);
}
.password-eye-show .eye .eye-icon-show{
    display: block;
}
.password-eye-show .eye .eye-icon-hide{
    display: none;
}
.form_wrap .type{
    font-size: 14px;
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.form_wrap .type div{
    line-height: 20px;
    padding: 5px 0 0;
}
.form_wrap .type div span{
    margin-left: 5px;
}
.form_wrap .type div :checked + span{
    font-weight: bold;
}

.form_row [name="login"] { margin-bottom: 10px; }
.form_row_submit { padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #666; }
.form_row_submit span { float: left; line-height: 30px; }
.form_row_submit input[type=checkbox] { position: relative; top: 2px; margin: 0; margin-right: 5px; }
.form_row_submit input[type=submit] { 
    float: right; display: inline-block;  height: 30px; line-height: 30px; background-color: #c2272b;
    color: #fff; text-decoration: none; text-transform: uppercase; border: none;padding-left: 10px;padding-right: 10px;width: auto;min-width: 78px; }
.text_row { border-bottom: 1px solid #666; padding-bottom: 10px; padding-top: 10px; }
.text_row a, .text_row a:hover { color: #c2272b; font-family: Avenir-Heavy,sans-serif; text-decoration: none; }
.text_row.login_facebook a,
.text_row.login_facebook a:hover { position: relative; left: -5px; display: inline-block; width: 241px; height: 44px; background: url(https://c.oneday.com.vn/usr/share/component/oneday/login/user/images/icon_login_with_facebook.png) no-repeat; text-indent: -9999px; background-size: 241px 44px; }

.btn_texts_vertical {
    display: block; text-align: center; text-transform: uppercase;
    background-color: #ffffff; border: none; font-family: Avenir-Medium,sans-serif; font-size: 15px;
    margin-top: 10px; margin-bottom: 7px; width: 100%;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /* overflow: auto; */ /* Enable scroll if needed */
  /* background-color: rgb(0,0,0); */ /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  /* background-color: #fefefe; */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 95%; /* Could be more or less, depending on screen size */
  text-align: center;
}

.modal-text {
    color: #FFFFFF;
    font-size: 17px;
    padding-bottom: 20px;
}

.servers-block {
    width: 100%; margin-left: auto; margin-right: auto;
}

#servers-list {
    display: flex; justify-content: center; flex-flow: row wrap; list-style: none; 
}

/**
.servers-item {
    padding: 10px; width: 200px; background: #FFFFFF; margin-right: 15px; font-size: 17px; margin-bottom: 15px; 
}
*/
.servers-item {
    width: 200px; background: #FFFFFF; margin-right: 15px; font-size: 17px; margin-bottom: 15px; 
}

@media (max-width:999px) {
    .content { padding-left: 15px; padding-right: 15px; }
    .content .content_inner_1 { width: 100%; }
    .content .content_inner_1a { width: 100%; float: none;}
    .content .form_wrap { min-height: auto; }

    .content .content_inner_1b { width: 100%; margin-top: 15px; float: none;}
    .content .content_inner_1b .more .info{float: none;width: 100%;}
    .content .content_inner_1b .more .rqcode{float: none;width: 100%; margin-top: 10px;}
    .content .content_inner_1b .more .rqcode .item{width: 48%;}
} 

.app_downloads{
	padding: 25px 0px;
	text-align: center;
}

.app_downloads img{
	width: 100px;
	height: auto;
	margin: 5px 3px;
}
@media (max-width:768px) {
    .content{padding-left: 10px;padding-right: 10px}
    .content .content_inner_1a{padding-left: 10px;padding-right: 10px}
    .content .form_wrap{padding: 10px}
    .form_wrap .type{font-size: 12px}
}
