.page-register .reg-car-box {
    max-width: 400px;
    margin: 50px auto;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 50px 20px;
}
.reg-step-1 .create-acount, .reg-step-2 .create-acount {
    font-size: 20px;
    color: #00819D;
    font-weight: normal;
    text-align: center;
}
.reg-step-1 .validity {
    color: red;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
}
.form-label {
    font-size: 10px;
    letter-spacing: 0.26px;
    font-weight: bold;
}
.reg-step-1 .form-control-wrap {
    margin-bottom:30px;
    display: block;
}
.reg-step-1 .form-control-wrap input, .reg-step-1 .form-control-wrap select, .woocommerce-form .form-row input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: 0;
    margin-bottom: 0;
}
.reg-step-1 h2{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #000;
}
.continue {
    font-size: 23px;
    text-transform: capitalize;
    color: #000;
    font-weight: 800;
}
.continue:hover{
    text-decoration: underline;
}
.area-continue {
    text-align: center;
}
::placeholder{
    color:#000;
    font-size: 15px;
}
.woocommerce-form .form-row {
    position: relative;
    margin-bottom: 30px;
}
.woocommerce-form-register {
    margin-top: 40px;
}
.woocommerce-form-register__submit {
    border: 0;
    background: none;
    padding: 0;
    font-size: 18px;
    font-family: "Sharp Grotesk 25";
    text-transform: capitalize;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    margin-top: 60px !important;
}
.woocommerce-form-register__submit:hover{
    text-decoration: underline;
}
.valid-notice {
    letter-spacing: 0.36px;
    font-size: 11px;
}