.form-register > input {
    box-sizing: border-box;
    height: 56px;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
}
.form-register > select {
    box-sizing: border-box;
    height: 56px;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
}
.form-register input {
    margin: 0 !important;
    padding-left: 20px;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: bold;
    border-radius: 4px;
    outline: none;
    color: #111111;
}
.form-register select {
    margin: 0 !important;
    padding-left: 20px;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: bold;
    border-radius: 4px;
    outline: none;
    color: #111111;
}

.button-register > button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 30px;
    gap: 4px;
    height: 40px;

    /* GG/#00ADEF */
    border: 1px solid #E96A25;
    color: #FFFFFF;
    background: #E96A25;
    border-radius: 60px;
}
.button-register > svg{
    margin-top: 5px;
    color: #FFFFFF;
}
.or-res{
    height: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    /* GG/#999999 */
    color: #999999;
    transform: rotate(-0.5deg);
}
.res-google{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 12px;
    height: 44px;
    width: 100%;
    /* Base/White */

    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 8px;

}
.res-google > p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #606368;

}
