html {
	background-image: linear-gradient(270deg, #71BBF2 12.57%, #50EEEF 41.01%, rgba(80, 238,
		239, 0) 63.61%),
		url("/eclinic/images/authentication-standing-physician-stylish-icons.jpg");
	background-size: cover;
	background-position: 100% top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-blend-mode: multiply;
}

.focusedform {
	padding: 0;
}

.login-wrapper {
	position: absolute;
	left: 51.25%;
	right: 25.54%;
	bottom: 29.39%;
	width: 390px;
	height: 480px;
	top: 20.8%;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.second-part {
	margin-top: -10px;
	bottom: 21.39%;
	height: 265px;
	width: 390px;
	background: rgba(255, 255, 255, 0.8);
}

.first-part {
	height: 215px;
	top: 20.8%;
	bottom: 55.21%;
	width: 390px;
	background: rgba(255, 255, 255, 0.3);
}

.heading {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	color: #0083C0;
	padding-top: 25px;
}

.inputuser {
	width: 220px;
	background: #FFFFFF;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
	height: 40px;
	border-radius: 20px;
	padding: 0 30px 0 20px;
	border-color: white;
	margin-left: 15px;
	border: none;
	outline: none;
	display: inline-block;
	font-family: Montserrat;
	color: #444C48;
	box-sizing: border-box;
}

.circle {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 20px;
	background: #FFFFFF;
	background-repeat: no-repeat;
}

.div-align {
	display: flex;
	justify-content: center;
	padding-top: 15px;
}

.icon-feature {
	padding: 10px;
	font-size: 18px;
	color: #c6dde8;
	font-size: 18px;
}

.login-button {
	text-align: center;
	border-radius: 20px;
	padding: 5px 30px 5px 30px;
	border: none;
	background: #0083C0;
	font-family: Montserrat;
	color: #FFFFFF;
}

.welcome-text {
	font-family: Roboto;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
	padding-top: 15px;
}
.btn.login-button:focus, .btn.login-button:active:focus, .btn.login-button.active:focus, .btn.login-button.focus, .btn.login-button:active.focus, .btn.login-button.active.focus {  
    outline: none;
	}