.slider{
    width: 100%;
    height:300px;
    min-height:300px;
    background-position: bottom;
    background-image:url('../../images/defaults/bgCurvePurple.svg');
}
.slider .item-slider{
    position: relative;
    display: initial;
}
.item-header-h{
    color:#162351;
    width: 100%;
    margin-top: 30px;
}
.slider H2{
    color:#00a5db;
    padding:0 15px;
    font-size:24px;
    margin-top:0px;
}
.item-activation, .align-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-form{
    display: flex;
    gap:15px;
    margin-top: 30px;
    justify-content: space-around;
}
.item-activation .item-child{
    background-color:#F8F8FF;
    padding:30px;
    margin-bottom:20px;
    border-radius:20px;
}
.item-child H3{
    text-align: center;
    display: block;
}
.text{
    font-size: 14px;
    margin-top:30px;
    text-align: center;
}
.color-green-success{
    color:#19b73c;
}
.sendCode, .sendCodeError{
    display: none;
    font-size: 11px;
    color:#19b73c;
}
.sendCodeError{
    color:#b72919;
}

@media only screen and (max-width: 767px){
    .slider{
        height: 150px;
        min-height: 150px;
    }
    .item-header-h {
        margin-top: 0px;
        padding-top: 0px;
    }
    .slider H2{
        line-height: 18px;
        font-size: 18px;
    }
    .item-form{
        justify-content: center;
        flex-direction: column;
    }
}