﻿.class-freesgnup {
  position: relative;
  margin-bottom: 60px;
  height: 100%;
  display:block !important;
}

  .class-freesgnup .class-closesec {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
  }

.lm-freecamp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background: linear-gradient(103deg, #408EF0 12.35%, #2C7CE0 90.99%);
  padding: 10px 0;
  text-align: center;
  border-radius: 0 0 25px 25px;
  border: none;
}

  .lm-freecamp p {
    margin: 0;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
