*{
    mask-origin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{

background-color: whitesmoke;}

.overall{
    width: 100%;
    height: 100%;
}
.head{
    text-align: center;
    font-weight: 100;
    font-size: 25px;
    margin-right: 300px;
}
.regall{
    width: 100%;
    height: 790px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.reg{
    width: 500px;
        height: 790px;
        background-color: white;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
}
.sign_up{
    width: 88%;
    height: 85%;
    border: 1px solid whitesmoke;
    border-radius: 5px;
    position: relative;
    padding-left: 20px;
    color: grey;
}
h3{
    color: blue;
    position: absolute;
    font-size: 15px;
   top: -25px;
   left: 10px;
}
form{
    width: 100%;
    
    display: flex;
    align-items: start;
 gap: 10px;
    flex-direction: column;
}
input{
    width: 400px;
    height: 40px;
    border: 1px soloid whitesmoke;
   outline: none;
}
.gender{
    font-weight: 100;
    font-size: 15px;
}
.radio{
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
label{
    font-size: 15px;
}
.check{
    width: 100px;
    display: flex;
    align-items: center;
  
    gap: 10px;

}
.checkin{
    width: 20px;
}
a{
    text-decoration: none;
    color: blue;
}
.but{
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    padding-right: 20px;
}
button{
width: 120px;
height: 40px;
background-color: blue;
color: white;
display: flex;
align-items: center;
justify-content: center;
border: none;
border-radius: 5px;
}
.lenox{
    text-align: center;
    font-size: 15px;
}
::placeholder{
    padding-left: 10px;
}