.login-card-body {padding: 0;background: #101c2a;}

p.login-box-msg {
    display: none;
}

.login-page {
    min-height: 100vh !important;
    height: 100% !important;
    background: #111c29;
    max-width: 100% !important;
}

.login-box {
    width: 100%;
    max-width: 444px;
    padding: 20px;
}

.login-form .form-control.control {
    height: 56px;
    background: transparent;
    color: #fff;
    border: 1px solid #c67d3a;
}

.login-form .input-group-append {
    display: none;
}

.formBtn .btn {
    height: 40px;
    background: #c67d3c;
    border: 1px solid #c67d3c;
}

.login-form label {
    color: #fff;
}
.logoBx img {
    width: 70%;
    height: auto;
    max-width: 100% !important;
    margin-bottom: 0px;
}
.logoBx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form .icheck-primary>input:first-child:checked+label::before {
    background-color: #c67d3a;
    border-color: #c67d39;
}

.login-form .btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #eb9244;
    border-color: #eb9244;
}

.login-box .card{
    margin-bottom: 0;
    box-shadow: none !important;
}

.passwrpd {
    z-index: 1 !important;
    font-weight: 500 !important;
}

.passwrpd {
    z-index: 1 !important;
    font-weight: 500 !important;
    position: absolute;
    top: -10px;
    padding: 3px 10px;
    background: #c67d3c;
    border-radius: 20px;
    font-size: 12px;
    left: 10px;
}
.form-input.form-group {
    position: relative;
}

.panelName {
    display: block;
    text-align: center;
    font-size: 1.5rem;    
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 35px;
    margin-top: -40px;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0%, 100% {color: #c57e3b;}
    50% {color: #fff;}
  }