#geniatech_login, #geniatech_forget, #geniatech_register{
    background: url('../img/wallpapers/main.jpg') no-repeat fixed;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    overflow: auto;
}
#geniatech_login_div, #geniatech_forget_div, #geniatech_register_div{
	overflow: hidden;
    margin: 0 auto;
}
#geniatech_forget_div, #geniatech_register_div{
    width: 345px;    
}
#geniatech_login_div {
    width: 365px;
}

.login-back-img, .forget-back-img{
    width: 100%;
    height: 100%;
}
input {
    width: 100%;
    display: block;
    border: 0;
    margin: 0 auto;
    line-height: 36px;
    font-size: 20px;
    padding: 0 1em;
    border-radius: 5px;
    margin-bottom: 11px;
    height: 36px;
}

.forget-username, .forget-email, .register-username, .register-password, .register-email, .register-custom-id, .register-custom-code{
    font-size: 13px;
    color: #999;
}
.forget-custom-logo{
    font-size: 24px;
    color: white;
    text-align: center;
}
.forget-header-div, .register-header-div{
    min-height: 120px;
    padding-top: 20rem;
}

.forget-email {
    width: calc(100% - 90px);
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 5px 0 0 5px;
    float: left;
}

.forget-submit {
    margin: 0;
    float: left;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background-color: skyblue;
    width: 90px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 auto;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    opacity: .9;
    filter: alpha(opacity=90);
}
.cancel-btn{
    margin: 0;
	padding: 8px;
	color: white;
	width: 100%;
	height: 36px;
	border-radius: 5px;
	background-color: red;
	border: none;
	font-size: 16px;
}
.geniatech-logo-div{
    width: 34rem;
    margin: 0 auto;
    padding-top: 2rem;
    margin-bottom: 10px;
}
.geniatech-logo-div img{
    width: initial;
    margin: 0 3rem;
}

.geniatech-login-div-square {
    height: 80px;
}

.geniatech-login-div-square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.geniatech-login-div-square .content {
    position: absolute;
    width: 100%;
    height: 100%;
}
.geniatech-login-div-square img{
	width: initial;
    margin: 0 3.8rem;
}

#geniatech_login_div input {
    border: 1px solid;
}

.login-username, .login-password {
    /* width: 91%;*/
    font-size: 13px;
    color: #999;
}
.login-custom-logo{
    font-size: 24px;
    /*color: white;*/
    text-align: center;
}
.login-header-div{
    height: 28%;
    min-height: 120px;
}  
.login-submit {
    width: 99%;
    background-color: skyblue;
    border: none;
}
a {
	text-decoration:none;
	out-line: none;
}
.login-href-a{
    margin-bottom: 15px;
    color: whitesmoke;
   	font-size: 18px;
}
.forgetpwd-a{
    float: right;
}

.cancel-register-btn, .submit-register-btn{
    margin: 0;
	padding: 0;
	color: white;
	width: 100%;
	height: 36px;
	border-radius: 5px;
	border: none;
	font-size: 16px;
}
.cancel-register-btn{
	background-color: red;
    padding: 8px;
} 
.submit-register-btn{
	background-color: skyblue;
	margin-bottom: 10px;
}
.error-show{
    color: #ff1530;
}
