body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing:  unset !important;
}

:focus, :visited {
    outline:0
}

h1 {
    font-size: 45px !important;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.2;
    color: #191919;
}

h2 {
    font-size: 30px !important;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px !important;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000;
    font-weight: 300;
}

p b, p strong {
    color: #000;
}

p a {
    text-decoration: underline;
}

p a:hover {
   color: #fec802;
}

body {
    background-color: #f3f3f3;
    position: relative;
    height: 100vh;
    width: 100%;
    background: url('/assets/img/login_bg.jpg');
    background-size: cover;
}
a {
    color: #fec802;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
}


h1 {
    width: 100%;
    font-size: 28px;
    margin-bottom: 20px !important;
}

h2 {
    width: 100%;
    font-size: 23px;
    margin-bottom: 20px !important;
}

h3 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px !important;
}

.box-logout {
    position: absolute;
    width: 260px;
    height: 220px;
    padding: 20px;
    top: calc(50% - 110px);
    left: calc(50% - 150px);
    background: #fff;
    text-align: center;
}

.box-logout p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-logout a {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: #ffe78e;
    color: #191919 !important;
    text-align: center;
    font-weight: 300 !important;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.box-logout a:hover {
    background: #191919;
    color: #fff !important;
    text-decoration: none;
}

.form-login {
    width: 260px;
    height: auto;
    display: table;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 30px;
}

.form-login img {
    max-width: 90%;
    display: block;
    margin-bottom: 20px;
}

.form-group {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

.form-group .form-control {
    border: 1px solid #191919;
    padding: 10px !important;
    box-shadow: none;
    border-radius: 0 !important;
    height: auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    user-select: none;
    margin-left: 0;
    width: calc(100% - 20px);
    background: #fff;
    font-size: 14px;
    font-weight: 300;
}

.form-submit .btn-primary {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: #ffe78e;
    color: #191919;
    text-align: center;
    font-weight: 700 !important;
    width: 100%;
    display: table;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.form-submit .btn-primary:hover {
    background: #191919;
    color: #fff;
}

.form-login .error {
    width: calc(100% - 20px);
    border-color: #ff6140;
    background-color: #ffb09f;
    padding: 10px;
    margin-bottom: 20px;
}

.form-login .error p {
    text-align: center;
    color: #191919;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-login .error p:last-child {
    margin-bottom: 0px;
}