html {
    height: 100%;
}

* {
    font-size: 16px;
    color: #404040;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

body {
    background: url(./../images/background-login.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif !important;
}

.panel-body {
    background: #ffffffe8 !important;
    border: unset !important;
    border-radius: 5px !important;
}

.image-logo {
    width: 180px;
    height: 199px;
    margin-bottom: 20px;
}

.header-login {
    text-align: center;
}

.header-login p {
    font-size: 20px;
}

.btn-primary {
    background-color: #FFDD22 !important;
    border: 1px solid #FFDD22 !important;
    color: #404040 !important;
}

.btn-login {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
}