@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
  font-family: "Nunito", sans-serif;
}
.fxt-template-layout8:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.fxt-template-layout8 .fxt-btn-fill {
  color: rgb(255, 255, 255);
  background-color: #063a82;
}
.fxt-template-layout8 .fxt-content {
  background-color: #25282b42;
  padding: 20px;
}
img {
  max-width: 50px;
  height: auto;
}
.fxt-template-layout8 .fxt-form .form-control {
  border: 1px solid #3060b0;
}
.fxt-template-layout8 .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #0749a2;
  border-color: #0749a2;
}
.fxt-template-layout8 .fxt-btn-fill:hover {
  background-color: #000000;
  border-color: #000000;
}
.fxt-template-layout8 .checkbox label {
  color: #ffffff;
}
.fxt-template-layout8 .checkbox label:before {
  border-color: #fff;
}
.fxt-template-layout8 .fxt-header {
    text-align: center;
    margin-bottom: 0px; 
}

.fxt-header a span{
  color: #fff !important; 
  font-size: 25px;
  font-weight: 600;
}


@media only screen and (max-width: 367px){
 .fxt-header img {
    max-width: 40px;
    height: auto;
}
.fxt-header a{
  color: #fff !important; 
  font-size: 20px;
  font-weight: 600;
}
}
@media only screen and (max-width: 330px){
 .fxt-header img {
    max-width: 35px;
    height: auto;
}
.fxt-header a{
  color: #fff !important; 
  font-size: 17px;
  font-weight: 600;
}
}