
/* :root{
    --bg :#222831;
    --sbg:#393E46;
    --txt:#EEEEEE;
    --brand: #FFD369;
  } */
  
 
  :root{
    --bg: #fafdf6;
    --sbg: #f8f6b4;
    --txt: #222831;
    --brand: #ffc300;
    
  }
  


*{
    overflow: hidden;
}

/* .mobileDiv{
    height: 100%;
    width: 100%;
    background-color: #7367F0;

} */
body{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: var(--bg);
}

/* .mobile {
    background: #5cbcb0;
    background: linear-gradient(200deg, #5cbcb0 10%, #ffffff 10%, #ffffff 27%, #5cbcb0 27%, #5cbcb0 50%, #5cbcb0 50%, #5cbcb0 74.81%, #ffffff 73.81%, #ffffff 76.19%, #5cbcb0 76.19%, #5cbcb0 100%);
    background-size: 593.97px 593.97px;
  } */
.fieldCo{
    display: flex;
}
#id_first_name, #id_last_name, #id_phone{
    height: 1.5rem;
    padding: .2rem;
    margin-bottom: 1rem;
    background-color: var(--bg);
    border: 0px;
    border-radius: 2px;
    max-width: 100%;
    font-size: large;
    letter-spacing: 1px;
}
#id_city{
    height: 2rem;
    padding: .2rem;
    margin-bottom: 1rem;
    background-color: var(--bg);
    border: 0px;
    border-radius: 2px;
    width: 96%;
    font-size: large;
    letter-spacing: 1px;
}
.btnCo .btn{
    margin-top: 2rem;
    height: 2rem;
    background-color: var(--brand);
    border-radius: 4px;
    margin-left: 10%;
    border: none;
    width: 80%;
}
.mainBox{
    display:flex;
    position: relative;
    gap: 32px;
    /* justify-content: space-evenly; */
    /* margin: 2vh;
    padding: 3vh; */
    /* background: rgb(255, 255, 255); */
    /* box-shadow: 0 10px 20px black; */
    /* width: 80%; */
}
.mobile{
    /* background-color: #f6f6f6; */
    margin: 32px;
    box-sizing: border-box;
    width:42vh;
    height: 80vh;
    border: 6px solid black;
    border-radius: 1rem;
    padding: 1rem;
    padding-top: 2rem;
    background-color: var(--sbg);
    box-shadow: 6px 8px 8px var(--sbg);

    /* display: flex;
    flex-direction: column;
    justify-content:center ; */
    /* align-items: center; */
}

.mobileSide{
    /* display: flex; */
    /* position: absolute; */
    /* top:-100px; */
    /* align-items: center; */
    /* top: 100px; */
    opacity: 0.7;
}
.pngHolder img{
    width: auto;
    height: 90vh;
}
.notch{
    background-color: black;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    position: relative;
    top: -20px;
    left: -5px;
}


.head{
    display: flex;
    justify-content: center;
}
.head p{
    font-size: 32px;
    margin: 16px 0;
}


.form{
    display: flex;
    flex-direction: column;
}

.form input{
    /* border: 1px solid var(--sbg); */
    border: 0;
    border-bottom: 2px solid black;
    background-color: var(--sbg);
    height: 24px;
    padding: 2px 6px;
    margin: 10px 0;
    font-size: 16px;
    color: var(--txt);
    
}
input:focus{
    outline:none;
    border-bottom:2px solid var(--brand);
    
    
}
/* .input{
    width: 100%;
    border-left: 2px solid black;
} */
.form button{
    height: 30px;
    margin-top: 10px;
    width: 100%;
    background-color: var(--brand);
    border: 1px solid var(--sbg);
    font-size: large;
}
.button{
    display: flex;
    justify-content: center;
}


.otherPage p{
    
    font-weight: lighter;
    color: var(--txt);
    font-size: small;
    /* font-size: 16px; */
    /* line-height: 20px; */
    letter-spacing: 1px;
    word-spacing: 1px;
    margin: 8px;
}
.otherPage a{
    
    color: var(--brand);
    text-decoration: none;
}




.google-login-button {
    margin: 12px 0;
    display: inline-block;
    background-color: #4285F4;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 8px 8px;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }

  .google-login-button.dark-mode {
    background-color: #1A1A1A;
    color: #fff;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
  }

  .google-login-button img {
    width: 20px;
    height: 20px;

vertical-align: middle;
    
    margin-right: 10px;
  }

.google-login-button a{
    text-decoration: none;
    color: var(--brand);
    letter-spacing: 1px;
    /* font-weight: bold; */
  }
.mobile{
    overflow: scroll;
    max-width: 300px;
 }








@media screen and (max-width : 500px){
    /* .mobileSide img{
      display: none;
    } */
    .mobileSide{
        display: none; 
    }
    .mobile{
        margin: 0;
        border:0;
        padding: 0;
        height: auto;
        width: auto;
        background-color: var(--bg);
        box-shadow: none;
        border-radius: 0;
    }
    .notch{
        display: none;
    }
    body{
        /* display:flex; */
        height: 80vh;
        background-color: var(--bg);
    }
    
    .mainBox{
        display: block;
    }
    .form button{
        height: 32px;
        margin-top: 32px;
        width: 100%;
        background-color: var(--brand);
        border: 0;
        font-size: large;
    }
    .button{
        display: flex;
        justify-content: center;
    }


.form input{
    /* border: 1px solid var(--sbg); */
    border: 0;
    border-bottom: 2px solid black;
    background-color: var(--bg);
    height: 24px;
    padding: 2px 6px;
    margin:12px 0;
    font-size: 16px;
    color: var(--txt);
    
}
input:focus{
    outline:none;
    border-bottom:2px solid var(--brand);
    
}
.otherPage{
    margin: 12px;
}

.otherPage p{
    
    
    font-size: 14px;

}
.otherPage a{
    
    font-size: 16px;

}


.head p{
    font-size: 60px;
    color: var(--sbg);
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

/* 
.google-login-button {
    display: inline-block;
    background-color: #4285F4;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }

  .google-login-button.dark-mode {
    background-color: #1A1A1A;
    color: #fff;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
  }

  .google-login-button img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
  }


  .google-login-button a{
    text-decoration: none;
    color: var(--brand);
    font-size: large;
    font-weight: bold;
  } */









  }