.form-login-V2 .form__text {
    text-align: center;
    margin-bottom: 30px
}

.form-login-V2 .form__getPassword {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0;
    text-align: right
}

.form-login-V2 .form__getPassword span {
    cursor: pointer;
    text-decoration: underline
}

.form-login-V2 .form__input {
    margin-bottom: 25px
}

.form-login-V2 .form__input-pin {
    margin-bottom: 0
}

.form-login-V2 .form__input-pin>div {
    justify-content: space-between
}

.form-login-V2 .form__input-pin input {
    width: 48px!important;
    margin-bottom: 25px
}

.form-login-V2 .form__button {
    width: 100%;
    border-radius: 4px;
    height: 48px;
    font-family: Oswald;
    font-size: 18px
}

.form-login-V2 .form__message {
    color: #e54d3e;
    font-size: 12px;
    margin-top: -20px;
    padding: 0 5px 5px
}

.form-login-V2 .sendOTP {
    margin-bottom: 25px;
    font-size: 14px
}

.form-login-V2 .sendOTP__count {
    color: #e54d3e
}

.form-login-V2 .sendOTP__resend {
    text-decoration: underline;
    cursor: pointer
}

.form-login-V2 .sendOTP__resend.hide {
    cursor: default;
    text-decoration: none;
    padding-right: 5px;
    color: #a3a3a3
}

.form-login-V2 input {
    height: 48px;
    border-radius: 4px;
    border: 2px solid #a3a3a3;
    color: #222
}

.form-login-V2 input::-webkit-input-placeholder {
    color: #a3a3a3
}

.form-login-V2 input:-ms-input-placeholder {
    color: #a3a3a3
}

.form-login-V2 input::-ms-input-placeholder {
    color: #a3a3a3
}

.form-login-V2 input::placeholder {
    color: #a3a3a3
}

.form-login-V2 input:focus {
    box-shadow: none
}

.form-login-V2 input:focus,.form-login-V2 input:hover {
    border-right-width: 2px!important;
    border-color: #a3a3a3
}

.form-login-V2 .btn-back {
    position: absolute;
    top: 20px;
    width: 32px;
    height: 32px;
    background: #e5e5e5;
    display: flex;
    justify-content: center;
    border-radius: 50%
}

.form-login-V2 .btn-color-skip {
    border: 2px solid #000;
    border-radius: 4px;
    margin-right: 18px;
    background: #fff;
    color: #222
}
