﻿html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: linear-gradient(to bottom right, rgba(204, 220, 233, 1), rgba(255, 255, 255, 0.8)), url(../img/login_background.jpg);
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}

/* Announcement */
#announcement {
    background: #dc3545;
    color: #ffffff;
    font-weight: 500;
    padding: 4px 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
/* End of Announcement */

.logo-panel {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 3.5rem;
    left: 2.5rem;
}

.logo {
    height: 70px;
}

.wbis-logo {
    height: 40px;
    margin-left: 1rem;
}

.auth-title {
    color: #0d6efd;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    /*    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
}

footer .environment {
    color: #ff0000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
}

.app-title-version {
    color: #777777;
    font-size: 11px;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
}

.btn, .form-control {
    border-radius: 0.45rem;
}

.form-control {
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/*.is-valid, .is-invalid {
    transition: background-position 0.25s ease-out;
}

.invalid-feedback {
    animation: fadeInAnimation ease-in-out 0.1s, slideDownAnimation ease-in-out 0.1s, expandDownAnimation ease-in-out 0.1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
*/


