.RegisterForm{
    padding: 0;
}
.register_tab{
    width: 100%;
}
.register_tab .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.register_tab .header .item{
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-bottom: solid 1px #0a3251;
    font-weight: 900;
    color: #0a3251;
    transition: all .5s;
}
.register_tab .header .item.active{
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-bottom: solid 1px #0a3251;
    font-weight: 900;
    color: #fff;
    background: #0a3251;
    transition: all .5s;
}
.register_tab .body{
    padding: 30px 30px 15px 30px;
}
.register_tab .body .hide{
    display: none;
}