* {
    font-family: 'Poppins';
}

h2{
    color: #F8F9FA;
}

body{
    display: flex;
    flex-direction: column;
    background-color: #14074f;
    position: relative;
    text-align: center;
    position: absolute;
    width:100%;
}


.header{
    align-items: left;
    justify-content: left;
    text-align: left;
    margin-top: 1em;
}

.card-login{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 5em;
    padding: 5em;
}

#login, #password{
    border-radius: 1em;
    border: none;
    width: 20em;
    height: 3em;
    color: #fff;
}

#login{
    background-color: rgba(212, 212, 216, 0.20);
    background-image: url('../../img/circle-user-round.svg');
    background-position: 10px 7px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}

#password{
    background-color: rgba(212, 212, 216, 0.20);
    background-image: url('../../img/lock-keyhole.svg');
    background-position: 10px 7px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}

#password ::placeholder, #login ::placeholder{
    color: #fff;
    opacity: 1;
}

#btn_login{
    border: none;
    border-radius: 1em;
    height: 3em;
    width: 20em;
}

label.error {
    color: red;
    font-size: 14px;
}

input.error, textarea.error, select.error {
    border: 2px dashed orangered !important;
}

.input-group {
    height: 60px;
}

.form-content .btn {
    margin: 0px !important;
}

.form-check {
    padding: 0 !important;
}

.form-content input[type="checkbox"]:checked + label:after, .form-content input[type="checkbox"]:not(:checked) + label:after {
    font-family: "Font Awesome 5 Pro" !important;
}