@import "fontawesome-pro/css/all.min-sKUqIzk.css";
@import "vendor/bootstrap.min-LGMA4jJ.css";
@import "vendor/animate.min-QZ5-rDR.css";

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    position: relative;
    height: 100vh;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.42857143;
}

#login-page,
#registration-page {
    width:100% !important;
    height:100vh !important;
    background: url('/img/background.jpg') no-repeat center/cover;
    display:flex;
}

#login-box {
    width: 350px;
}

.form-control {
    font-size: 1em;
    padding: 5px;
    margin: auto;
}
.form-control-feedback {
    position: relative;
    color: #6c757d;
    margin-top: -17px;
    margin-right: 10px;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
}

#login-submit,
#reset-submit,
#retourCheck {
    font-size: 1em;
}

.swal-font {
    font-size: 1.5rem !important;
}