/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: "Acumin Pro";
    font-style: normal;
    font-weight: normal;
    src: local("Acumin Pro"), url("/fonts/Acumin-RPro.woff") format("woff");
}

@font-face {
    font-family: "Acumin Pro Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Acumin Pro Italic"), url("/fonts/Acumin-ItPro.woff") format("woff");
}

@font-face {
    font-family: "Acumin Pro Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Acumin Pro Bold"), url("/fonts/Acumin-BdPro.woff") format("woff");
}

@font-face {
    font-family: "Acumin Pro Bold Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Acumin Pro Bold Italic"), url("/fonts/Acumin-BdItPro.woff") format("woff");
}

body {
    font-family: "Acumin Pro", sans-serif;
}

html,
body {
    height: 100%;
}

.form-signin {
    width: 600px;
    padding: 1.5rem;
    margin: auto;
    background: #fff;
    border-radius: 5px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[name="username"] {
    margin-bottom: -1px;
}

.form-signin input[name="password"] {
    margin-bottom: 10px;
}

#login-form input, #login-form label  {
    height: auto;
    padding: 0.75rem .75rem;
}

#usernameLabel:hover {
    color: rgb(214, 212, 212);
}


/* button {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
} */

#login-form input {
    height: 45px;
}

.bg-header {
    background: #17546A;
}

.body-content {
    background: #f6f6f6;
}

.body-login {
    background: #17546A;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.navbar-light .navbar-nav span.nav-link,
.navbar-nav #logoutBtn {
    color: #fff;
}

div.card {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 4px rgb(0 0 0 / 16%);
}

.container-fluid {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.sign-in-title-section {
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 1.5rem;
}

header {
    height: 70px;
}

.card-link-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.card-link-title a {
    text-decoration: none;
    color: #1492e6;
}

a.btn-card-hint {
    width: 28px;
    height: 28px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #888888;
}

button.btn-toggle {
    border-radius: 0;
    border: none;
    background-color: #fff;
    color: #888888;
    padding: 0.375rem 0.65rem 0.2rem 0.65rem;
}

button.btn-toggle.active {
    background: #d0d0d0;
    color: #888888;
}

button.btn-toggle.active:focus {
    box-shadow: none;
}

button.btn-purple {
    background: #17546A;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
}

button.btn-purple:hover {
    background: #17546A;
    color: #fff;
}

button.btn-show-more {
    padding: 0.375rem 3rem 0.2rem 3rem;
}

.eye-icon {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 12px;
}

.eye-icon:hover {
    cursor: pointer;
}

input::placeholder {
  display: flex !important;
}

@media screen and (max-width: 767px) {
    .body-content {
        background-color: #fff;
    }

    div.card-mobile {
        box-shadow: none;
    }

    main.form-signin {
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body.body-login {
        padding-top: 0;
        padding-bottom: 0;
    }

    div.card-wrapper {
        margin-bottom: 0 !important;
        padding: 0;
        border-bottom: 1px solid #e4e2e2;
    }

    .container-fluid {
        padding: 0 !important;
    }

    .container-mobile {
        padding: 0 25px !important;
    }

    div.title-section {
        margin-bottom: 0 !important;
    }
}

.btn {
    padding-bottom: 0.2rem;
}

.login-logo {
	height: 75px;
}

.navbar-brand img {
	height: 55px;
}