html,
body { 
    height: 100%;
    background: #005b8a;
    margin: 0px;
}
.headerBar{
  background: #ffffff;
}
.headerBar h4{
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 15px;
  color: #2B3439;
  padding: 20px 10px 20px 0px;
}
.logoImg{
  width: 35px;
height: 23px;
margin: 15px 10px 0px 20px;
}


.centerDiv {
    width: 35%;
    margin: 50px auto 30px;
    background-color: #f5f4f4;
    border-radius: 20px;
}
.left-side-txt{
  flex:0.4;
}
.logo{
  margin-top: 56px;
    width: 150px;
    height: 34px;
    margin-left: 95px;
    margin-right: 100px;
}
.middletext{
  margin-top: 45px;
  font-family: Open Sans;
  line-height: 38px;
  margin-left: 46px;
  margin-right: 44px;
}
.resetTxt{
text-align: center;
margin-top: 36px;
color: #1A2430;
}
.resetTxt p{
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #2B3439;
}
.resetTxt h4 {
  font-size: 16px;
  line-height: 27px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  margin-block-start: 0em;
  margin-block-end: 0.5em;
}
.checkEmail{
  text-align: center;
  margin-top: 36px;
  margin-bottom: 400px;
  }
  .checkEmail p{
      margin-block-start: 0em;
      margin-block-end: 0em;
      font-family: Open Sans;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 27px;
      color: #2B3439;
  }
.middletext h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.signText p{
  font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    margin-left: 46px;
    margin-right: 44px;
    text-align: center;
    padding: 0px 10px;
    color: #2B3439;
}
.welcome{
  background: #f5f4f4;
  border-radius: 20px;
}
.welcome h2{
  margin-top: 58px;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #1A2430;

}

input[type="text"], input[type="password"]{
    background: #FFFFFF;
    border: 1px solid #BCC5C9;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 0px 10px 20px;
    line-height: 10px;
    color: #1A2430;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    width: 300px;
}
input[type="text"]:focus, input[type="password"]:focus {
  outline: 2px solid #0475B5 !important;
  /* box-sizing: border-box;
  border-radius: 5px; */
  font-weight: 600;
}


.customLabel{
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  font-family: 'Source Sans Pro';
  color: #1A2430;
  margin-bottom: 10px;
}
.userInput{
  margin: 0px 82px 25px;
}
.btnLog{
    margin: 25px 80px 140px;
    padding: 15px 58px;
    border-radius: 5px;
        background: #00A98B;
        color: #f9f9f9;
        font-size: 16px;
        line-height: 10px;
        border-color: transparent;
        font-weight: 500;
        font-family: "Source Sans Pro";
        width: 300px;
}
.btnLog:hover{
  background: #42C29C;
}
.forget{
  font-family: "Open Sans";
  margin-top: 40px;
    color: #2061DE;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 75px;
}
.copy-right{
  color: #f4f5f5;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    text-align: center;
    position: relative;
    bottom: 0;
}

.copy-right p{
  color: #f4f5f5;
  flex: 100%;
}
.copy-right p span{
  padding-left: 15px;
}
.copy-right p a{
  padding-left: 15px;
  color: #f4f5f5;
}
.forget a {
  color: #2061DE;
}
.btn:hover{
  border: 1px solid #00A98B;
}
.user-form{
  margin-top: 35px;
}

.error-message-display{
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  padding: 12px 0px 12px 18px;
  width: 500px;
      background: #E4150C;
      box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
      border-radius: 5px;
      color: #f9f9f9;
      font-family: Source Sans Pro;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
}
.error-message-hide{
  display : none;
}
input:invalid {
  border: 2px dashed red;
}

@media( max-width: 1920px){
  .userInput {
    margin: 0px 80px 25px;
}
.btnLog {
  margin: 25px 80px 140px;
    padding: 13px 47px;
    border-radius: 5px;
    background: #00A98B;
    color: #f9f9f9;
    font-size: 16px;
    line-height: 10px;
    border-color: transparent;
    font-weight: 500;
    font-family: "Source Sans Pro";
    width: 300px;
}
.centerDiv {
  width: 460px;
  height: 605px;
  margin: 50px auto 250px;
  background-color: #f5f4f4;
  border-radius: 20px;
}
.welcome h2 {
  padding-top: 58px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #1A2430
}
input[type="text"], input[type="password"]{
  background: #FFFFFF;
  border: 1px solid #BCC5C9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 0px 10px 20px;
  line-height: 10px;
  color: #1A2430;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width: 300px;
}
}

@media (max-width: 1680px){
  .centerDiv {
    width: 460px;
    height: 605px;
    margin: 50px auto 150px;
    background-color: #f5f4f4;
    border-radius: 20px;
}
.welcome h2 {
  padding-top: 58px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #1A2430;
}
.userInput {
  margin: 0px 80px 25px;
}
.btnLog {
  margin: 25px 80px 140px;
    padding: 13px 49px;
    border-radius: 5px;
    background: #00A98B;
    color: #f9f9f9;
    font-size: 16px;
    line-height: 10px;
    border-color: transparent;
    font-weight: 500;
    font-family: "Source Sans Pro";
    width: 300px;
}
}
@media (max-width: 1440px){
.centerDiv {
    width: 460px;
    height: 605px;
    margin: 50px auto 150px;
    background-color: #f5f4f4;
    border-radius: 20px;
}
.userInput {
  margin: 0px 80px 25px;
}
.btnLog {
  margin: 25px 80px 140px;
    padding: 13px 47px;
    border-radius: 5px;
    background: #00A98B;
    color: #f9f9f9;
    font-size: 16px;
    line-height: 10px;
    border-color: transparent;
    font-weight: 500;
    font-family: "Source Sans Pro";
    width: 300px;
}
.resetTxt p {
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #2B3439;
}
input[type="text"], input[type="password"]{
  background: #FFFFFF;
  border: 1px solid #BCC5C9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 0px 10px 20px;
  line-height: 10px;
  color: #1A2430;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width: 300px;
}
}

@media (max-width: 1366px){
.centerDiv {
    width: 460px;
    height: 605px;
    margin: 50px auto 135px;
    background-color: #f5f4f4;
    border-radius: 20px;
}
.btnLog {
  margin: 25px 80px 140px;
  padding: 13px 49px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  font-family: "Source Sans Pro";
  width: 300px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
  .centerDiv {
    width:460px;
    height: 605px;
    margin: 65px auto 240px;
    background-color: #f5f4f4;
    border-radius: 20px;
}
.welcome{
  background: #f5f4f4;
  border-radius: 20px;
}
.welcome h2 {
padding-top: 58px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #1A2430;
}
.user-form{
  margin-top: 45px;
}
  .left-side-txt {
    display: none;
}
input[type="text"], input[type="password"]{
  background: #FFFFFF;
  border: 1px solid #BCC5C9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 0px 10px 20px;
  line-height: 10px;
  color: #1A2430;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width: 300px;
}
input[type="text"]:focus, input[type="password"]:focus {
outline: 2px solid #0475B5 !important;
/* box-sizing: border-box;
border-radius: 5px; */
font-weight: 600;
}
.customLabel{
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  font-family: 'Source Sans Pro';
  color: #1A2430;
  margin-bottom: 10px;
}
.userInput {
  margin: 0px 75px 25px;
}
.btnLog {

  margin: 25px 75px 0px;
  padding: 15px 50px;
    border-radius: 5px;
    background: #00A98B;
    color: #f9f9f9;
    font-size: 16px;
    line-height: 10px;
    border-color: transparent;
    font-weight: 500;
    font-family: 'Source Sans Pro';
    width: 300px;
}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
  .left-side-txt {
    display: none;
}
.welcome{
  background: #f5f4f4;
  border-radius: 20px;
}
.centerDiv {
  width: 70%;
  margin: 50px auto 20px;
  background-color: #f5f4f4;
  border-radius: 20px;
}
.user-form{
  margin-top: 50px;
  /* margin-left: 25px; */
}
.userInput {
  margin: 0px 206px 25px;
}
.btnLog {
  margin: 25px 206px 140px;
  padding: 15px 50px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  font-family: "Source Sans Pro";
  width: 300px;
}
.copy-right {
  display: none;
}
input[type="text"], input[type="password"]{
  background: #FFFFFF;
  border: 1px solid #BCC5C9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 0px 10px 20px;
  line-height: 10px;
  color: #1A2430;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width:300px;
}
input[type="text"]:focus, input[type="password"]:focus {
outline: 2px solid #0475B5 !important;
/* box-sizing: border-box;
border-radius: 5px; */
font-weight: 600;
}
}

@media screen and (min-device-width : 480px) and (max-device-width : 765px) and (orientation : portrait) {
  .left-side-txt {
    display: none;
}
.centerDiv {
  width: 95%;
  margin: 50px auto 20px;
  background-color: #f5f4f4;
  border-radius: 20px;
}
.userInput {
  margin: 0px 45px 25px;
}
.welcome {
    background: #f5f4f4;
    border-radius: 20px;
}
input[type="text"], input[type="password"] {
  background: #FFFFFF;
  border: 1px solid #BCC5C9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 0px 10px 22px;
  line-height: 10px;
  color: #1A2430;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width:300px;
}
.copy-right {
  display: none;
}
.btnLog {
  margin: 25px 50px 25px;
  padding: 15px 75px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  font-family: "Source Sans Pro";
  width: 300px;
}
}

@media screen and (min-device-width : 480px) and (max-device-width : 765px) and (orientation : landscape) {
  .left-side-txt {
    display: none;
}
.welcome {
  background: #f5f4f4;
  border-radius: 20px 20px 0px 0px;
}
.centerDiv {
  width: 80%;
  margin: 50px auto 20px;
  background-color: #f5f4f4;
  border-radius: 20px;
}
.userInput {
  margin: 0px 110px 25px;
}
input[type="text"], input[type="password"] {
  background: #FFFFFF;
  border: 1px solid #BCC5C9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 0px 8px 20px;
  line-height: 10px;
  color: #1A2430;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width: 300px;
}
.btnLog {
  margin-left: 110px;
  margin-top: 25px;
  padding: 10px 155px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  font-family: "Source Sans Pro";
  width: 300px;
}
.forget {
  font-family: "Open Sans";
  margin-top: 40px;
  color: #2061DE;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 75px;
  margin-left: 60px;
}
.welcome h2 {
  padding-top: 58px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #1A2430;
}
}

@media screen and (min-device-width : 375px) and (max-device-width : 470px) and (orientation : portrait) {
  .left-side-txt {
    display: none;
}
  .centerDiv {
    width: 374px;
    height: 605px;
    margin: 50px auto 25px;
    background-color: #f5f4f4;
    border-radius: 20px;
  }
  .welcome {
    background: #f5f4f4;
    border-radius: 20px;
}
.userInput {
  margin: 0px 40px 25px;
}
.logoImg {
  width: 25px;
  height: 17px;
  margin: 15px 10px 0px 20px;
}
.headerBar h4 {
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  color: #2B3439;
  padding: 15px 10px 15px 0px;
}
.btnLog {
  margin: 25px 45px;
    padding: 15px 0px;
    border-radius: 5px;
    background: #00A98B;
    color: #f9f9f9;
    font-size: 16px;
    line-height: 10px;
    border-color: transparent;
    font-weight: 500;
  font-family: "Source Sans Pro";
  width: 294px;
}
.copy-right {
  color: #f4f5f5;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  display: flex;
  flex-direction: row;
  text-align: center;
  position: relative;
  bottom: 0;
}
}
@media screen and (min-device-width : 310px) and (max-device-width : 370px) and (orientation : portrait) {
  .left-side-txt {
    display: none;
}
  .centerDiv {
    width: 90%;
    margin: 50px auto 20px;
    background-color: #f5f4f4;
    border-radius: 20px;
  }
  .welcome {
    background: #f5f4f4;
    border-radius: 20px;
}
.userInput {
  margin-left: 25px;
  margin-bottom: 25px;
}
.welcome h2 {
  margin-top: 58px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #1A2430;
}
.btnLog {
  margin: 25px 45px;
    padding: 15px 0px;
    border-radius: 5px;
    background: #00A98B;
    color: #f9f9f9;
    font-size: 16px;
    line-height: 10px;
    border-color: transparent;
    font-weight: 500;
  font-family: "Source Sans Pro";
  width: 294px;
}
}
