/* #loginform #user_pass {
 display: none; 
}
#loginform .button-secondary {
    display: none!important;
} */
/* #user_pass, label[for='user_pass'] {  
    display: none !important;
} */

.password-less-login-hidden-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-top: 70px;
}
#otpForm,
.login-logo {
	display: none;
	padding: 27px 27px;
	margin-top: 10px;
	width: 20%;
	text-align: center;
}
#otpForm input[type="email"],
#otpForm input[type="text"] {
	font-size: 14px;
	width: 100%;
	padding: 3px;
	margin: 2px 6px 16px 0;
	height: 28px;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
}
#otpForm button {
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799,
		-1px 0 1px #006799;
	padding: 5px 10px;
	line-height: 20px;
	border-radius: 3px;
	border-width: 1px;
	cursor: pointer;
}
#otpForm button:hover {
	background: #0091cd;
}
.password-less-login-form .user-pass-wrap,
.password-less-login-form #nav {
	display: none;
}

.loader-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9999;
}
