.step2-title {
    font-weight: 700;
    font-size: 20px;
}

.step2-title::before {
    content: '';
    background-image: url("/img/step2-title.png") ;
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    width: 40px;
    background-size: contain;
    vertical-align: sub;
}

.step2-card {
    border: 1px solid #62768E !important;
    background-color: #F4F0EB !important;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.step2-required {
    color: #FFF !important;
    background-color: #E42F53 !important;
    border-radius: 4px;
    font-size: 12px;
}

.step2-error {
    color: #F4F0EB !important;
    font-size: 15px;
}

.user-input::placeholder {
    color: #68727f8c;
}

.input-name {
    border: 1px solid #62768E !important;
    border-radius: 5px;
}

.input-lastname {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: solid 1px #62768E;
    background-color: #F4F0EB !important;
}

.input-firstname {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #F4F0EB !important;
}

.form-label {
    font-weight: 700;
    font-size: 16px;
}

.input-phone {
    border: 1px solid #62768E !important;
    background-color: #F4F0EB !important;
    border-radius: 5px;
}

.input-address {
    border: 1px solid #62768E !important;
    background-color: #F4F0EB !important;
    border-radius: 5px;
}

.input-request {
    border: 1px solid #62768E !important;
    background-color: #F4F0EB !important;
    border-radius: 5px;
}

.back-btn::before {
    content: '';
    background-image: url("/img/prev.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    vertical-align: sub;
}

.next-btn {
    background-color: #1E2A38 !important;
    color: #FFF !important;
    border-radius: 30px;
    box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, .25);
    width: 7rem;
    font-weight: 700;
    font-size: 20px;
}
