main{
    box-sizing: border-box;
    min-height: 100vh;
    width: 100%;
    background-color: rgb(228 235 239);
    padding: 5.5rem 16px 0px;
}

.main{
    box-sizing: border-box;
    height: auto;
    width: 100%;
}
.section_steps{
    box-sizing: border-box;
    height: auto;
    width: 100%;
}
.section_steps > h2{
    font-size: 14.5px;
    margin-top: 10px;
    font-family: open, sans-serif;
    color: #004B7B;
}
.section_steps > h1{
    font-size: 22.56px;
    font-family: lora, Georgia, sans-serif;
    color: #004B7B;
    margin-top: 5px;
    margin-bottom: 10px;
}
.text_register{
    color: #000;
    font-size: 16.28px;
    font-family: open, sans-serif;
}
.box_inputs{
    box-sizing: border-box;
    height: auto;
    width: 100%;
    margin: 1rem 0px;
}
.box_inputs > p{
    font-size: 15px;
    color: #336F95;
    padding: 3.2px 0px;
    font-family: open, sans-serif;
}
.box_inputs > input{
    padding: 14px;
    width: 100%;
    height: auto;
    border-radius: 5px;
    outline: none;
    border: 1px solid #c2d1da;
    box-sizing: border-box;
    font-size: 15px;
    background-color: whitesmoke;
    font-family: open, sans-serif;
    font-weight: bold;
    color: #004B7B;
}
.box_inputs > input::placeholder{
    font-size: 15px;
    color:rgb(148 179 200);
    font-weight: lighter;
    text-transform:capitalize;
    font-family: open, sans-serif;
}

.box_inputs > input:focus{
    border: 1px solid  #004B7B;
}

.box_submit > input{
    margin-top: 20px;
    outline: none;
    letter-spacing: 1px;
    border: none;
    color: white;
     font-family: open, sans-serif;
    border-radius: 5px;
    font-size: 17.11px;
    font-weight: bold;
    text-align: center;
    padding: 11px 22px;
    background-color: #5BC0BE;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}

.good_message{
    font-size: 15px;
    color: green;
    margin-top: 1rem;
    font-family: open, sans-serif;
}