.login-card h4 {
    text-transform: uppercase;
}

.form-control-lg {
    height: 60px;
    border-radius: 5px;
    font-size: 16px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    color: #6c757d;
}

.btn-submit {
    background: linear-gradient(90deg, #f88e01, #fc6102);
    border: none;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    border: none !important;
    transition: 0.3s;
}

.btn-submit:hover {
    background: linear-gradient(90deg, #fc6102, #f88e01);
}

.text-center .New {
    font-size: 13px;
}

.btn-store {
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    margin-top: auto;
    padding: 8px 14px;
}

.btn-store img {
    width: 66px;
    height: 22px;
}

.small-1 {
    color: #00b8c2;
}