/* Login Page Styles */
.login-page {
	padding-top: 14vh;
	margin-bottom: 7.5%;
}
.login-page  .title {
	font-family: TradeGothicBold;
	font-size: 40px;
	text-align: center;
	color: Black;
	margin-top: 70px;
}
label {
	font-family: GillSans;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: White;
	width: 600px;
	margin: auto;
	margin-top: 50px;	
}
#loginform #password {
	padding-right: 50px;
}
#loginform {
	width: 40%;
	margin: auto;
	margin-top: 30px;
}
#loginform label {
	color: Black;
	text-align: left;
}
#loginform input {
	margin: 10px 0;
	width: 95%;
	height: 40px;
	border: 3px solid #7C7C7C;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px;	
}
#loginform input[type="text"]
{
    font-family: GillSans;
	font-weight: 500;
	font-size: 18px;
}
.forgotPass {
	font-family: GillSans;
	font-weight: bold;
	font-size: 18px;
	color: #DA291C;
	margin-top: 20px;
}
#loginform #wp-submit {
	background: #F2A900;
	border-radius: 5px;
	height: 60px;
	width: 40%;
	font-family: GillSans;
	font-weight: bold;
	font-size: 20px;
	color: White;
	margin: 3% 30% 5%;
}
.register {
	display: block;
	text-align: center;
	font-family: GillSans;
	font-weight: 500;
	font-size: 18px;
	color: Black;
}
.login-password {
	margin-top: 15px;
}

.pw-visib-icon {
	height: 24px;
	margin-bottom: -7px;
	margin-left: -50px;
	filter: grayscale(100%);
}

/* Modal CSS */
.modal-container{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.9;
  background: #222;
  z-index: 40000;
  top:0;
  left: 0;
  overflow: hidden;

  animation-name: fadeIn_Container;
  animation-duration: 1s;
}
.modal{
	display: none;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 10%;
	background: White;
	position: fixed;
	z-index: 40001;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000;

	animation-name: fadeIn_Modal;
	animation-duration: 0.8s;
	text-align: center;
	align-items: center;
}
.modal-header{
	width: 100%;
	height: 30%;
	border-radius: 10px 10px 0px 0px;
	background: #DA291C;
	padding: 1%;
	
	font-family: TradeGothicBold;
	font-size: 40px;
	color: White;
}
.modal-content{
	width: 100%;
	font-family: GillSans;
	font-weight: 500;
	font-size: 30px;
	padding: 50px;	
}
.modal-footer{
	width: 100%;
	border-radius: 0px 0px 10px 10px;
}
.modal-footer button{
	background: #F2A900;
	border-radius: 5px;
	margin: 0 auto 30px;
	padding: 15px;
	
	font-family: GillSans;
	font-weight: bold;
	font-size: 20px;
	color: White;
	cursor: pointer;
	border: none;
}

/****ANIMATIONS****/
@keyframes fadeIn_Modal {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@keyframes fadeIn_Container {
  from{
    opacity: 0;
  }
  to{
    opacity: 0.9;
  }
}


@media screen and (max-width: 1024px) {
	#loginform {
		width: 80%;
	}
}

/* Reset Password */
#password-lost-form-wrap {
	padding-top: 14vh;
}
#lostpasswordform, #resetpasswordform, #password-lost-form-wrap > div:first-child {
	width: 50%;
	margin: 70px auto 0;
}
#lostpasswordform fieldset, #resetpasswordform fieldset, #password-lost-form-wrap > div:first-child fieldset {
	border: 0 none;
}
#lostpasswordform fieldset legend, #resetpasswordform fieldset legend, #password-lost-form-wrap > div:first-child fieldset legend{
	font-family: TradeGothicBold;
    font-size: 40px;
    text-align: center;
    color: Black;
	margin-bottom: 30px;
}
.extra-space, #password-lost-form-wrap > div:first-child fieldset p{
	font-family: GillSans;
    font-weight: 500;
    font-size: 20px;
    color: Black;
	margin-bottom: 20px;
	text-align: center;
}
.no-margin,  #resetpasswordform fieldset > div:nth-child(3) p {
	width: 70%;
	margin: auto;
}
.no-margin label, #resetpasswordform fieldset > div:nth-child(3) p label{
	font-family: GillSans;
    font-weight: 500;
    font-size: 18px;
    color: Black;
}
.no-margin input, #resetpasswordform fieldset > div:nth-child(3) p input {
	margin: 10px 0;
	width: 95%;
	max-width: none;
    height: 40px;
    border: 3px solid #7C7C7C;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
}
.no-margin input[type="text"], #resetpasswordform fieldset > div:nth-child(3) p input[type="text"] {
    font-family: GillSans;
    font-weight: 500;
    font-size: 18px;
}
#reset-pass-submit {
	background: #F2A900;
    border-radius: 5px;
    height: 60px;
    width: 30%;
    font-family: GillSans;
    font-weight: bold;
    font-size: 20px;
    color: White;
    margin: 5% 35% 5%;
}

.som-password-error-message, .som-password-sent-message {
	width: 60%;
	margin: 10px auto;
}
.som-password-sent-message span {
	font-family: GillSans;
    font-weight: 500;
    font-size: 20px;
    color: White;
    margin-bottom: 20px;
    text-align: center;
}

#password-lost-form-wrap > div:first-child fieldset a{
	color: #DA291C;
    font-family: GillSans;
    font-size: 18px;
	text-decoration: underline;
}

@media screen and (max-width: 550px) {
	.som-password-error-message, .som-password-sent-message {
		width: 80%;
		margin: 10px auto;
	}
	#lostpasswordform, #resetpasswordform, #password-lost-form-wrap > div:first-child {
		width: 90%;
		margin: 70px auto;
	}	
	.no-margin, #resetpasswordform fieldset > div:nth-child(3) p {
		width: 90%;
	}
	#reset-pass-submit {
		width: 60%;
		margin-left: 20%;
	}
}