body {
    margin: 0;
    font-family: 'Onest', sans-serif;
    width: 100vw;
    overflow: auto;
}

#main {
    height: auto;
    width: 100%;
    margin: 20px 0px 100px 0px;
    display: flex;
    justify-content: center;
}

#ovr {
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
  flex-direction: column;
    min-width: 100px;
    max-width: 100%;
    padding: 32px 25px;
    box-shadow: 0 15px 35px 0 rgba( 60,66,87 , .08 ) ,0 5px 15px 0 rgba( 0,0,0 , .12 );
    border-radius: 8px;
}

#Header {
  text-align: left;
  margin-bottom: 5px;
  font-size: 26px;
  letter-spacing: -0.2;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.2px;
}

label {
    font-weight: 500;
    font-size: 15px;
    color: rgba(23, 23, 23, 0.689);
}

#Log-in {
    background: linear-gradient(to bottom right, rgb(77, 193, 255), rgb(34, 137, 255));
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.Login1{
  max-width: 100%;
}
.Login1 div{
  max-width: 100%;
}
.Login1 input{
  max-width: 100%;
}

#donthave {
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}



#User,
#Pass {
    margin: 5px 0;
    box-sizing: border-box;
    width: 360px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none;
    padding: 10px 10px;
      

}

#User:focus,#Pass:focus {
    outline: 0;
    border: 1px solid rgba(0, 123, 255, 1);
    box-shadow: 0px 0px 0px 4px rgba(0, 123, 255, 0.25);
  }
#Pass {
    padding-right: 60px;
}

#continue1 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#Continue {
    width: 100%;
    height: 45px;
    font-size: 16px;
    background-color: #4EC1FF;
    color: #fff;
    border-radius: 5px;
    font-weight: 550;
    border: 1px solid #4EC1FF;

}
#Continue:hover{
    transition: background-color .3s,color .3s,background .3s,box-shadow .1s ease-in-out;;
    background-color: #fff;
    color:#4EC1FF;
}
#signupanchor:hover{
    color: #2e5bf0;

}
#Password{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;

}


footer {
    background-color: black;
    color: #DDD;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    text-align: center;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#oglogo {
    width: 150px;
    margin-bottom: 10px;

}

#headbar {
    display: flex;
    justify-content: center;

}


#signUpBody {
    background-color: #ffffff;
}
.section_signUp {
    box-sizing: border-box;
    padding-left:5vw;
    padding-right:5vw;
    padding-top: 50px;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.signUp_cont {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.1);
    width: 40%;
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.headerSignUp {
    color: #222426;
    font-size: 28px;
    font-weight: 550;
}
.signUp_main {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: fit-content;
}
.signUp_label {
    font-size: 18px;
    color: #3C4043;
}


.input_signup:focus {
    outline: 0;
    border: 1px solid rgba(0, 123, 255, 1);
    box-shadow: 0px 0px 0px 4px rgba(0, 123, 255, 0.25);
  }
.input_signup {
    box-sizing: border-box;
    height: 40px;
    width: 90%;
    border: 2.2px solid rgba(0, 0, 0, 0.224);
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 16px;
    outline: 0;
  }
  .input_signup::placeholder {
    font-size: 16px;
  }
  .signup_Gap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .signUp_passwordCont {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .eyeSlash {
    width: 22px;
    display: none;
  }
  .eyeOpen {
    width: 22px;
  }
  .createAccount {
    width: 100%;
  }
  .createAB {
    width: 90%;
    color: #3C4043;
    background-color: #8cd4d8;
    height: 50px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    transition: ease-out 0.6s;
  }
  .createAB:focus {
    background-color: #C9EFF1;
  }
  .error {
    font-size: 14px;
    color: rgb(236, 43, 13);
  }
  .passCont {
    position: relative;
  }
  .logSlash {
    position: absolute;
    right: 10px;
    bottom: 9px;
  }
  .igloo {
   width: 45%;
   display: flex;
   align-items: center;
   justify-content: center;
  }
  .iglooImg {
    width: 100%;
  }
  .welcomeSign {
   padding-left: 5vw;
    font-size: 40px;
    font-weight: 600;
    margin-top: 5vh;
  }
  .full-screen-wrapper {
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    justify-content: center;
  }
  .full-height {
    box-sizing: border-box;
    min-height: 100%;
    height: fit-content;
    background-color: #f9f9f9;
    display: flex;
    max-width: 100%;
    width: 750px;
    min-width: 100px;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    padding:20px 10px 133.84px 10px;
    
  }
  @media (max-width: 750px) {
    .full-height {
      border-radius: 0;
    }
  }