body {
	background: #000000;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	color: #ffffff;
	height: 100vh;
	margin: 0;
	padding: 0;
}
img,a {
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Disable selection/copy in UIWebView */
}
*{
	box-sizing: border-box;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.container {
	padding: 0 4%;
	margin: 0 auto;
	display: table;
	background: url('../img/log-in-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100vw;
}
.section {
	width: 100%;
	height: 100vh;
	padding: 0;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

}
.number_field {
	position: relative;
	margin: 20px auto 10px;
	max-width: 250px;
}
#phone_number {
    padding: 5px 5px 5px 85px;
    width: 250px;
    letter-spacing: 1px;
    border: 1px solid #000;
    height: 36px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 8px;
    font-family: 'Montserrat';
}
#input_img {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 40px;
}
.plus91 {
    position: absolute;
    top: 0;
    left: 50px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding: 7px 0;
}
.btn_otp {
	border: 0px none;
	font-size: 5vw;
	font-weight: bold;
	width: 100%;
	background: transparent;
	padding: 0.5vh;
}
.term_line {
	font-size: 2.3vw;
	padding: 10px 30px;
	display: block;
	text-align: right;
	text-decoration: navajowhite;
	color: #fff;
}
#otp_number {
	width: 150px;
	letter-spacing: 2px;
	border: 1px solid #000;
	height: 36px;
	font-weight: bold;
	font-size: 18px;
	border-radius: 20px;
	text-align: center;
	font-family: 'Montserrat';
	margin: 2vh auto;
}
.back {
	filter: invert();
	cursor: pointer;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
}
.logo {
	max-width: 50vw;
}
.msg_box{
	display: none;
}
.link {
	font-size: 10px;
	color: #4C74B9;
	text-decoration: underline;
	font-weight: bold;
	display: block;
}
.top_block {
	background: rgba(0,0,0,0.62);
	margin: 5vw 5vw 0;
	border-radius: 50px;
	box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.8);
}
.main_title {
	font-size: 4.5vw;
	margin: 0;
	font-weight: 600;
}
#phone_number::placeholder {
    font-size: 12px;
    text-align: center;
    color: #606060;
}
.bottom_block {
	background: #fff;
	margin: 0 18vw;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
#otp_number::placeholder {
	letter-spacing: 5px;
	font-size:15px;
}
.resend_otp {
	font-size: 2.8vw;
	color: #ff0000;
	padding-bottom: 10px;
	display: block;
}