body{
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	color: #000;
	background: url('../img/loginbg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	background-size: cover;
	margin: 0;
	padding: 0;
}
.modal{
	display: block;
}
#loginform .modal-content {
    background: none;
    border: none;
}
#loginform .modal-body {
	background: rgba(255,255,255,0.83);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
	border-radius: 50px;
}
.log-logo {
	text-align: center;
	max-width: 250px;
	margin: 0 auto;
}
#phone_number {
	padding: 5px 5px 5px 85px;
	width: 250px;
	letter-spacing: 1px;
	border-radius: 10px;
	border: 1px solid #000;
}
#input_img {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 40px;
}
.number_field {
	position: relative;
	margin: 0 auto 10px;
	width: 250px;
}
.plus91 {
	position: absolute;
	top: 7px;
	left: 50px;
}
.btn{
	background-color: #000;
	color: #fff;
	border: 1px solid #000000;
}
.btn:hover{
	background-color: #333;
	color: #fff;
}
.form-module h5{
	padding-top: 15px;
	padding-bottom: 25px;
}
.term{
	float: right;
	font-size: 10px;
	text-decoration: none;
}
.otp_number{
	text-align: center;
}
#otp_form{
	display: none;
}
#resend{
	display: none;
	color: #0d6efd;
	cursor: pointer;
	text-decoration: underline;
}
.btn_bg {
	background: rgba(64,63,65,0.83);
	height: 50px;
	width: 75%;
	margin: 0 auto;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
#btn_send_otp {
	position: relative;
	bottom: -77px;
	background: transparent;
	border: 0 none;
	color: #fff;
	font-size: 25px;
	display: block;
	width: 75%;
}
#btn_verify_otp {
	position: relative;
	bottom: -100px;
	color: #fff;
	background: transparent;
	border: 0 none;
	font-size: 26px;
	width: 75%;
}