/* .login-mright {
    padding: 80px 80px 30px 80px !important;
} */

.login-mright .register-tab {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.eye-password{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/login/eye1.png) no-repeat center center;
	position: absolute;
	right: -25px;
	top: 14px;
	cursor: pointer;
}
.eye-password.eye {
	background: url(../images/login/eye.png) no-repeat center center;
}

@media screen and (max-width: 1440px) {
	/* .login-mright {
        padding: 20px 80px 50px 80px !important;
    } */

    /* .regtab-cont .login-btn p .btn {
        margin-left: -20px !important;
    } */
}