/*pháº§n tá»­ phá»§ toĂ n mĂ n hĂ¬nh*/
#over {
    display: none;
    background: #333;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}
a, a:visited, a:active{
    text-decoration:none;
}
/* lá»›p login - cá»­a sá»• Ä‘Äƒng nháº­p*/
.login
{
    background-color:#85B561;
    height:auto;
    width:450px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    padding-bottom:5px;
    display:none;
    overflow:hidden;
    position:absolute;
    z-index:99999;/*Ä‘áº·t z-index Ä‘á»ƒ nĂ³ ná»•i báº­t vĂ  chá»“ng lĂªn pháº§n tá»­ khĂ¡c trong trang*/
    top:10%;
    left:50%;
    margin-left:-300px;
}
		
.login .login_title
{
    color:white;
    font-size:16px;
    padding:8px 0 5px 8px;
	height: 60px;
    text-align:left;
}

.login-content label {
    display: block;
    padding-bottom: 7px;
}

.login-content span {
    display: block;
}
.login-content
{
    padding-left:35px;
    background-color:white;
    margin-left:5px;
    margin-right:5px;
    height:auto;
    padding-top:15px;
    overflow:hidden;
}
	
.img-close2 {
    float: right;
    margin-right: -3px;
    margin-top: -43px;
}	
.button{
    border: 0 none;
    border-radius: 18px;
   
    cursor: pointer;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 20px;
    outline: medium none !important;
    padding: 20px 40px;
}
.send_phone{
    border: 0 none;
    border-radius: 10px;
    color: #fff;background-color: #00bed5;
    cursor: pointer;
   text-align:center; margin-bottom:20px; margin-left:80px;
    font-size: 18px;
    outline: medium none !important;
   padding:10px;
}
.button:hover{
    
}
.login input
{
    border:1px solid #D5D5D5;
    border-radius:5px;
    box-shadow:1px 1px 5px rgba(0,0,0,.07) inset;
    color:red;
    font-size:15px;
	font-weight:bold;
    height:40px;
    padding:0px 8px;
    word-spacing:0.1em;
    width:370px;
}
.submit-button{
    display: inline-block;
    padding: auto;
    margin: 15px 75px;
    width: 150px;
}
		
		