/*body,html{*/
/*		  background: linear-gradient(-180deg, #155199 12%, #00ADEE 83%);*/
/*		  background-repeat: no-repeat;*/
/*		  height: 100%;*/
/*		}*/
.password-reset-background{
	background: white !important;
}
	label,p{
		color: #fff;
	}
	h1{
		text-align: center;
	}
	a{
		text-decoration:underline;
		color: #fff;
	}
	main{
		margin-top: 20px;
	}
	input[type="email"],input[type="text"],input[type="tel"],input[type="password"]{ 
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 4px;
		color: #727272;
		height: 47px;
		font-size: 14px;
		padding: 10px;
		width: 100%;
		margin-top: 30px;
	}
	input[type="email"]:focus,input[type="text"]:focus,input[type="tel"]:focus{
		outline: none;
	}
	.logo-login{
		text-align: center;
		margin-top: 10%;
		width: 100%;
		margin-bottom: 40px;
	}
	.logo-login img{
		width: 140px;
	}
.logo-login div {
  color:#fff;
	padding-top:10px
}
	.instructions{
	    font-size: 18px;
	    font-weight: 300;
	    letter-spacing: 0.5px;
	}
	.submit-login {
	    background: #00ADEE;
	    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.13);
	    border-radius: 3px;
	    height: 70px;
	    line-height: 70px;
	    display: block;
	    text-align: center;
	    font-weight: 600;
	    font-size: 18px;
	    color: #fff;
	    margin-top: 30px;
	    letter-spacing: 0.48px;
	    border:none;
	    display: inline-block;
	    width: 100%;
	}
	.info{
		letter-spacing: 0.5px;
		font-weight: 300;
		margin-top: 30px;
	}
	.message-box{
		margin-top: 40px;
		border-top: 1px solid #fff;
		padding:20px;
		color: #fff;
		font-size: 20px;
		letter-spacing: 0.5px;
		text-align: center;
	}
	.error-message{
  		background: #da0404;
	    line-height: 28px;
	    border-radius: 4px;
	    text-align: center;
	}
	.success-message{
		background: #54B125;
	    line-height: 28px;
	    border-radius: 4px;
	    text-align: center;
	}

	/*new styles for user-password-reset*/
.header-logo-new-pass {
	margin-left: 15%;
	height: 35px !important;
}
.header {
	background-image: linear-gradient(-180deg, #155199 12%, #0084B7 83%);
	height: 102px;
}
.logo-header {
	text-align: left;
	margin: 34px 0;
	float: left;
}
.header-fixed .header {
	height: 102px;
	width: 101%;
	position: fixed;
	z-index: 9;
	top: 0;
}

.container-update-profile {
	width: 50%;
}
@media(max-width:1200px){
	.container-update-profile {
		width: 80%;
	}
}
@media(max-width:767px){

	.container-update-profile {
		width: 90%;
	}
	.update-info-title {
		margin-top: 150px !important;
	}
	.logo-header {
		text-align: center;
		margin: 37px 0px;
		float: none;
	}
	.header-logo {
		margin-left: 0px;
	}
}
@media(max-width:540px){
	.container-update-profile {
		width: 100%;
	}
	.header-fixed .header {
		height: 68px;
	}
	.update-info-title {
		margin-top: 90px !important;
	}
	.logo-header {
		margin: 20px 0px;
	}
	.update-pass-input {
		height: 40px !important;
	}

}

.update-info-title {
	line-height: 30px;
	font-size: 24px;
	color: #5B5B5F;
	margin-top: 100px
}
.expired-link-title{
	line-height: 30px;
	font-size: 24px;
	color: #5B5B5F;
}

.update-info-p {
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: #5B5B5F;
}
.update-info-p2 {
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color:  #333333;
	background-color: #F9F9F9;
	border-radius: 8px;
	width: 100%;
	padding: 16px;
}

.title-password-update {
	font-weight: 600;
	font-size: 12px;
	color: #5B5B5F;
	letter-spacing: 0.5px;
	line-height: 20px;
	margin-bottom: 8px!important;
}

.update-button-container {
	background: #fff;
	border-radius: 4px;
	padding: 0px;
	margin-top: 20px;
}

.update-info-button {
	width: 100%;
	height: 56px;
	margin-top: 40px;
	font-size: 16px;
	font-weight: 700;
	display: block;
	background: #00ADEE;
	border-radius: 4px;
	color: #fff;
	border: none;
	padding: 15px;
	text-transform: uppercase;
	box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 12%);
	text-decoration: none !important;

}
.update-info-button:hover{
	background: #3071a9;
}



.skip-update-info {
	color: #00ADEE;
	text-align: center;
	margin-top: 32px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer
}
/*.update-button-container:hover p{*/
/*    color: #3071a9;*/
/*}*/

.update-pass-input {
	height: 48px !important;
	line-height: 20px !important;
}

h1 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	color: #5c6666;
}

.center {
	text-align: center;
}

.logo-login {
	text-align: center;
}

.terms-container {
	background: #fff;
	border-radius: 4px;
	padding: 10px;
	/*margin-top: 20px;*/
}

.terms-container ol {
	overflow-y: scroll;
	height: 70vh;
}

.terms-container p {
	color: #5f5d5d;
}

.terms-container .agreement {
	padding-top: 6px;
}

.terms-container input[type="button"] {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	background: #00ADEE;
	border-radius: 4px;
	color: #fff;
	border: none;
	padding: 10px;
	text-transform: uppercase;
}

.title {
	text-transform: uppercase;
	color: #155199;
	font-weight: bold;
}

.linkTC {
	margin-top: 0.5rem;
}

.pdfTC {
	height: 50vh;
	width: 90%;
}

.container-fluid {
	padding: 0 100px !important;
	margin-bottom: 16px;
}

.check-container-tc {
	display: flex;
	justify-content: center;
	align-items: center;
}

.check-container-tc label {
	margin-bottom: 0 !important;
}

.check-container-tc input[type='checkbox'] {
	margin: 0 6px 0 0 !important;
}

@media (min-width: 768px) {
	.terms-container {
		padding: 20px;
	}

	.pdfTC {
		height: 70vh;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.container-fluid {
		padding: 0 20px !important;
	}

	.linkTC {
		margin-top: 0.75rem !important;
		font-size: 16px !important;
	}

	#agree-form {
		font-size: 15px !important;
	}
	.header-logo-new-pass {
		margin-left: 0;
		height: 35px !important;
	}
}
.new-password-button {
	width: 100%;
	height: 56px;
	margin-top: 32px;
	font-size: 16px;
	font-weight: 700;
	display: block;
	background: #00ADEE;
	border-radius: 4px;
	color: #fff;
	border: none;
	padding: 15px;
	text-transform: uppercase;
	box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 12%);
	text-decoration: none !important;
	line-height: 1 ;
}
.set-up-pass{
	line-height: 30px;
	font-size: 21px;
	color: #5B5B5F;
	margin-top: 60px;
	margin-bottom: 48px;
}
.forgot-pass-title{
	line-height: 30px;
	font-size: 21px;
	color: #5B5B5F;
	margin-top: 160px;
	margin-bottom: 48px;
}
.email-office{
	color: #5B5B5F;
}
.primary-color{
	color: #00ADEE;
}
.error-message, .success-message {
	margin-top: 200px ;
}
.header-icon-desktop {
	display: flex;
	align-items: center;
	justify-content: center;
}
.go-back.go-back-forgot-password {
	margin-top: 5px !important;
}