#geniatech_login, #geniatech_forget, #geniatech_register{
    background: url('../img/wallpapers/gt_loginbackpic.jpg') no-repeat fixed;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    overflow: auto;
}

.geniatech-main-register-div{
    width: 460px;
    height: 480px;
    background-color: #5fc8e2;
    border-radius: 10px;
}

.update-password-main-div{
    width: 460px;
    margin: 16% auto;
 }

.geniatech-main-update-password-div{
    width: 460px;
    height: 270px;
    background-color: #5fc8e2;
    border-radius: 10px;
}

#geniatech_login_div, #geniatech_forget_div, #geniatech_register_div{
	overflow: hidden;
    margin: 0 auto;
}
#geniatech_forget_div, #geniatech_register_div{
    width: 460px;
    height: 390px;
    border-radius: 10px;
}
#geniatech_login_div {
    width: 460px;
    height: 300px;
    background-color: #5fc8e2;
    border-radius: 10px;
}

.login-back-img, .forget-back-img{
    width: 100%;
    height: 100%;
}
input {
    width: 80%;
    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(80% - 90px);
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 5px 0 0 5px;
    float: left;
    margin-left: 10%;
}

.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: #3baff9;
    width: 90px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 auto;
    color: black;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    opacity: .9;
    filter: alpha(opacity=90);
    border: none!important;
}
.forget-submit:hover{
    background-color: #0797ec;
}
.cancel-btn{
    margin: 0;
    padding: 8px;
    color: black;
    width: 80%;
    height: 36px;
    border-radius: 5px;
    background-color: #ff1605;
    border: none;
    font-size: 16px;
    margin-left: 10%;
    box-shadow: 1px 1px 1px 1px;
}

.cancel-btn:hover{
    background-color:red ;
    box-shadow: 1px 1px 0 0;
}


.geniatech-logo-div{
    width: 30rem;
    margin: 0 auto;
    padding-top: 2rem;
    margin-bottom: 10px;
}
.geniatech-logo-div img{
    width: initial;
    margin: 0 3rem;
}

.geniatech-login-div-square {
    color: white;
    font-size: 4em;
    font-style: initial;
    font-family: initial;
    font-weight: 600;
    display: inline-block;
    width: 80%;
    height: 80px;
    margin-left: 10%;
    margin-top: 10px;
}
.geniatech-login-div-band{
    display: inline-block;
    color: white;
    font-size: 14px;
    border: 1px solid white;
    border-radius: 33px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    position: relative;
    top: -45px;
    left: -7px;
}

.login-main-div{
    width: 460px;
    margin: 0 auto;
}
.login-main-register-div{
    width: 460px;
    margin: 10% auto;
}

.login-main-forget-div{
    width: 460px;
    margin: 18% auto;
}

.login-tab-left-top{
    height: 50px;
    width: 50px;
    border-top: 2px solid #ffffff85;
    border-left: 2px solid #ffffff80;
    position: relative;
    left: -10px;
    top: 46px;
    display: inline-block;
    border-top-left-radius: 7px;
}
.login-tab-right-bottom{
    height: 50px;
    width: 50px;
    border-right: 2px solid #ffffff85;
    border-bottom: 2px solid #ffffff80;
    position: relative;
    top: -40px;
    left: 420px;
    display: inline-block;
    border-bottom-right-radius: 7px;
}

#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: 80%;
    background-color: #3baff9;
    border: none!important;
    box-shadow: 1px 1px 1px 1px;
}
.login-submit:hover{
    background-color: #0797ec;
    box-shadow: 1px 1px 0 0;
}


a {
	text-decoration:none;
	out-line: none;
}
.login-href-a{
    margin-bottom: 15px;
    color: whitesmoke;
   	font-size: 18px;
    margin-right: 10%;
    margin-left: 10%;
}
.forgetpwd-a{
    float: right;
}

.cancel-register-btn, .submit-register-btn{
    padding: 0;
    color: black;
    width: 80%;
    height: 36px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10%;
    border: none;
    box-shadow: 1px 1px 1px 1px;
}
.cancel-register-btn{
	background-color: #ff1605;
    padding: 8px;
} 
.submit-register-btn{
    background-color: #3baff9;
	margin-bottom: 10px;
}

.submit-register-btn:hover{
    background-color: #0797ec;
    box-shadow: 1px 1px 0 0;
}


.cancel-register-btn:hover{
    background-color:red ;
    box-shadow: 1px 1px 0 0;
}


.error-show{
    color: white;
    margin-left: 10%;
}
