header
{
    background-color: #191e2d;
    padding: 20px 0px;
}



header .logo
{
    float: left;
}

header .header-buttons
{
    margin-top: 30px;
}


.div-body
{
    background-image: url(bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
}

.div-body .div-layer
{
    background-color: rgba(255,255,255,0.86);
    padding: 100px 0px;
}

h1
{
    text-align: left;
    color:#2b388f;
    line-height: 60px;
    font-weight: bold;
}


h1 span
{
    color:#24b24b;
}




h2
{
    text-align: right;
    color:#2b388f;
    line-height: 40px;
   
    font-size: 20px;
}


h2 span
{
    color:#24b24b;
}


.seperator
{
    background-color:#2b388f;
    height: 1px;
    margin: 30px 0px;
    width: 84%;
}




h3
{
    text-align: left;
    color:#2b388f;
    line-height: 60px;
    font-weight: bold;
}






input
{
    width:100%;
    padding: 10px 12px;

    margin-bottom: 10px;
    border: 1px solid #2b388f;

    border-radius: 5px;
}




 .dropdown 
{
    width: 100%;
  
 
}


  .dropdown  button
{
    padding: 13px 15px;
    border: 1px solid #2b388f;
}



   .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important;
}


   .dropdown-item {
    white-space: pre-line !important;
}


   .dropdown-item.active,     .dropdown-item:active
{
    background-color: #2b388f;
}





 .btn-light:not(:disabled):not(.disabled).active:focus,
 .btn-light:not(:disabled):not(.disabled):active:focus,
 .show>.btn-light.dropdown-toggle:focus
{
   box-shadow: none;
}


 .bootstrap-select .dropdown-toggle:focus
{
   outline: none !important;
        outline-offset: 0px  ;

}

 .btn-light:focus
{
   box-shadow: none;
}

 .btn-light
{
   background-color: #fff;
   border-color: #fff;

}

 input.form-control
{
   border: 1px solid #ced4da;
}

 .form-control:focus
{
   box-shadow: none;
}


 .captcha-box {
   position: relative;
}


 .captcha-box img
{
   position: absolute;
   top: 1px;
  right:1px;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
  
}




 .check-container
{
   font-size: 14px;
   color:#2b388f;
   text-align: justify;
   border: 2px solid transparent;
}

 .check-container a
{
   color:#24b24b;
}

  .check-container .checkmark
{
   background: transparent;
   border: 1px solid rgba(255,255,255,0.7);
   border-radius: 3px;
   top: -2px;
}


  .check-container input:checked ~ .checkmark {
   background-color: #2b388f;
   border-color:#2b388f;
}

 .check-container .checkmark:after
{
   left: 9px;
   top: 5px;
}


  input[type='button']
{
   color:#ffffff;
   font-size: 26px;
   border: 1px solid #ffffff;
   display: block;
   margin: 0 auto;
   width: 350px;
   padding: 30px 0px;
   border-radius: 3px;
   text-decoration: none;
   margin-top: 40px;
   font-weight: bold;
   background-color: transparent;

}


  input[type='button']:hover{
   background-color: #2b388f;
   border-color:#2b388f;
}


  .required {
   border: 2px solid #e3342f!important;
}


form a.register-button
{
    background-color: #2b388f;
    color:#ffffff;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 20px 0px;
    font-size: 36px;
    text-decoration: none;
}

form a.register-button:hover
{
    background-color: #24b24b;
}


 .bootstrap-select .dropdown-toggle .filter-option-inner-inner
{
    color: #000000;
}


 .dropdown-item
{
    font-size: 15px;
    max-width: none;
    padding: .25rem 1.5rem;
    
}


  .dropdown .dropdown-toggle::after
{
  
    border-top: .3em solid #000000 !important;
}



.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px;
}

.dropdown button {
    padding: 10px 15px;
    border: 1px solid #2b388f;
}







  .countdown
{
    float: left;
}

  .countdown ul
{
    display: block;
    padding: 0px;
    list-style: none;
    float: left;
}

  .countdown ul li
{
    float: left;
    margin-right: 7px;
    color:#ee4036;
    font-size: 36px;
    position: relative

}

  .countdown ul li::after
{
    content: ":";
    margin-left: 7px;
    font-size: 30px;
}

  .countdown ul li:last-child::after
{
display: none;
}


  .countdown ul li div
{
    position: absolute;
    font-size: 12px;
   left:9px;
   bottom: -5px;
}
  .countdown ul li:nth-child(2) div
{
    left:3px;
}


  .countdown ul li:nth-child(3) div
{
    left:0px;
}

  .countdown ul li:last-child div
{
    left:0px;
}


header .header-social-media
{
top:325px !important;
}
.check-container .checkmark
{
    border: 1px solid #2b388f;
}

@media (max-width: 992px) {


    .countdown
    {
        float: none;
        margin: 0 auto;
        display: inline-block;
    }

  header .header-social-media
    {
    top:5px !important;
    }
    


    header .logo
    {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .div-body .div-layer
    {
        padding: 20px 0px;
    }


    h1
    {
        text-align: center;
        font-size: 25px;
        line-height: normal;
    }

    h2
    {
        text-align: center;
        font-size: 20px;
        line-height: normal;
    }

    .seperator
    {
        width: 100%;
        margin: 10px 0px;
    }

    h3
    {
        text-align: center;
        font-size: 20px;
        line-height: normal;
    }

}