.form-group {
	margin-bottom: 24px;
}
body {
	font-family: 'Source Sans Pro',Arial,Helvetica,sans-serif;
}

.form-group>label {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 8px;
}
/* -------------------------------- */

.form-control {
	border: 1px solid #727272;
	height: 40px;
	border-radius: 8px;
}

.two-elements-row {
	display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkbox {
	margin: 0;
}

.checkbox label {
	padding-left: 23px;
}

[type="checkbox"] {
	transform: scale(1.2);
}

#backLink {
	margin-bottom: 24px;
	cursor: pointer;
}

#backLink img {
	margin-right: 5px;
}

body {
	background: no-repeat 0 100% / 70vh 70vh url(f/images/background_logo.svg), linear-gradient(#0284E2, #0E519A);
	background-attachment: fixed;
	height: 100%;
}

html {
	height: 100%;
}

a {
	color: #0584E2;
}

p {
	margin: 0;
}

.input-group {
	width: 100%;
}

#confirmNewPassword,
#newPassword {
	border-radius: 8px;
	padding: 0 8px 0 32px;
}

.input-group-addon {
	position: absolute;
	z-index: 60;
	border: none;
	background: transparent;
	top: 12px;
	left: 12px;
	padding: 0;
	width: 14px;
}

.progress-bar-danger {
	background-color: #E30C3B;
}

.has-error .form-control,
.has-error .form-control:focus {
	border-color: #E30C3B;
}

.text-danger, 
.text-warning,
.text-success {
	font-weight: normal;
}

.text-danger,
.has-error .control-label {
	color: #E30C3B;
}

.has-error .input-group-addon {
	color: #727272;
	background-color: transparent;
}

.error-message {
	color: #E30C3B;
	display: flex;
	margin-top: 8px;
	align-items: center;
	gap: 8px;
}

.error-message #errorImg {
	width: 14px ;
}

#leandnaLogoWhite {
	margin: 0 auto;
}

#forgotPassBtn {
	font-weight: 600;
	font-size: 14px;
	color: #0584E2;
}

#forgotPassBtn:hover,
#forgotPassBtn:focus {
	color: #0584E2;
}

.button.flat {
	background: inherit;
	line-height: 1rem;
	overflow: hidden;
	color: #000;
	border-radius: 8px;
	outline-color: #ccc;
	font-size: 0.875rem;
	border: 0;
	font-weight: normal;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
  line-height: 24px;
}

.button.flat.colored {
	color: #0584E2;
}

.button.wide { 
	width: 100%;
}

.button.raised {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.40);
	border-radius: 8px;
	color: #428bca;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	background: #eeeeee;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
	font-size: 14px;
	line-height: 1rem;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	padding: 10px 12px;
	line-height: 21px;
}

.button.raised.primary {
	background: #0584E2;
	color: #fff;
}

.button.raised.primary:hover,
.button.raised.primary:focus {
	color: #fff;
	background: #005fa5;
}

.button.raised.primary[disabled] {
	background: gray;
	cursor: not-allowed;
}

.button { 
	min-width: 88px; 
	font-size: 14px; 
	line-height: 20px; 
	text-align: center;
}

.button.raised.primary { 
	font-weight: 600; 
}

.button.flat,
.button.separator {
	text-transform: none;
}

#errorMsg,
.error p,
.error div {
	color: #E30C3B;
	text-align: left;
	margin: 0;
}

#errorMsg a,
.error a {
	text-decoration: underline;
	color: inherit;
}

#errorMsg a,
#errorMsg a:visited,
#errorMsg a:hover,
#errorMsg a:active
.error a,
.error a:visited,
.error a:hover,
.error a:active {
	color: inherit;
}

#errorMsg .link {
	color: #337ab7 !important;
}

.error .showMore {
	color:#3E4057;
	background-color: #e8e8e8;
	padding: 8px;
	margin-top: 4px;
}
#preserveDataSteps {
	display: none;
}

.content {
	padding: 32px 40px;
	border-radius: 8px; 
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24); 
	background: #fff; 
}

.header-container {
	margin-bottom: 24px;
}

.title-container {
	margin-bottom: 8px;
}

.content>.logo-container a {
	color: #0584E2;
}

.site-logo-container,
.login-container,
.continue-container {
	text-align: center;
	margin-bottom: 24px;
}

.another-sso-container {
	text-align: center;
	margin-bottom: 8px;
}

.sm-container {
	text-align: center;
	margin-bottom: 24px;
	display: flex;
	gap: 5px;
	align-items: center;
}

.logo-container,
.forgot-container,
.cancel-container {
	text-align: center;
	margin-bottom: 24px;
}

.register-container h5 {
	line-height: 10px;
	margin-bottom: 5px;
}

.register-container div {
	font-size: 12px;
	line-height: 18px;
}

.sso-container {
	text-align: center;
	margin-bottom: 24px;
}

.site-logo-container button {
	border: none;
	background: transparent;
}

.site-logo-container button img {
	width: 200px;
}


.divider {
	border-bottom: 1px solid #eee;
	margin-bottom: 16px;
}

.footer-container {
	margin: 16px 0;
	text-align: center;
	color: #fff;
}

.footer-container a,
.footer-container a:visited,
.footer-container a:hover,
.footer-container a:active { 
	color: inherit; 
}
 
.main-container {  
	padding-top: 14vh;
	margin: 0 auto;
	width: auto;
	height: 100%;
	min-width: 304px; 
	max-width: 462px;
}

@media (max-height: 800px) {
	.main-container { 
		padding-top: 32px;
	}
}

h4 { 
	font-weight: 600;
	font-size: 20px;
}

#landingMessage h4 {
	margin-bottom: 20px; 
}

#responseMessage h4 {
	margin: 0; 
	margin-bottom: 8px;
	line-height: 30px;
}

#responseMessage p {
	margin-bottom: 24px;
}

.device-activation-logout {
	background:none !important;
	color: #0584E2;
	border:none; 
	padding:0 !important;
	font: inherit;
	cursor: pointer;
}
.device-activation-logout:hover {
	text-decoration: underline;
}

#currentBrowser { 
	font-style: italic;
	color: #f27d00;
}

@media (min-width: 768px) {
    .logo-container { 
    	/* margin-top: 36px;
    	margin-bottom: 24px; */
	}
}

/* 
IE 11 hides placeholder text on focus, making placeholders less useful. 
Let's show labels to IE 11 users and placeholders to everyone else.
*/
.ieFormLabel { display:none; }
/* CSS hack to target IE 11, Edge and Chrome aren't effected */

@media all and (-ms-high-contrast:none) {
	.ieFormLabel { display:inline-block; }
	:-ms-input-placeholder { color: transparent !important; }
}
