@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --curly-font: "Cormorant Garamond", serif;
  --dark-blue: #000e67;
  --light-blue: #54758a;
  --yellow: #f0b323;
  --bright-blue: #0032a0;
  --deep-blue: #2e364a;
  --gray: #00000070;
  --sky-blue: #257aa4;
}

.wrapper {
  background-color: var(--sky-blue);
  position: relative;
  width: 100%;
  align-items: stretch;
  min-height: 100vh;
}

.wrap {
  flex-wrap: wrap;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.flex-class {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-class {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

ul {
  list-style: none;
}

.main-left {
  width: 50%;
  background-color: var(--sky-blue);
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 30px 0;
  padding-left: 120px;
}

.sign-up {
  width: 50%;
}

.main-right {
  height: 100%;
  width: 50%;
  flex-direction: column;
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  background-color: #fcfcfc;
  left: 0;
  transition: 0.5s ease;
  overflow: hidden;
  box-shadow: 3px 3px 20px #00000050, -3px -3px 20px #00000050;
}

.main-left img {
  width: 200px;
}

.wrapper input {
  width: 400px;
  height: 45px;
  padding-left: 10px;
  background-color: #ffffff50;
  color: #fff;
  border: none;
  outline: none;
  margin: 10px 0;
  border-radius: 5px;
  font-size: medium;
  font-weight: 500;
  transition: 0.4s box-shadow ease;
}

.wrapper input:focus {
  box-shadow: 3px 3px 10px #00000060;
}

.wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff90;
  font-weight: 500;
  font-size: medium;
  opacity: 1; /* Firefox */
}

.wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff90;
  font-weight: 500;
  font-size: medium;
}

.wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff90;
  font-weight: 500;
  font-size: medium;
}

.sub-btn {
  width: 150px;
  height: 45px;
  background-color: #055279;
  outline: none;
  border: none;
  color: #fff;
  border-radius: 6px;
  font-size: medium;
  font-weight: 500;
  box-shadow: 1px 1px 20px 3px #00000030;
  margin-top: 10px;
}

.login {
  color: #fff;
  margin-top: 20px;
}

.login span {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
}

.google {
  height: 45px;
  width: 400px;
  background-color: #ffffff50;
  border-radius: 5px;
  justify-content: flex-start;
  overflow: hidden;
  margin: 10px 0;
  transition: 0.4s box-shadow ease;
  cursor: pointer;
}

.google:hover {
  box-shadow: 3px 3px 10px #00000060;
}

.google .left {
  width: 45px;
  background-color: #fff;
  height: 100%;
}

.google .right {
  font-size: medium;
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
}

.divider {
  margin: 10px;
  text-align: center;
  color: #ffffff90;
  font-weight: 600;
}

.main-right img {
  width: 500px;
  transition: 0.8s opacity ease;
  position: absolute;
  opacity: 0;
  top: 130px;
}

.main-right .text {
  font-weight: 700;
  font-size: 40px;
  color: var(--sky-blue);
  visibility: inherit;
}

.main-right .sub-text {
  font-style: 400;
}

.right-left {
  transition: 0.5s ease;
  right: 0;
  left: 50%;
}

.forgotpass {
  font-size: small;
  margin-top: 20px;
  color: #ffffff90;
  text-decoration: underline;
  cursor: pointer;
}

.forgotpass:hover {
  color: #fff;
}

.wrapper .warn-field {
  border: 2px solid crimson;
  background-color: #dc143c50;
}

.warning {
  font-size: small;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: rgb(139, 20, 44);
}
.pass-wrapper input{
  width: 90%;
}
.pass-wrapper img {
  height: 100%;
  width: 10%;
  margin-left: 5px;
  padding: 0 2%;
  background-color: #ffffff50;
  height: 45px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.4s box-shadow ease;
}

.pass-wrapper img:hover{
  box-shadow: 3px 3px 10px #00000060;
}

.main-warning{
  width: 80%;
  background-color: #dc143c;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #00000060;
  display: none;
  margin-bottom: 10px;
}

.box-wrapper{
  height: auto;
  padding: 30px;
  width: 40%;
  background-color: #fff;
  box-shadow: 4px 4px 20px #00000040;
  border-radius: 8px;
}

.phone-war-wrapper{
  display: none;
    background-color: #257aa4;
    height: 100vh;
    width: 100%;
    position: relative;
}


.phone-war-wrapper .login-in-box .logo{
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.phone-war-wrapper .login-in-box input{
  height: 50px;
  width: 100%;
  background-color: #dbdbdb30;
  border: none;
  outline: none;
  border-bottom: 2px solid #257aa4;
  padding: 10px;
  font-size: large;
  transition: 0.3s box-shadow ease;
}

.phone-war-wrapper .login-in-box input:focus {
  box-shadow: 3px 3px 8px #00000040;
}

#capta{
  margin-top: 20px;
}

.phone-war-wrapper button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  background-color: #257aa4;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
}

#opt-field ,.otp-var-submit-button{
  display: none;
}

.warning-box-phone-var{
  padding: 20px;
  position: absolute;
  top: 20px;
  left :0;
  right: 0;
  text-align: center;
  color: #ff3c66;
  font-size: large;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.sign-request{
  text-align: center;
  margin-top: 50px;
  color: #fff;  
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.sign-request span{
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.sign-request span:hover{
  text-decoration: none;
}

@media only screen and (max-width:1130px){
  .main-left{
    padding-left: 60px;
  }
}

@media only screen and (max-width:1020px){
  .main-left{
    padding-left: 30px;
  }
}

@media only screen and (max-width:920px){
  .main-left{
    padding-left: 20px;
  }
}

@media only screen and (max-width:910px){
  .box-wrapper{
    width: 60%;
  }
}

@media only screen and (max-width:870px){
  .main-right{
    display: none;
  }

  .wrapper{
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.5s top ease;
  }

  .wrapper .main-left{
    height: 100vh;
    overflow: scroll;
  }

  .top-bottom{
    top: -100vh;
  }

  .main-left{
    width: 80%;
  }
}

@media only screen and (max-width:600px){
  .box-wrapper{
    width: 80%;
  }
}

@media only screen and (max-width:560px){
  .main-left{
    width: 90%;
  }

  input{
    width: 100%;
  }
}

@media only screen and (max-width:480px){
  .main-left{
    width: 95%;
    padding-left: 10px;
  }

  input{
    width: 90vw;
  }

  .pass-wrapper{
    width: 90vw;
  }

  .pass-wrapper input{
    width: 90%;
  }

  .google{
    width: 100%;
    
  }
}

@media only screen and (max-width:450px){
  .box-wrapper{
    width: 90%;
  }
}

@media only screen and (max-width:440px){
  .box-wrapper{
    width: 95%;
  }
}