/*Copyright 2014-2025 Solventum Corporation. This source code file contains proprietary information of Solventum.*/

@import "../solventum.branding.css";

.forgotPasswordContainer { width:655px; border:solid white 1px; color:white;background-color:RoyalBlue;
                           margin: 0 auto 0 auto;height:auto;margin:30px; -moz-border-radius: 6px; top:30px;-webkit-border-radius: 6px;border-radius: 6px;display:none;}
#forgotPassword {margin: 0 auto 0 auto; padding: 25px; }
.resetpassword { margin:10px; width:500px;}

#forgotpassword_step1 {display:none;}   
#forgotpassword_step2{display:none;}
#forgotpassword_error{display:block; color:#eeeeee;}
#canceloutofresetpasswordstep1 { padding-left:15px;padding-right:150px;text-decoration:none;color:#ddd;}
#canceloutofresetpasswordstep1:hover { text-decoration:underline;color:#FFF; }
#continuetologin{margin-top:20px;float:left;margin-left: 12px;}
#resetmypassword{float:right;margin: 0px;}
input.SSOnewpassword {width:250px;margin-top:20px;float:left !important;height:auto !important;line-height: 16px !important;}
.emailToText{font-size:131%;color:#313131;font-weight:bold;padding-left:5px;}

#tryagainresetmypassword {  text-decoration:none;color:#ddd;font-weight:bold;}
#tryagainresetmypassword:hover { text-decoration:underline;font-weight:bold;color:#FFF; }

/* New Layout */
/*----------------------------------------------------------------*/
.loginContainer {
	display: flex;
	flex-direction: column;
}

#login {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.lcontainer {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

#login-label {
	padding-bottom: 24px;
	text-align: center;
}

.loginInputLabel {
	margin: 0px !important;
}

/* Elements */
/*----------------------------------------------------------------*/
input[type="text"],
input[type="password"] {
	width: 96%;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

h2, h3 {
	font-family: 'Solve-Pro-Screen-Variable', sans-serif;
	font-weight: bold;
}

h2 {
	display: block;
	position: relative;
	font-size: 36px;
	margin: 0px !important;
}

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	margin-top: 0px;
	background: var(--c-ref-color-base-emerald-primary);
	color: var(--c-ref-color-base-gray-00);
	border: 1px solid #A2A2A2;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid #A2A2A2;
	background: var(--c-ref-color-base-emerald-90);
	color: var(--c-ref-color-base-gray-00);
	outline: none;
	-webkit-appearance:none;
}

/* Classes */
/*----------------------------------------------------------------*/

#maintenance-msg {
	border: 1px solid var(--c-ref-color-base-amber-30);
	background: var(--c-ref-color-base-amber-20);
	background-image: url(../../images/login/warning-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 4px;
}

.alert-box {
	padding: 10px;
	margin-bottom: 10px;
	background: var(--c-ref-color-base-gray-20);
	background-image: url(../../images/login/warning-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid var(--c-ref-color-base-emerald-primary);
	border-radius: 4px;
}

.alert-box img {
	float: left;
	width: 48px;
	margin-top: 20px;
	display: none;
}

.alert-box p {
	margin-left: 60px;
	margin-top: 5px;
	font-size: 12px;
	color: var(--c-ref-color-base-gray-90);
}

.alert-box p strong {
	color: var(--c-ref-color-base-gray-100);
}

.alert-box a {
	color: var(--c-ref-color-base-gray-90);
}

.alert-box a:hover {
	color: var(--c-ref-color-base-gray-100);
}

.unsupportedbrowser
{
	padding-left: 60px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px auto;
	background: #0C304B; /* dark blue */
	background-image: url(../../images/login/warning-icon.png); /* default is warning icon. Override background-image to display a different icon */
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #FFF;
	color: #FFF;
	width: 710px;
}
.unsupportedbrowser a {color:#CCECFA;text-decoration:none;}
.unsupportedbrowser a:hover  {color:#41C2FF; /* light blue */}
.unsupportedbrowser img {
	float: left;
	width: 48px;
	margin-top: 20px;
}

#content .container {
	background: none;
}

#content .container .padding
{
	padding: 25px;
}

.label {
	margin: 12px 0px 0px 12px;
}

/* IDs */
/*----------------------------------------------------------------*/

#copyright-label {
	text-align: center;
	color: #FFFFFF;
}

#ctl00_PlaceHolderMain_forgotPassLink {
	margin-top: 10px;
	text-align: center;
}

#ctl00_PlaceHolderMain_loginButton {
	width: 100%;
}

#ctl00_PlaceHolderMain_ErrorLabel .alert-box {
	border: 1px solid var(--c-ref-color-base-red-30);
	background: var(--c-ref-color-base-red-20);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 4px;
	background-image: url(../../images/login/error-icon.png);
}

#ctl00_PlaceHolderMain_ErrorLabel,
#ctl00_PlaceHolderMain_impPanel {
	clear: both;
	display: block;
}

#impersonate-buttons {
	text-align: center;
}

#login-section {
	width: 250px;
	color: var(--c-ref-color-base-emerald-100);
}

#login-section a {
	line-height: 100%;
	color: var(--c-ref-color-base-emerald-100);
}

#maintenance-msg {
	margin-bottom: 20px;
}

#squares {
	position: absolute;
	margin:20px 0px 0px 30px;
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	#login h2 {
		font-size: 36px;
		width: 100%;
		text-align: center;
		margin: 0px;
	}
	
	#login #squares {
		display: none;
	}

	#login-section {
		margin: 25px auto 0px auto; 
	}

}
/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

		#maintenance-msg img {
		margin-top: 40px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	body {
		background: var(--c-ref-color-base-emerald-primary);
	}

	.button,
	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display: block;
		margin-left:auto;
		margin-right:auto;
		margin-top: 20px;
	}

	.alert-box p {
		font-size: 14px;
	}

	#ctl00_PlaceHolderMain_impPanel {
		text-align: center;
	}

	#ctl00_PlaceHolderMain_impGoButton,
	#ctl00_PlaceHolderMain_impCancelButton {
		display: initial;
		margin:10px 5px;
		padding: 8px 12px;
	}

	#ctl00_PlaceHolderMain_login {
		margin-top: 0px;
	}	 

	#login .lcontainer {
		width: 100%;
		background: none;
	}

	#login .lcontainer .padding {
		padding: 5px;
	}

	#login h2 {
		font-size: 36px;
		width: 100%;
		text-align: center;
		margin: 0px;
	}
	
	#login-section {
		margin: 20px auto 0px auto;
		width: 280px;
	}

	#maintenance-msg {
		width: 90%;
		background-position: top center;
	}

	#maintenance-msg p {
		margin:40px 0 0 0;
	}

	#squares {
		display: none;
	}
	

}