
* {
  font-family: 'Poppins', sans-serif;
  color: #01122C;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #EDF4FE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 25px);  
  box-sizing: border-box;
}

.form input[type=password],.form input[type=text]{  
  margin-bottom: 24px;
}

.input-container {
  height: 80px;
}

#navbar {
  max-width: 876px;
  width: 100%;
  height: 44px;
  margin-left: auto;
  margin-right: auto ;
  display: grid;
  grid-template-columns: 94px auto 94px;
  position: sticky;
  top: 32px;
  
}

#navbar div, #navbar button {
  color: #2277F7;
  font-weight: 600;
  font-size: 16px;    
}

.showhide {
  top: -64px;
}

#navbar div {
  display: flex;
  align-items: center;
}

#navbar svg {
  margin-right: 8px;
}

#backdiv {
  cursor: pointer;
}

#signup, #login {   
  cursor: pointer;
  border-radius: 8px;
  background-color: transparent;
  border: 1.2px solid #2277F7;
  
  width: 95px;
  height: 44px;
}

#content {    
  max-width: 516px;
  width: 100%;
  margin: auto;
  background-color: white;
  border-radius: 8px;    
  padding: 48px 0 48px 0;
}

.title {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form {
  max-width: 420px;
  width: 100%;
}



.forgotpassword {
  width: 100%;
  margin-bottom: 48px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error {
  top: -22px;
}

.forgotpassword a {
  text-decoration: none;
  color: #2277F7;
  font-weight: 500;
}

#backarrowmobilebp {
  display: none;
}


/* following css is for mobile */

@media screen and (max-width: 876px) {
  body {
    background-color: white;
  }

  #navbar {
    margin-top: 0px;
    width: 100%;
  }

  #backarrowmobilebp {
    display: block;
    margin-left: 1em;
  }

  #backdiv svg:not(#backarrowmobilebp), #backdiv div:not(#backarrowmobilebp) {
    display: none !important;
}

  #signup, #login {
    width: 78px;
    height: 32px;
    border: none;
    background-color: #EDF4FE;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding: 0; /* Reset padding */
    line-height: 32px;
  }


  #content {
    width: 100%;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .title {
    font-size: 28px;
  }

  #loginform {
    padding-top: 32px; 
  }

  .forgotpassword {
    font-size: 14px;
  }

  #navbar {
    top: unset;
  }
}

#generalError {
  text-align: center;
  position: unset;
  padding: 16px 16px 0 16px;
}

input[type="submit"] {
  width: 100%;
  height: 56px;
}

.progressbarnavbar {
  display: flex;
  justify-content: center;
  align-items: center;
}


.dnone {
  display: none !important;
}

.who {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  color: #677180;
  height: 28px;
  margin-bottom: 12px;
}

.progressbarnavbar svg {
  margin: 0 ;
}

@media screen and (max-height: 820px)   {
  .progressbarnavbar svg {
    display: none;
  }
}