.authentication-bg {
    background-image: url("../images/authentication-bg.jpg");
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.authentication-page-content {
    height: 100vh;
    display: flex;
}

body {
    background: #f6f9fc !important;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #505d69;
    /* text-align: left; */
    background-color: #f1f5f7;
    font-family: "Inter", sans-serif;
}

.card {
    margin-bottom: 24px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    border: 0 solid #f1f5f7;
}

label {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.card-title {
    font-size: 15px;
    margin: 0 0 7px 0;
    font-weight: 500;
}

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: gray;
    font-family: "Inter", sans-serif;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    font-size: 0.9rem;
}