.main-wrapper .page-wrapper.full-page {
    background: url(../images/bg_login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.main-wrapper .page-wrapper.full-page::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
.logo-wrapper {
    text-align: center;
}
.logo-wrapper .img-logo {
    width: 150px;
}

/* Login  Page */
.show-hide span {
    cursor: pointer;
    font-size: 13px;
}
.show-hide {
    position: absolute;
    top: 25px;
    right: 10px;
    transform: translateY(-50%);
}
.show-hide span {
    cursor: pointer;
    font-size: 13px;
    color: #818181;
}
.show-hide span.show:before {
    content: "\e86a";
    font-family: 'Feather';
}
.show-hide span:before {
    content: "\e86e";
    font-family: 'Feather';
}
.btn-login {
    color: #fff;
    background-color: #204b98;
    border-color: #204b98;
    padding:15px 30px;
}
.btn-login:hover {
    color: #fff;
    background-color: #fb3701;
    border-color: #fb3701;
    padding:15px 30px;
    transition: all 0.3s ease-in-out;
}

.panel .panel-body {
    padding: 20px;
    line-height: 25px;
}
.form-control {
    padding: 1.5rem 1rem;
    border-radius: 5px;
}
.input-group-prepend .input-group-text {
    border-color: #e8ebf1;
    padding: 0.5rem 1rem;
    color: #c9c8c8;
    border-radius: 5px;
}
.auth-page .card {
    border-radius: 1rem;
}