@import 'hcsys-building-css.css';

html,
body {
    background-color: #FFFFFF;
}

/*** Fonts */
@font-face {
    font-family: 'PiedraFont';
    src: url('/static/fonts/Piedra-Regular.ttf');
}

.piedra-font {
    font-family: 'PiedraFont';
    letter-spacing: 2px;
}

@font-face {
    font-family: 'CaveatBrush-Regular';
    src: url('/static/fonts/CaveatBrush-Regular.ttf');
}

.caveat-brush-reg-font {
    font-family: 'CaveatBrush-Regular';
    letter-spacing: 1px;
}

/*** In body */
.login-pic {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
    background: url('/static/images/login-pic.jpg') center;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

/*** login */
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

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

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

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}