﻿* { margin: 0; padding: 0; }
body {
    background-color:#fff; 
    background-image: url('/uploads/background_img/baominh_office.jpg'); 
    color:#003399; 
    background-size:100%;
    font-family: verdana;
    font-size: 11px;
}

a {
    text-decoration:none; 
    color: #003366;
}
a:visited {
    color: #003366;
}
a:hover {
    color: #ff0000;
}
a:active {
    color: #0000ff;
}

input[type=text] { border: solid 1px #ccc; height: 18px; line-height: 18px; padding: 0px 2px; }
input[type=password] { border: solid 1px #ccc; height: 18px; line-height: 18px; padding: 0px 2px; }
input[type=text]:hover { border-color: #cc0000; }
input[type=password]:hover { border-color: #cc0000; }
input[type=text]:focus { border-color: #cc0000; background-color: #ffd7d7; }
input[type=password]:focus { border-color: #cc0000; background-color: #ffd7d7; }

input[type=button]:hover { cursor: pointer; }
input[type=submit]:hover { cursor: pointer; }
input[type=reset]:hover { cursor: pointer; }

select { border: solid 1px #ccc; height: 20px; line-height: 20px; padding: 0px 2px; }
select:hover { border-color: #cc0000; }
select:focus { border-color: #cc0000; background-color: #ffd7d7; }

#login_logo {
    position: absolute; 
    margin-left: 20px;
}
#login_logo img {
    width: 257px;
}
#login_title {
    position: absolute;    
    width:100%; 
    height:80px; 
    font-family:Times New Roman; 
    font-size:24px; 
    font-weight:bold; 
    text-align:center; 
    text-transform: uppercase; 
    padding-top:30px;
}
#login_message {
    text-align: center;
    background-color: #ffffff;
    color: #ff0000;
    opacity: 0.8;
    padding: 10px 0;
    display: none;
}
#loading {
    display: none;
    width: 100%;
    text-align: center;
    height: 100%;
    position: absolute;
    z-index: 5000;
    margin-top: -15px;
}
#loading_rhodium {
    border: none;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    margin-top: 200px;
}
#loginbox {
    z-index: 5000;
    position: absolute;
    left: 0px;
    width: 100%;
    height: calc(100% - 120px);
    display: block;
}
#login {
	height:auto;
	width:292px;
	margin-left: -145px; /* lấy width chia đôi ra */
	bottom: 0; /* lấy height chia đôi ra */
	position: absolute;
	right: 15px;
}

#signupbox {
 position: absolute;
 top: 20%;
 left: 0px;
 width: 100%;
 height: 1px;
 display: block;
}

#input_box {
	height:auto;
	width:292px;
}

.menuleftconner {height: 25px; width:7px; float:left; background-image: url(/interface/default_admin/left_menu/left_conner.gif);}
.menurightconner {height: 25px; width:7px; float:left; background-image: url(/interface/default_admin/left_menu/right_conner.gif);}
#logintitle { width:278px; float:left; text-align:center; line-height:25px; text-transform:uppercase; background-image: url(/interface/default_admin/left_menu/left_menu_bg_title.gif);}
.loginlabel { width:105px; padding-left:5px; float:left; height:25px; text-align: left;}
.divbox {
	height:auto;
	width:290px;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-repeat: repeat-x;
	background-position: top;
    background-color: #fff;
}
.logintextbox { 
    width:174px; 
    float:left; 
    min-height:25px; 
    text-align:left; 
    padding-bottom:3px;
}
#Txt_Tendangnhap, #Txt_Matkhau {
    width:168px;
}
#captcha_code {
    width: 85px;
}
#captcha {
    width: 166px; 
    height:68px; 
    border:solid 1px #ccc; 
    margin:5px 0 3px 0;
}

#loginbutton {
	width:100%;
	text-align:left;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
    border-top: dotted 1px #ccc; 
    margin-top: 15px;
    min-height: 25px;
}
#submit {
    margin-left: 110px;
    display: none;
}
#reset {
    display: none;
}
.menu {
    font-weight:bold;
}

#logo {
	min-height: 100px;
    width: 210px;
	padding-left:10px;
    float: left;
}
#login_bottom {
    background: #000; 
    border-top: 1px solid #ccc; 
    opacity: 0.8; 
    position: absolute; 
    left:0; 
    bottom: 0; 
    width: 100%; 
    text-align: center; 
    padding: 10px 0; 
    color: #fff;
}
#login_bottom h3 {
    margin-bottom: 7px;
}
#login_bottom a {
    color: #fff;
}
#login_bottom a:hover {
    color: #ff0000;
}
#login_rhodium {
    position: absolute;  
    right:0; 
    bottom: 0; 
    width: auto; 
    text-align: right; 
    padding: 0 5px 5px 0;
}
#login_rhodium a {
    color: #666;
}
#login_rhodium a:hover {
    color: #ff0000;
}