.reg-body {
    /* background-color: #f4f4f4;
    border-radius: 10px;
    color: rgb(30, 29, 29); */
    text-align: center;
    padding: 20px;
    min-width: 450px;
    position: relative;
    bottom: 20px;
}

.reg-body p {
   letter-spacing: .2rem;
}


/* .reg-body {
    margin-top: 10px;

} */


.reg-form {
    margin-top: 10px;
}


.reg-form input, .reg-form select, .reset-form input {
    margin-bottom: 5px;
    color: black;
    background-color: transparent;
    border: 1px solid #484747;
}

.reg-form input:focus, .reg-form select:focus, .reset-form input:focus {
    box-shadow: none;
    border-color: rgb(226, 158, 10);
}

.reg-form label {
    color: black;
}

.reg-form .phone {
    display: flex;

}

.reg-form .phone-code {
    width: 25%;
}

.reg-form .phone_number {
    width: 75%;
    position: relative;
    left: 2%;
}

.reg-form button {
   /* margin-top: 15px;
    border: 2px solid black;
    font-size: medium;
    font-weight: bold; */

}

.confirm {
    position: relative;
    bottom: 70px;
}