*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: cursive;
}

body{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/monica-melton-oc_XTqWezp4-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.register a{
    font-size: 60px;
    text-decoration: none;
    color: white;
}
.col-md-5{
    text-align: center;
margin-top: 230px;
}

body{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /* background: rgb(44, 44, 107); */
}

.container{
    position: relative;
    max-width: 700px;
    width: 100%;
    background: rgb(31, 143, 143);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.container header{
    font-size: 1.5rem;
    color: white;
    font-weight: 500;
    text-align: center;
}

.container .form{
    margin-top: 30px;
}

.form .input-box{
    width: 100%;
    margin-top: 20px;
}

.input-box label{
    color: white;
}

.form :where(.input-box input, .select-box){
    position: relative;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    border: 1px solid white;
    border-radius: 6px;
    padding: 0 15px;
    margin-top: 8px;
}

.form .column{
    display: flex;
    column-gap: 15px;
}
.form .gender-box{
    margin-top: 20px;
}
.gender-box h3{
    color: white;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 8px;
}
.form :where(.gender-option, .gender){
    display: flex;
align-items: center;
column-gap: 50px;
flex-wrap: wrap;
}
.form .gender{
    column-gap: 5px;
    
}
.gender input{
    accent-color: rgb(7, 7, 85);
}
.form :where(.gender input, .gender label){
    cursor: pointer;
}

 label{
    color: white;
}
/* .country{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 8px;
} */

.select-box select{
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    color: black;
    font-size: 1rem;
}

/* .form button {
    height: 55px;
    width: 100%;
    border: none;
    margin-top: 13px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    background-color: rgb(24, 97, 97);
}
.form button a{
    color: white;
    font-size: 1rem;
    font-weight: 400;
} */
.form .submit{
    font-size: 28px;
    /* border: 1px solid black; */
    padding: 2px 40px;
    margin-left: 35%;
    border-radius: 5px;
    background-color: rgb(4, 56, 56);
}

.form .submit:hover{
    background-color: rgb(17, 75, 75);
}
center .log{
    font-size: 15px;
   
}
center .become{
    font-size: 15px;
}





/* responsive */
@media screen and (max-width: 500px) {
    .form .column{
        flex-wrap: wrap;
    }
    .form :where(.gender-option .gender){
row-gap: 15px;
    }
}