/* LOGIN SECTION */
.login-section {
    height: 100vh;
    font-family: "Times New Roman", Times, serif;
}

.login-img {
    /* gambar tidak akan ditampilkan pada mobile */
    display: flex;
    align-items: center;
    width: 100%;
}

.login-icon {
    height: 6rem;
    opacity: 89%;

    margin-bottom: 2rem;
}

.heading-content {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-weight: 600;
}

.heading-content span {
    color: #0174be;
    text-decoration: underline;
}

.form-label {
    margin: 1rem 0;
    /* width: 50%; */
}

.btn-container {
    display: flex;
    column-gap: 3.6rem;
    margin-top: 1.5rem;
}

label {
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
}
