html,
body{
width: 100%;
height:100%;
overflow:hidden;
}
body{
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.wrap{
    width:100%;
    height: 100%;
    position: relative;
}
 .content{
    width:650px;
    padding:5% 110px;
    background: rgba(25, 60, 101, 0.7);
    color: #ffffff;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%); 
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -transform:translate(-50%,-50%);
    border-radius: 5px;
} 
.title{
    height: 60px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}
.row{
    height: 46px;
}
.pass{
    display: block;
    float: left;
    width: 27%;
    color: #ffffff;
    font-weight: 300;
    font-size:12px;
    text-align: center;
    line-height: 34px;
}
.title_content{
    display: block;
    float: left;
    width:100px;
    color: #ffffff;
    font-weight: 300;
    font-size:12px;
    text-align: center;
    line-height: 30px;
    
}
.username{
    display: inline-block;
    width:340px;
    border: none;
    background: none;
    color: #ffffff;
    padding:1.5% 5%;
    border: 0.5px solid #c6c3c3;
    border-radius: 5px;
}
.Btn{
    height: 60px;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}
.btn{
    display: inline;
    border: none;
    background: none;
    padding: 6px 9px;
    background: #0189dd;
    color: #ffffff;
    margin: 0 2%;
    border-radius: 5px;
    cursor: pointer;
}
.code{
	width:240px;
    float:left;
    border:none;
    background: none;
    padding: 1.5% 5%;
    border: 0.5px solid #c6c3c3;
    border-radius: 5px;
    color:#ffffff;
}
.codeBtn{
	display:inline-block;
	width:80px;
	text-align:center;
	line-height:32px;
    color: #ffffff;
    float: left;
    font-size: 12px;
    background: #0189dd;
    margin-left: 1%;
    cursor: pointer;
    border-radius: 5px;
	
}
.clock{
	display:none;
}
 .errormsg{
    display: inline-block;
    width: 72%;
    margin-left: 27%;
    color:red;
    display: none;
} 
.textInputField{
    display: none;
}
h4{
    font-size:14px;
}