.show {
  display: block;
}

.hide {
  display: none;
}

.login {
	background: rgba(3, 3, 3, 0.70); 
  display: flex;
  flex-direction: column;
  height: 100%;
}

.login-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin: 0 19px 20px;
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
}

.login-supporters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.login-supporters-elmt {
  display: inline-block;
  margin: 10px 0 0 10px;
}

.login-content-wrapper {
  display: flex;
  flex-grow: 1;
  justify-content: center;  
  flex-direction: row;
}

.login-content {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  max-width: 1600px;
  width: 100%;
}

.login-form {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  min-width: 370px;
  max-width: 370px;
  min-height: 500px;
  margin: auto 0 auto 50px;
  padding: 25px;
}

.login-logo {
  margin: 20px 0;
}

.login-form-header {
  margin: 15px 0 0;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #4F4F4F;
}

.login-description {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #4F4F4F;
  margin: 25px 0 0;
}

.login-fields {
  margin-top: 10px;
}

.login-field {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.login-field label {  
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  display: inline;
  color: #4F4F4F;
}

.login-input-field {
  position: relative;
}

.login-password-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.login-password-btn img {
  width: 100%;
}

.login-input-field input {
  width: 320px;
  min-height: 50px;
  padding: 10px;
  background: #FFFFFF;
  border: 1.5px solid #BEBEBE;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #231F20;
}

.login-input-field input:not(:focus):valid {
  background: #F5F5F5;
  border: 1.5px solid #F5F5F5;
  font-weight: 400;
  color: #4F4F4F;
}

.login-input-field:hover input,
.login-input-field:hover input:valid,
.login-input-field input:focus {
  border: 1.5px solid #4F4F4F;
}

.login-input-field input {
  outline: none;
}

.login-response {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}

.login-forgot-password {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  color: #021294;
  min-width: 115px;
  max-height: 22px;
}

.login-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.error-message,
.negative_message,
.positive_message {
  padding-left: 7px;  
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #4F4F4F;
  max-width: 200px;
}

.error-message,
.negative_message {  
  border-left: 5px solid #EB3A3C;
}

.positive_message {
  border-left: 5px solid #12ab12;
}

.error-message {
  margin: 10px 0 0;
}

.login-action-alt {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;  
  color: #021294;
  text-decoration: none;
  margin-right: 20px;
}

.login-action-submit {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 40px;
  border-radius: 30px;
  background: #021294;
  border: none; 
  cursor: pointer;
}

.login-action-submit:hover {
  background: #010654;
}

.login-form-provider {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4F4F4F;  
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}

.login-form-provider-icon {
  margin-bottom: 3px;
}

.login-splash {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 50px;
  align-items: center;
  justify-content: center;
}

.login-splash-description {
  max-width: 750px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.login-splash-btn {
  background: #5B92E5;
  color: #FFFFFF;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
}

.login-splash-btn:hover {
  background: #2458CB;
}

.login-splash-info {
  max-width: 750px;
  margin-top: 20px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}

.login-splash-appname {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 50px 0 20px;
}

.login-splash-applist {
  display: flex;
}

.login-splash-appimg {
  height: 50px;
  margin: 0 8px;
}

.login-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin: 20px 19px 0;
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
}

.login-provider {
  display: flex;
  align-items: center;
}

.login-provider-elmt {
  display: inline-block;
  margin-left: 15px;
}

.login-provider-icon {
  height: 30px;
  margin-bottom: 18px;
}

.recovery-captcha {
  margin: 25px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.recovery-captcha a {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  text-align: right;
  text-decoration-line: underline;  
  color: #021294;
}