.form-v2 .form-control {
    --_input-border-color: #fff;
    border: solid 1px var(--_input-border-color);
    height: 40px;
    padding: 4px 15px;
    font-size:16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 1px 0 var(--_input-border-color) inset, 0 0 1px 0 var(--_input-border-color);
}
.form-v2 textarea.form-control {
    border-radius: 8px;
}
.form-v2 .form-control.selectize-control.single {
    height:auto;
    background-color: transparent;
    border-radius: 40px;
    box-shadow: none;
}
.form-v2 .control-label {
    font-weight: 400;
    margin:0 0 5px;
}
.form-v2 label {
    margin:0 0 5px;
    font-weight:400;
}
.form-v2 .selectize-control {
    padding:0;
    border:0;
}
.form-v2 .has-error .form-control {
    border-color: #fff;
}
.form-v2 .selectize-input,
.form-v2 .selectize-control.single .selectize-input.input-active {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size:16px;
    background-image: url("../../../img/sprite/submenu-chevron-down.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 15px center;
    height:40px;
    box-shadow:none;
    line-height: 28px;
    padding: 4px 35px 4px 15px;
    background-color: transparent;
    border-radius: 40px;
    color: #91919F;
}
.form-v2 .selectize-control.single .selectize-input:after {
    display:none;
}
.form-v2 .form-group:not(.has-success) select[name="birthdate[day]"],
.form-v2 .form-group:not(.has-success) select[name="birthdate[month]"],
.form-v2 .form-group:not(.has-success) select[name="birthdate[year]"]{
    color: #B399A6;
}
.form-v2 .has-success .form-control {
    border-color: #008e36;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
#loginPin .has-success .form-control {
    border-color:#dcdcdc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.form-v2 .selectize-control .selectize-dropdown {
    height:auto;
}
.form-v2 .form-control.custom-disabled,
.form-v2 .form-control.custom-disabled .selectize-input {
    opacity: 0.2;
    pointer-events: none;
}
.form-v2 .form-control.custom-disabled .selectize-input {
    opacity: 0.4;
}
.form-v2 #loginbox-login-pin-input::-ms-reveal,
.form-v2 #loginbox-login-pin-input::-ms-clear,
.form-v2 #loginbox-login-password-input::-ms-reveal,
.form-v2 #loginbox-login-password-input::-ms-clear,
.form-v2 #userPassword::-ms-reveal,
.form-v2 #userPassword::-ms-clear {
    display:none;
}
.selectize-control.single .selectize-input,
.form-v2 select.form-control{
    cursor: pointer;
    color: #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../../../img/sprite/icon-chevron-down-white.svg");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: right 15px center;
    padding-right: 30px;
}
.form-v2 select.form-control::-ms-expand {
    display: none;
}
.form-v2 select.form-control option {
    background-color: #fff;
    color: #090A30;
}
.form-v2 select.form-control:required:invalid {
    color:#B399A6;
}
.form-v2 .checkbox label,
.form-v2 .radio label {
    padding-left: 35px;
    line-height: 28px;
}
.form-v2 .checkbox label input,
.form-v2 .radio label input {
    width: 28px;
    height: 28px;
    border: solid 1px #dcdcdc;
    border-radius: 50%;
    margin-right: 5px;
    top: -3px;
}
.form-v2  .user-register-checkbox {
    padding-top: 20px;
    border-top: solid 1px #dcdcdc;
}
.form-v2 .text-checkbox-wrapper .checkbox label {
    line-height:22px;
    padding-top:3px;
}
.form-v2 .text-checkbox-wrapper .checkbox label a {
    text-decoration: underline;
    color: #1a1a1a;
}
.form-v2 .text-checkbox-wrapper .help-block {
    padding-left:35px;
}
.form-v2 .checkbox input[type=checkbox],
.form-v2 .checkbox input[type=radio],
.form-v2 .radio input[type=checkbox],
.form-v2 .radio input[type=radio] {
    margin-left: -35px;
}
.form-v2 input[type="checkbox"]:checked:after {
    top: 3px;
    left: 6px;
    height:20px;
    background: url(../../../img/icon/check-white.svg) no-repeat center;
    background-size: cover;
    transform: none;
    border: none;
}
.form-v2 input[type="radio"]:checked {
    background: radial-gradient(#fff, #fff 35%, transparent 40%, transparent);
    background-repeat: no-repeat;
}
.form-v2 .is-required label:after {
    color:#1a1a1a;
}
.list-arrow-check {
    padding-left: 30px;
    list-style-type: none;
    position:relative;
}
.list-arrow-check > li {
    margin-bottom:10px;
}
.list-arrow-check li:before {
    content:'';
    width: 22px;
    height: 26px;
    background-size: 18px;
    background-repeat: no-repeat;
    transform: none;
    background-position: 0 5px;
    border: none;
    position:absolute;left:0;
}
.list-arrow-check.arrow-red li:before {
    background-image: url("../../../img/sprite/check-v2-red.svg");
}
.list-arrow-check.arrow-black li:before {
    background-image: url("../../../img/sprite/check-v2-black.svg");
}
form .input_c textarea,
form .input_c input[type=text] {
    border: none;
    background: none;
    width: 0;
    height: 0;
    padding: 0;
    line-height: 0;
    margin: 0;
    display: block;
    min-height: 0;
    max-height: 0;
    max-width: 100%;
    min-width: 100%;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
    border-color: #fff;
}
/* hide arrows for number input Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* hide arrows for number input Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}
.form-control {
    box-shadow: none;
    color: #91919F;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 40px;
}
.form-control:focus {
    border-color: #fff;
    box-shadow: inset 0 1px 1px #fff, 0 0 8px #fff;
}
.form-control::-moz-placeholder {
    color: #91919F;
}
.form-control[disabled] {
    background-color: transparent;
}
label {
    font-weight: 300;
    margin-left: 5px;
    margin-bottom: 3px;
}
.form-inline label {
    font-weight: normal;
    margin-left: 0;
}
legend {
    border-bottom: 0;
    font-size: 24px;
}
.is-required label:after {
    content: "*";
    color: var(--_color-primary);
}
input[type=checkbox],
input[type=radio] {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #797979;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
}
input[type=checkbox],
input[type=checkbox]:focus,
input[type=checkbox]:active:focus,
input[type=radio],
input[type=radio]:focus,
input[type=radio]:active:focus {
    outline: none;
}
input[type=checkbox] {
    cursor: pointer;
    border-radius: 2px;
}
input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    background: transparent;
    top: 3px;
    left: 2px;
    border: 3px solid #004289;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked {
    background: radial-gradient(var(--_color-primary), var(--_color-primary) 30%, #fff 40%, #fff);
    background-repeat: no-repeat;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
    margin-left: -25px;
}
.checkbox label,
.radio label {
    font-size: 16px;
    font-weight: 300;
    padding-left: 25px;
    line-height: 27px;
}
.form-inline-always .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline-always .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline-always .form-control-static {
    display: inline-block;
}
.form-inline-always .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline-always .input-group .input-group-addon,
.form-inline-always .input-group .input-group-btn,
.form-inline-always .input-group .form-control {
    width: auto;
}
.form-inline-always .input-group > .form-control {
    width: 100%;
}
.form-inline-always .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline-always .radio,
.form-inline-always .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline-always .radio label,
.form-inline-always .checkbox label {
    padding-left: 0;
}
.form-inline-always .radio input[type=radio],
.form-inline-always .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
}
.form-inline-always .has-feedback .form-control-feedback {
    top: 0;
}
.form-horizontal-striped .control-label {
    text-align: left;
    margin-left: 0;
}
.form-horizontal-striped .form-group {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 0;
}
