.error-text
{
    color: red !important;
}
.red-error{
    border: 2px solid #f30000 !important;
}
#html-error
{
text-align: right;
} 
.search-alert {
 bottom: 80px !important;   
}
.btn
{
outline: none !important;
box-shadow: none !important;
}

.main-login-page
{
 height: 78%;   
}

.cpatch_para
{
    display: flex;
    /* margin-top: 2rem; */
}
.cpatch_para button
{
    margin-left: 5px;
    border: 1px solid #d5d5d8;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
}
.cpatch_para button .fa-refresh
{
    font-size: 30px;
}

#animation-div{
    background-image: url('../loader/Animation1739520731363.gif');
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000042;
    display: none;
    z-index: 1000;
}

.logbtn
{
   background-color: #ff541f;
   color: #000 !important;
}

.tymlnBtnActive
{
    border: 4px solid #ff541f !important;
}
.pend
{
    background-color: #0477ca;
    color: #ffffff;
    border-radius: 25px;
    padding: 2px 12px;  
}

.form-group1 {
  display: block;
  margin-bottom: 15px;
}

body[data-theme='dark'] .btn:hover {
    color: #fff !important;
}


body[data-theme='light'] .btn:hover {
    color: #000 !important;
}


.btn:hover{
 color: #eee !important;
}


.form-group1 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group1 label {
  position: relative;
  cursor: pointer;
}

.form-group1 label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ff541f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group1 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 12px;
  border: solid #ff541f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media only screen and (max-width: 600px) {
  .main-login-page {
    height: 100%; 
  }
  #html-error
{
 text-align: left;
} 
}
