/*Global*/
:root {
    /* Color */
    --color-white: #ffffff;
    --color-black: #000000;
    --color-light-white: #eeeeee;
    --color-dark-white: #bdbdbd;
    --color-red: #d6293e;
    --color-gray: #333333;
    /* Font size */
    --font-large: 48px;
    --font-medium: 28px;
    --font-regular: 18px;
    --font-small: 16px;
    --font-micro: 14px;
    /* Font weight */
    --weight-bold: 700;
    --weight-semi-bold: 600;
    --weight-regular: 400;
    /* Size */
    --size-border-radius: 4px;
}

body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
}

.main-bg {
    background: var(--color-black) !important;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

#google--sso--btn {
    background-image: url(/images/btn_google_signin_dark_pressed_web.png);
    width: 191px;
    height: 46px;
    border: none !important;
    margin-left: 25%;
    text-align: center;
    /* background-size: cover;
    background-size: 100% 100%;
    height: 70px;*/
}

input.form-control:focus {
    background-color: var(--color-white);
    box-shadow: none;
    color: var(--color-black);
    border: 1px solid #0d6efd !important;
}

.form-control {
    height: 3rem;
    background-color: #fff;
    border: 1px solid #96a0aa !important;
    font-size: 1rem;
    border-radius: .10rem;
}

.btn-font-size {
    font-size: var(--font-regular);
}

.forgot-pwd-btn {
    height: 3rem;
}

.forgot-pwd-btn:hover {
    color: var(--color-white) !important;
    background-color: #313131 !important;
    border: 1px solid #000 !important;
}

button:hover {
    color: var(--color-black) !important;
    background-color: #eff0f0 !important;
    border: 1px solid #000 !important;
}
