.client-form__city {
    margin-bottom: 18px;
}
.client-form__city .select2-container--krajee .select2-selection--single {
    height: 51px;
}
.client-form__city .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    position: relative;
    top: 10px;
    height: 36px;
}

.client-form__city .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 49px;
    width: 25px;
}
#msform {
    text-align: left;
}
#msform .fs-title, #msform .fs-subtitle {
    text-align: center;
}
#msform .help-block {
    margin-bottom: 15px;
    color: #ff0000;
    top: -10px;
    position: relative;
}
#eliteregister {
    text-align: center;
}
#msform .action-button {
    align-self: center;
}
#wrapper {
    overflow: auto;
}
#msform input[type=checkbox] {
    width: 20px;
}
#msform .client-form__city.has-error {
    margin-bottom: 28px;
}
#msform .client-form__city.has-error .help-block {
    top: 5px;
}
#msform .agreement-btn {
    margin: 10px 5px;
    padding: 10px 5px;
}

#msform .no-validation .next,
#msform .no-validation .submit {
    background-color: grey;
    cursor: default;
    border-color: transparent;
    pointer-events: none;
}

#msform .no-validation .action-button.next:hover,
#msform .no-validation .action-button.next:focus,
#msform .no-validation .submit:hover,
#msform .no-validation .submit:focus {
    box-shadow: none;
}
