.multi-step-bar-image {
    width: 80%;
    height: auto;
    object-fit: cover;
    margin: auto;
}

select, select option {
    color: #495057 !important;
}

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #D9D9D9;
    padding: 2px 7px;
    border-radius: 3px;
    color: #6C757D;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.multi-step-mobile-header {
    color: #12AE22;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
    .multi-step-bar-image {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .multi-step-bar-image {
        width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .multi-step-bar-image {
        width: 100%;
    }
}

.link-login-button {
    background-color: #1261ae;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    border: 0;
    border-radius: 0;
}