.app-wrapper {
    position: relative;
    overflow-x: hidden;
}

.hero-section img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.form-login {
    margin-top: -15px;
    background: #fff;
    border-radius: 18px 18px 0 0;
    padding: 20px 16px 0px;
    position: relative;
    z-index: 2;
}
.form-login h5 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-login i {
    color: #ffd100;
    font-size: 22px;
}

.input-group-text {
    background: #f5f5f5;
    border: 0;
    border-radius: 12px 0 0 12px;
    padding: .375rem .65rem;
}

.form-control {
    background: #f5f5f5;
    border: 0;
    border-radius: 0 12px 12px 0;
    height: 48px;
}

.toggle-password {
    cursor: pointer;
    background: #f5f5f5;
    border: 0;
    border-radius: 0 12px 12px 0;
}

.bottom-fixed {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    max-width: 480px;
    /* left: 50%;
    transform: translateX(-50%); */
    background: white;
    padding: 12px 16px 16px;
    z-index: 99;
}

.btn-submit {
    height: 52px;
    border-radius: 999px;
    font-weight: 600;
}
