/*---------------------------------------------*/

input {
	outline: none;
	border: none;
}

textarea {
	outline: none;
	border: none;
}

textarea:focus,
input:focus {
	border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input::-webkit-input-placeholder {
	color: #8499c4;
}

input:-moz-placeholder {
	color: #8499c4;
}

input::-moz-placeholder {
	color: #8499c4;
}

input:-ms-input-placeholder {
	color: #8499c4;
}

textarea::-webkit-input-placeholder {
	color: #8499c4;
}

textarea:-moz-placeholder {
	color: #8499c4;
}

textarea::-moz-placeholder {
	color: #8499c4;
}

textarea:-ms-input-placeholder {
	color: #8499c4;
}

/*---------------------------------------------*/

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.txt1 {
	font-size: 13px;
	line-height: 1.5;
	color: #24214c;
}

.txt2 {
	font-size: 13px;
	line-height: 1.5;
	color: #24214c;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-login100 {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	z-index: 999;
}

.wrap-login100 {
	/*width: 960px;*/
	background: #fff;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 137px 130px 137px 95px;
	box-shadow: -6px 5px 8px 0 rgba(209, 218, 249, 0.1);
	border-radius: 5px;
}

/*------------------------------------------------------------------
[  ]*/

.login100-pic {
	width: 316px;
}

.login100-pic img {
	max-width: 100%;
}

/*------------------------------------------------------------------
[  ]*/

.login100-form {
	width: 320px;
}

.login100-form-title {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	display: block;
	padding-bottom: 30px;
	color: #2f4c7d;
}

/*---------------------------------------------*/

.wrap-input100 {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 10px;
}

.input100 {
	font-size: 15px;
	line-height: 1.5;
	color: #2f4c7d;
	display: block;
	width: 100%;
	background: #fff;
	height: 45px;
	padding: 0 30px 0 54px;
	border-radius: 5px;
	border: 1px solid #d3dfef;
}

/*------------------------------------------------------------------
[ Focus ]*/

.focus-input100 {
	display: block;
	position: absolute;
	border-radius: 5px;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 0px;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #d3dfef;
}

.symbol-input100 {
	font-size: 17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	border-radius: 5px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 22px;
	pointer-events: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	color: #2f4c7d;
	border: 1px solid #d3dfef;
}

.input100:focus+.focus-input100+.symbol-input100 {
	text-transform: uppercase;
	padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/

.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 15px;
}

.login100-form-btn {
	line-height: 1.5;
	color: #fff;
	width: 100%;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	border-radius: 5px;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
	.wrap-login100 {
		padding: 35px 90px 35px 85px;
	}

	.login100-pic {
		width: 35%;
	}

	.login100-pic {
		display: none;
	}

	.login100-form {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.wrap-login100 {
		padding: 30px 80px 30px 80px;
	}

	.login100-form {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.wrap-login100 {
		padding: 25px 15px 25px 15px;
	}
}

.btn-social {
	position: relative;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 60px;
	color: #fff !important;
}

.btn-social> :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	line-height: 36px;
	font-size: 1.2em;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.btn-social.btn-lg {
	padding-left: 61px;
}

.btn-social.btn-lg> :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em;
}

.btn-social.btn-sm {
	padding-left: 38px;
}

.btn-social.btn-sm> :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em;
}

.btn-social.btn-xs {
	padding-left: 30px;
}

.btn-social.btn-xs> :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}

.btn-social-icon {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding: 0;
}

.btn-social-icon> :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
	padding-left: 61px;
}

.btn-social-icon.btn-lg> :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em;
}

.btn-social-icon.btn-sm {
	padding-left: 38px;
}

.btn-social-icon.btn-sm> :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em;
}

.btn-social-icon.btn-xs {
	padding-left: 30px;
}

.btn-social-icon.btn-xs> :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}

.btn-social-icon> :first-child {
	border: none;
	text-align: center;
	width: 100%;
	color: #fff;
}

.btn-social-icon.btn-lg {
	height: 45px;
	width: 45px;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-sm {
	height: 30px;
	width: 30px;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-xs {
	height: 22px;
	width: 22px;
	padding-left: 0;
	padding-right: 0;
}

.header-brand-img {
	height: 3.5rem;
	margin: 0 auto;
}

.symbol-input100 svg {
	width: 20px;
	height: 20px;
	fill: #677ca7;
}




/* 15/06/2024 */
.form-container {
	max-width: 700px;
	margin: 0 auto;
}

.login_bg {
	overflow: hidden;
	background-color: #0044EF !important;
}

.form_era {
	height: 60vh;
	display: flex;
	align-items: center;
}

.login_bg .login-container {
	overflow: hidden;
}

.login_bg .login-container .top_branding_logo img {
	width: 20vw;
	max-width: 100%;
	height: 100%;
}

.login_bg .login-container .top_center {
	display: flex;
	justify-content: center;
}

.right_one_care img {
	width: 30vw;
	max-width: 100%;
	height: 100%;
}

.right_one_care {
	position: absolute;
	right: 0;
}

.login_actions_form h1 {
	font-size: 5vw;
	font-weight: bold;
	color: #ffff;
	margin-bottom: 22px;
	
}

.form-group {
	margin-bottom: 15px;
	position: relative;
}

.form-group label {
	display: block;
	margin-bottom: 5px;
}

.form-group input {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 70px;
	height: 55px;
}

.form-group .toggle-password {
	position: absolute;
	top: 54% !important;
	right: 15px;
	cursor: pointer;
	left: unset !important;
}

.last_content_child {
	position: absolute;
	bottom: 0;
	display: flex;
	width: 100%;
}

.bottom_md_dme {
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #f2f2f2;
	bottom: 0;
	position: absolute;
	width: 40vw;
	height: 120px;
	padding: 24px;
	border-top-left-radius: 150px;
	border-top-right-radius: 150px;
}

.dm_logo {
	width: 30px;
	display: inline-flex;
}

.last_content_child p {
	color: #282828;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mt_100 {
	margin-top: 100px;
}

.mt_20 {
	margin-top: 20px;
}

.mt_10 {
	margin-top: 10px;
}

.submit_data {
	background: #f2f2f2;
	color: #0044EF;
	width: 200px;
	font-size: 16px;
	font-weight: 500;
	max-width: 100%;
	height: 44px;
	max-height: 100%;
	border-radius: 100px;
}

.h_btm {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
}

.bottom_md_dme p {
	color: #282828;
	font-weight: bold;
}

.md_dme_logo {
	filter: contrast(0.9);
	position: relative;
	top: 2px;
}

.cus_wid {
	width: 38px !important;
}

.l_w_c {
	height: 31px;
	max-height: 31px;
	width: 56px;
}

.hippas {
	height: 35px;
	max-height: 35px;
	width: 56px;
}

/* Media quries */
@media screen and (max-width: 1500px){
    .login_actions_form h1 {
      margin-bottom: 10px !important; 
	  font-size: 4vw !important;
    }
    .submit_data{
        margin-top: 0 !important;
    }
	.login_bg .form-group input{
		margin: 0px !important;
	}
	
}
@media screen and (max-width: 992px) {
	.bottom_md_dme {
		width: 55%;
	}
}

@media screen and (max-width: 767px) {
	.form_era {
		height: 68vh;
		display: flex;
		align-items: flex-end;
	}

	.login_bg .login-container .top_branding_logo img {
		width: 30vw;
	}
}

@media screen and (max-width: 600px) {
	.login_actions_form h1 {
		font-size: 8vw;
	}

	.form_era {
		height: 90vh;
		display: flex;
		align-items: flex-end;
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
	}

	.h_btm {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.bottom_md_dme {
		width: 100%;
	}

	.submit_data {
		background: #f2f2f2;
		width: 60%;
	}
}

/* end */

