/*

Main Color: #B60000
Hover Main Color: #8D0101

*/

body{
    background: #f9f9f9;
}

#main-wrapper{
    background: #f9f9f9;
}

.log-cls{
    margin-top:0px !important;
}


.btn-primary{
    background:#B60000;
    border:1px solid #B60000;
}

.btn-primary:hover, .btn-primary:active{
    background:#8D0101;
    border:1px solid #8D0101;
}


.auth-form a, .auth-form a.active {
    color:#B60000 !important;
}

.auth-form a:focus, .auth-form a:hover{
    color:#8D0101 !important;
}

.text-primary{
    color:#B60000 !important;
}

.privacy-link a{
    color:#000 !important;
}

.privacy-link a:hover{
    color:#8D0101 !important;
}

.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: #B60000 !important;
    border-color: #8D0101 !important;
    box-shadow: none !important;
}


.form-control {
    border-bottom:2px solid #c8c6c6;
}

.form-control.active, .form-control:active, .form-control:focus, .form-control:hover {
    border-color:#8D0101 !important;
}

.card-title{
font-weight: bold;
    font-size: 18px;
    color: #000;
    text-align: left !important;
    margin: -10px 0 15px 0 !important;

}

.form-check-input:checked {
    background-color: #8D0101;
    border-color: #8D0101;
}

.form-check-input:focus {
    border-color: #B60000;
    box-shadow: 0 0 0 0 #8D0101;
    outline: 0;
}


.auth-form .form-select.active, .form-select:active, .form-select:focus{
 border-color:#B60000;
}

.mini-logo img{
    width: 100% !important;
    max-width: 370px;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    background-color: #B60000 !important;
    border-color: #B60000 !important;
    color: #fff;
}

.btn-outline-primary:hover {
    background-color: #B60000 !important;
    border-color: #B60000 !important;
    color: #fff;
}

.btn-outline-primary{
    border-color: #B60000 !important;
}

.auth-form .text-danger {
    border: 1px solid #ff5630;
    padding: 5px 5px;
    line-height: 20px;
  animation: borderAnimation 2s infinite;
}

.auth-form{
    margin-bottom:10px !important;
}

 @keyframes borderAnimation {
  0% {
    border-color: #ff5630;
  }

  100% {
    border-color: #000000;
  }

}

.new-account p{
    margin-bottom:0 !important;
}

.new-account p button{
 color: #B60000;
 background:transparent;
 padding:0;
}

.new-account p button:hover, .new-account p button:active{
Color: #8D0101;
background:transparent;
}




.sidebar {
    background: #000 !important;
    border-radius: 5px !important;
  /*  height: calc(100% - 40px) !important;
    width: 100px !important; */
}

.menu ul li a {
    font-size: 16px;
    color:#dfdfdf;
}

.welcome-profile{
    background:#000 !important;
}

.header .header-content{
    border-bottom: 1px solid #c0b9b9;
    padding-bottom: 20px;
    background:#f9f9f9;
}

.header{
    padding-bottom:0px;
    background:#f9f9f9;
}

.welcome-profile .bg-danger{
    background: #B60000 !important;
    color: #FFF !important;
    opacity: 1!important;
}


.warning-rd .alert-warning{
    border: 1px solid #b60000;
    background: #ffeded;
    font-weight: bold;
}

.not-verified .icofont-close-line,
.verified .icofont-check-alt{
    font-weight: 600 !important;
    font-size: 18px;
}

