
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');

body {
	position: relative;
	height: 100%;
	margin: 0;
	width: 100%;
	background-size: 200px;
	background-position: center;
}
body *{
	box-sizing: border-box;
}
body *:not(i){
    font-family: 'Rubik', sans-serif !important;
}

body::after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/patient_images/imageedit_1_6716473299.png');
	background-size: 200px;
	background-position: center;
	position: absolute;
	opacity: 0.7;
}
.heading {
	text-align: center;
	font-size: 25px;
	color: #fff;
	margin-bottom: 25px;
}
.entry_dv {
	width: 100%;
	padding: 10px;
	text-align: center;
}

#slct_un {
    background-color: #d7d7d9;
    color: #626262;
    height: 38px;
    width: 352px;
}
.box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 0 6px;
	background-color: #e6e6e6;
	position: relative;
}
.entry {
	border: 1px solid transparent !important;
	border-radius: 4px;
	background-color: transparent !important;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	text-align: left !important;
	width: 100%;
	height: 31px;
	padding-left: 20px;
}
.inp-icn i {
	color: #0199ed;
}
.entry:focus-visible {
	outline: none;
}
.inp-icn {
	position: absolute;
	top: 7px;
	left: 5px;
}
#log1 form {
	margin: 0;
}
.chekin {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.log_btn {
	background-color: #0199ed;
	border: 1px solid #0199ed;
	border-radius: 4px;
	color: #ffffff;
	height: 35px;
	text-align: center;
	width: 100%;
}
.log_btn:hover {
	opacity: 0.9;
}
.logo {
	text-align: center;
	height: 90px;
	margin-bottom: 15px;
}
.logo img {
	max-height: 100%;
	width: auto;
}
.log-in-dv {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
	padding: 15px 15px 20px;
}
.chekin > span > a {
	text-decoration: none;
	color: #fafafa;
	font-size: 13px;
	cursor: pointer;
}
.log-in-outr {
	position: absolute;
	width: 40%;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 1;
}
#fu {
	font-size: 13px;
}

#resend_otp_wait {
    text-decoration: none;
    color: #fafafa;
    font-size: 13px;
}



@media screen and (max-width:1199px){
	.log-in-outr {
		width: 45%;
	}
}

@media screen and (max-width:991px){
	.log-in-outr {
		width: 55%;
	}
	.logo {
		height: 70px;
	}
}

@media screen and (max-width:767px){
	.log-in-outr {
		width: 80%;
	}
	.logo {
		height: 50px;
	}
}

@media screen and (max-width:575px){
	.log-in-outr {
		width: 95%;
	}
}

