* {

	box-sizing: border-box;

}



body {

	/* background: linear-gradient(-135deg,#ecbce9,#b8c3f9); */
	background-color: #daf1f2;

    transition: background-color 300ms;    

	display: flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;

	font-family: 'Montserrat', sans-serif;

	height: 95vh;

	margin: -20px 0 50px;

}



h1 {

	font-weight: bold;

	margin: 0;

}



h6 {

	margin: 10px;

}



p {

	font-size: 14px;

	font-weight: 100;

	line-height: 20px;

	letter-spacing: 0.5px;

	margin: 20px 0 30px;

}



span {

	font-size: 12px;

}



a {

	color: blue;

	font-size: 14px;

	text-decoration: none;

	margin: 15px 0;

}



button {

	border-radius: 20px;

	border: 2px solid #3ebab0;

	background: #369ae5;

	color: #FFFFFF;

	font-size: 10px;

	font-weight: bold;

	padding: 10px 30px;

	letter-spacing: 1px;

	text-transform: uppercase;

	transition: transform 80ms ease-in;

	cursor: pointer;

}

button:hover

{

  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;

  transform: scale(1.05) rotate(-1deg);

}



form {

	background-color: #FFFFFF;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	padding: 0 50px;

	height: 100%;

	text-align: center;

}







input

{ 

    border-radius: 100px;

    box-shadow: #32a8fa21 0 -25px 18px -14px inset, rgb(152 208 241 / 18%) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;

	/* cursor: pointer; */

	/* display: inline-block; */

	padding: 10px 10px;

	width:70%;

	/* text-align: ; */

	/* text-decoration: none; */

	transition: all 250ms;

	border: 0;

	font-size: 16px;

	user-select: none;

	-webkit-user-select: none;

	touch-action: manipulation;	

}

input:hover

{

  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;

 

}



.container {

	

	border-radius: 30px;

	background-color: #f1fdfd;

  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

	position: relative;

	overflow: hidden;

	width: 1000px;

	/* width: 100%; */

	height: 500px;

	float: left;

}



.form-container {

	position: absolute;

	top: 0;

	height: 100%;

}



.log-in-container {

    will-change: transform;

    transform: perspective(300px) rotateX(0deg) rotateY(0deg);

	left: 499px	;

	width: 50%;

	z-index: 2;

}





.overlay-container {

	position: absolute;

	top: 0;

	left: 50%;

	width: 50%;

	height: 100%;

}





.overlay {

	background: #3ebab0;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: 0 0;

	color: #FFFFFF;

	position: relative;

	left: -100%;

	height: 100%;

	width: 200%;

}



.overlay-panel {

	position: absolute;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	padding: 0 40px;

	text-align: center;

	top: 0;

	height: 100%;

	width: 50%;

}

.overlay-right {

	right: 0;

}


.social-container {

	margin: 50px 0;

}

.social-container a {

	border: 1px solid #DDDDDD;

	border-radius: 50%;

	display: inline-flex;

	justify-content: center;

	align-items: center;

	margin: 05px;

	height: 40px;

	width: 40px;

}

.logo_width

{

	padding: 10px;

	width: 110px;

	border-radius: 15px;

}
.logo_width1

{

	/* padding: 5px; */

	width: 70px;

	/* margin-top: 99%; */
	
	/* opacity: 0.9; */

	border-radius: 15px;

}

.slogo_width

{

	padding: 2px;

	width: 30px;

	border-radius: 70%;

	border-color:white;

	height: 30px;

	border-style: solid;

}

.patient_login

{

	background-image: url("../Images/log1.jpg");

	background-repeat:no-repeat;

	background-size: 50% 100%;

	height: 100%;

	/* opacity: 0.6 ; */

	/* padding:15% 1%; */
}
/* .patient_login:hover {
	opacity: 1.0;
  } */
.log_block
{
	display: inline-block;
}
.logo_center
{
	/* margin-top: 10%; */
	margin-right:50%;
}

.text_center {

	display: flex;

	justify-content: center;

	text-align: center;
}

.ab{
 	cursor: pointer;
	display: inline-block;
	align-items: center;
	position: absolute;
	top: 53.7%;	
	right: 25%;
	/* padding-right: 100px; */
  }
.eye_doctor{
	cursor: pointer;
	display: flex;
	align-items: center;
	position: absolute;
	top: 62%;	
	right: 4.1%;
	padding-right: 100px;
  }


