@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap);

body {
    font-size: 14px;
    color: #4c5258;
    letter-spacing: 0.5px;
    background-color: #f4f4f4;
    /* overflow-x: hidden; */
    font-family: "Mulish", sans-serif;
}

a {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    position: relative;
}

.section-authentication-signin {
    height: 100vh;
}

@media (max-width: 767px) {
    .section-authentication-signin {
        height: auto;
    }
}

.authentication-forgot {
    height: 100vh;
    padding: 0 1rem;
}

.authentication-reset-password {
    height: 100vh;
    padding: 0 1rem;
}

.authentication-lock-screen {
    height: 100vh;
    padding: 0 1rem;
}