﻿body {
  background-color: #F9F5FF;
  background-image: none;
  background-attachment: fixed;
  font: 14px 'Gotham A',sans-serif;
  font-style: normal;
  color: #000000;
  margin: 0 !important;
  padding-left: 0 !important;
}

form {
  padding-left: 0 !important;
}


#loginHeader {
  height: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
}


#loginHeader img {
  width: 200px;
}

#credentials {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  padding: 24px;
}

div.content-container {
  height: calc(100vh - 160px);
  justify-content: flex-start;
}


div.content-container #login #credentials {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}


div.content-container #login #credentials #Welcome {
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
}

footer {
  position: fixed;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  color: #6B6B6B;
  font-size: 12px;
  padding-top: 0;
}

footer > span > span {
  padding-right: 30px;
}

footer > span > span:last-child {
  padding-right: 0;
}

h1 {
  font-weight: 600;
  font-size: 26px;
}

button,
button.loginButton {
  background-color: #E76E1F; 
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 100px;
  font-size: 12px; 
}

button:hover,
button.loginButton:hover {
  background-color: #bb520d; 
} 
button:focus,
button.loginButton:focus {
  background-color: #bb520d; 
} 

#spnLoginFrgtPwd {
  font-size: 12px;
}

a.linkButton {
  color: #E76E1F;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

a.linkButton:hover {
  text-decoration: underline;
  color: #bb520d;
}

#credentialsForm div.field {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}

#credentialsForm div.field:last-child {
  margin-bottom: 0;
}

#credentialsForm input {
  padding: 10px;
  border: 0;
  font: 14px 'Gotham A',sans-serif;
}

#credentialsForm input::placeholder {
  font: 14px 'Gotham A',sans-serif;
  text-transform: uppercase;
  position: relative;
  top: -2px;
}
/* Footer link styling */
a,.linkButton {
  color: #6B6B6B;
}

/* styling for Recovery Email Address Display */

#Recovery {
  text-align: center;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  padding-top: 15px;
}

#ForgotEmailContactCSR {
  text-align: center;
}

#RecoveryScreen {
  /*max-width: 650px;
  max-width: 725px;*/
  max-width: 550px;
  color: #000000;
  margin: 0 auto;
  flex: 1 0 auto;
  width:100%;
}

#recoveryDesc {
  text-align: left;
  /*padding-bottom: 100px;*/
  padding-bottom: 20px;
  color: #808080;
  line-height: 20px;
}

#instructions{
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}

#fieldName{
  text-align: left;
  /*padding-bottom: 10px;*/
  /*font-weight: bold; */
  font-size: 10px;
  color: #808080;
  padding-left: 10px;
  text-transform: uppercase;
}

.field {
  line-height: 30px;
}

.field, .field > * {
  height: 20px;
}

button,
button.findEmailButton {
  background-color: #E76E1F;
  text-transform: uppercase;
  /* color: #ffffff; */
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 100px;
  font-size: 12px;
}

button:hover,
button.findEmailButton:hover {
  background-color: #bb520d; 
}

button:focus,
button.findEmailButton:focus {
  background-color: #bb520d; 
}

div.content-container #login #successful-container {
    /* padding-top: 60px; */
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

#successful-container {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  padding: 24px;
}

#checkmark img {
  width: 50px;
  padding-bottom: 10px;
}

#emailFound {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

#email{
  padding-bottom: 20px;
  font-size: 12px;
  color: #808080;
}

#emailReadOnly{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: black;
  border-radius: 10px;
}

#ForgotEmailContactCSR{
  color: #808080;
}
/*Forgot Password changes*/

#forgotpwd {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  padding: 24px;
}
div.content-container #forgotpwd-container {
  flex: 1 0 auto;
  width: 100%;
  /*max-width: 590px;*/
  max-width: 650px;
  margin: 0 auto;
}
div.content-container #forgotpwd-container #forgotpwd {
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
div.content-container #forgotpwd-container #forgotpwd #aboutcheckemailtext{
  padding-left: 30px;
  padding-right: 30px;
  font-size: 11px;
  padding-left: 80px;
  padding-right: 80px;
}
div.content-container #forgotpwd-container #forgotpwd #forgotpwdtext{
  font-size: 11px;
}
div.content-container #forgotpwd-container #forgotpwd #otpexpirationtext{
  color: #6C4D9F;
  font-weight: 600;
  font-size: 11px;
  padding-left: 50px;
  padding-right: 50px;
}
div.content-container #forgotpwd-container #forgotpwd #toomanyattemptstext1{
  padding-left: 80px;
  padding-right: 80px;
  font-size: 12px;
}
div.content-container #forgotpwd-container #forgotpwd #toomanyattemptstext2{
  padding-left: 100px;
  padding-right: 100px;
  font-size: 12px;
}

.required
{
    color: red;
}

#contactnumber {
  font-weight: 600;
}

div.content-container #forgotpwd-container #credentials #Welcome {
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
}