
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: 55%;
  height: 605px;
  margin: 50px auto 20px;
}
.left-side-txt{
  width: 345px;
  background: #ffffff;
  border-radius: 20px 0px 0px 20px;
}
.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;
  color:#1A2430;
}
.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{
  width: 460px;
  background: #f5f4f4;
  border-radius: 0px 20px 20px 0px;
}
.welcome h2{
  margin-top: 58px;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px
}

input[type="text"], input[type="password"]{
    background: #FFFFFF;
    border: 1px solid #BCC5C9;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 0px 10px 15px;
    line-height: 10px;
    color: #2B3439;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    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: #2B3439;
  margin-bottom: 10px;
}
.userInput{
  margin: 0px 82px 25px;
}
.btnLog{
  margin: 25px 82px 25px;
  padding: 15px 0px;
  border-radius: 5px;
    background: #00A98B;
    color: #f9f9f9;
    font-size: 16px;
    line-height: 10px;
    border-color: transparent;
    font-weight: 500;
    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: 45px;
}

.error-message-display{
  margin-top: 20px;  
  margin-left: 20px;  
  position: fixed;  
  padding: 12px 0px 12px 18px;  
  width: 500px;  
      background: #E4150C;  
      box-shadow: 0px 0px 10px rgba(0,0,0,0.4);  
      border-radius: 5px;  
      color: #f9f9f9;  
      font-family: Source Sans Pro;  
      font-style: normal;  
      font-weight: 600;  
      font-size: 16px;  
      top: 0;
      left: 0;
}
.error-message-hide{
  display : none;
}
input:invalid {
  border: 2px dashed red;
}




@media( max-width: 1920px){
  .userInput {
    margin: 0px 75px 25px;
}
.btnLog {
  margin: 25px 75px 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  width:300px;
}
.centerDiv {
  width: 55%;
  height: 605px;
  margin: 50px auto 295px;
}
}
@media (max-width: 1680px){
  .centerDiv {
    width: 60%;
    height:605px;
    margin: 50px auto 295px;
}
}

@media (max-width: 1440px){
  .centerDiv {
    width: 72%;
    height: 605px;
    margin: 50px auto 110px;
}
}

@media (max-width: 1366px){
  .centerDiv {
    width: 75%;
    height : 605px;
    margin: 50px auto 140px;
}
}

@media (max-width: 1024px) {

  .left-side-txt{
      display: none;
  }  
  .welcome{
      width: 100%;
      border-radius: 1rem;
  }
}
@media (max-width: 1000px){
  .userInput {
    margin: 0px 225px 25px;
}
.btnLog {
  margin: 25px 225px 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  width: 300px;
}
}
@media (max-width: 920px){
  .userInput {
    margin: 0px 140px 25px;
}
.btnLog {
  margin: 25px 140px 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  width: 300px;
}
}
@media (max-width: 800px){
  .userInput {
    margin: 0px 225px 25px;
}
.btnLog {
  margin: 25px 225px 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  width: 300px;
}
}
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
  .centerDiv {
    width: 80%;
    height: 605px;
    margin: 50px auto 220px;
}
.welcome{
  width: 460px;
  background: #f5f4f4;
  border-radius: 20px;
}
.user-form{
  margin-top: 45px;
  margin-left: 75px;
}
  /* .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 15px;
  line-height: 10px;
  color: #2B3439;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  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: #2B3439;
  margin-bottom: 10px;
}
.userInput{
  margin: 0px 10px 25px;
}
.btnLog {

  margin: 25px 10px 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  width:300px;
}
}


@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){


  .left-side-txt {
    display: none;
}
.welcome{
  width: 460px;
  background: #f5f4f4;
  border-radius: 20px;
}
.centerDiv {
  width: 70%;
  height: 605px;
  margin: 50px auto 20px;
}
.user-form{
  margin-top: 50px;
  margin-left: 25px;
}
.userInput {
  margin: 0px 50px 25px;
}
.btnLog {
  margin: 25px 50px 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  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 15px;
  line-height: 10px;
  color: #2B3439;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  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 (max-width: 750px){
  .userInput {
    margin: 0px 95px 25px;
}
.btnLog {
  margin: 25px 95px 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  width: 300px;
}
}


@media (max-width: 650px){
  .userInput {
    margin: 0px 75px 25px;
}
.btnLog {
  margin: 25px 75px 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  width: 300px;
}
}
@media (max-width: 500px){
  .userInput {
    margin: 0px 35px 25px;
}
.btnLog {
  margin: 25px 35px 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  width: 300px;
}
}

@media screen and (min-device-width : 480px) and (max-device-width : 765px) and (orientation : portrait) {
  .left-side-txt {
    display: none;
}
.centerDiv {
  width: 90%;
  height: 605px;
  margin: 50px auto 20px;
}
.userInput {
  margin: 0px 40px 25px;
}
.welcome {
  width: 460px;
    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: #2B3439;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  width:300px;
}
.copy-right {
  display: none;
}
.btnLog {
  margin: 25px 40px 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  width:300px;
}
}

@media screen and (min-device-width : 480px) and (max-device-width : 765px) and (orientation : landscape) {
  .left-side-txt {
    display: none;
}
.welcome {
  width: 460px;
  background: #f5f4f4;
  border-radius: 20px 20px 0px 0px;
}
.centerDiv {
  width: 80%;
  height: 605px;
  margin: 50px auto 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 15px;
  line-height: 10px;
  color: #2B3439;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  width: 300px;
}
.btnLog {
  margin-left: 110px;
  margin-top: 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  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;
}
}


@media screen and (min-device-width : 375px) and (max-device-width : 475px) and (orientation : portrait) {
  .left-side-txt {
    display: none;
}
.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;
}
  .centerDiv {
    width: 94%;
    height: 605px;
    margin: 40px auto 20px;
  }
  .welcome {
    width: 374px;
    background: #f5f4f4;
    border-radius: 20px;
}
.userInput {
  margin: 0px 45px 25px;
}

.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;
}
.welcome h2 {
  margin-top: 58px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
input[type="text"], input[type="password"] {
  background: #FFFFFF;
  border: 1px solid #BCC5C9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 0px 10px 15px;
  line-height: 10px;
  color: #2B3439;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  width: 294px;
}
.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;
  width: 300px;
}
.welcome h2 {
  margin-top: 58px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}
}
@media screen and (min-device-width : 310px) and (max-device-width : 374px) and (orientation : portrait) {
  .left-side-txt {
    display: none;
}
  .centerDiv {
    width: 90%;
    height: 605px;
    margin: 50px auto 20px;
  }
  .welcome {
    width: 460px;
    background: #f5f4f4;
    border-radius: 20px;
}
.userInput {
  margin: 0px 25px 25px;
}
.welcome h2 {
  margin-top: 58px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
input[type="text"], input[type="password"] {
  background: #FFFFFF;
  border: 1px solid #BCC5C9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 0px 10px 15px;
  line-height: 10px;
  color: #2B3439;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  width: 240px;
}
.btnLog {
  margin: 25px;
  padding: 15px 0px;
  border-radius: 5px;
  background: #00A98B;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 10px;
  border-color: transparent;
  font-weight: 500;
  width: 300px;
}
.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;
}
.forget {
  font-family: "Open Sans";
  margin-top: 15px;
  color: #2061DE;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 25px;
}
.error-message-display{
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  padding: 12px 0px 12px 18px;
  width:240px;
      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;
}
}

.password-info {
  font-size: 12px;
}

.gapahead {
  margin-top: 15px;
}

.registerbtn {
  background-color: #67b5ab;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: 1px solid darken(#67b5ab, 2%);
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  outline: none;
}

.registerbtn:hover {   
  background-color: lighten(#67b5ab, 5%);
}
.registerbtn:focus {
  outline: none;
}