*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #22222f!important;
}


.navbar-brand.logo img{
    width: 100px;
}
header {
    margin-top: 50px;
    color: white;
}

header a { 
    color: white;
}

.whatsapp-reg {
    width: 100%;
    text-align: center;
    margin: 25px 0px 0px 0px;

}

.main-ftr h1 {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0;
    color: orangered;
}

.main-ftr h1:before {
    right: .5em;
    margin-left: -50%;
}
.main-ftr h1:before, .main-ftr h1:after {
    background-color: orangered;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 42%;
}
.main-ftr h1:after {
    left: .5em;
    margin-right: -50%;
}


.alert {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
  }
  
  .alert__line {
    display: flex;
    padding: 10px 0;
    gap: calc( 20px / 2);
    background-color: #e84545;
  }
  
  .alert__message {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: calc( 20px / 2 - 2px);
    font-size: 16px;
    left: 0;
    line-height: 130%;
    white-space: nowrap;
    color: #f9f7f7;
  }
  
  .alert__image {
    width: 20px;
    height: 20px;
  }
  

  .form-headings{
    color: white;
    text-align: center;
  }

  .form-label{
    color: white;
  }
  .regestration-form{
    margin-bottom: 20px;
  }
  .form-text{
    color: white !important;
  }
  .form-control{
    color: white !important;
  }
  .form-check-label{
    color: white !important;
  }
  .btn-form{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .form-check-input:checked{
    border-color: white;
    background-color: white;
  }
  .btn-form .btn{
border-color: white;
background-color: #e84545 !important;
padding: 7px 39px; }
.error{
    color: red;
}