.page-header {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
}

.card {
    top: -20px;
    background: #474747;
    border-radius: 20px;
    -webkit-box-shadow: 6px 6px 17px 0px #000000; 
    box-shadow: 6px 6px 17px 0px #000000;
}

.card-header {
    background: #7a7a7a;
    width: 300px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    color: #fde046;
    -webkit-box-shadow: 6px 6px 17px 0px #000000; 
    box-shadow: 6px 6px 17px 0px #000000;
    border-radius: 5px !important;
}

.input-group {
    margin-bottom: 15px;
}

.input-group-prepend .input-group-text i {
    display: none;
}

.input-group-prepend .input-group-text {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 40px;
    background-color: #474747;
    width: 45px;
    height: 45px;
    border: none;
}

.input-group-prepend .input-group-text.email {
    background-image: url('/public/assets?path=templates/sir/img/login/mail.png');
}

.input-group-prepend .input-group-text.password {
    background-image: url('/public/assets?path=templates/sir/img/login/padlock.png');
}

.input-group input {
    border: none;
    background: #474747;
    border-bottom: 2px solid #fde046;
    color: #fde046;
}

.btn-primary {
    color: #474747;
    background-color: #fde046;
    border-color: #957f09;
} 

.btn-primary:hover, 
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
    color: #474747;
    background-color: #958220;
    border-color: #2f2907;
}