@import "_custom.css";

body {
  color: #212121;
  overflow-x: hidden !important;
  width: 100vw;
  touch-action: pan-y;
}

img {
  max-width: 100%;
}

.text-dark{
    color: #212121;
}

.bg-dark-light {
  background-color: #212121;
}

.bg-gray-light{
    background-color: #F6F6F6;
    border-color: #F6F6F6;
}

.bg-white {
  background-color: #ffffff !important;
}

.btn-primary {
  background-color: #7fc6ba !important;
  border-color: #7fc6ba !important;
}

form input::placeholder{
    font-size: 15px;
}

#form{
    /* width: 450px; */
}

.row > :first-child{
    /* border-top-right-radius: 200px; */
}

#logoRegister{
  width: 150px;
}

h1{
    font-weight: 900 !important;
    font-size: 1.8rem;
    letter-spacing: -.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    line-height: 1.2;
}

h1 .number{
    color: #fbbf24;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(251, 191, 36, .3);
}

.medal-glow {
    filter: drop-shadow(0 0 20px rgba(255,215,0,.6)) drop-shadow(0 0 40px rgba(255,215,0,.3));
    animation: pulse-glow 3s ease-in-out infinite
}

form .btn.btn-primary{
    box-shadow: 0 4px 12px #85d7ce40;
}

form .btn.btn-primary:hover{
  background-color: #212121!important;
  box-shadow: 0 4px 12px #2e302f40!important;
  transition: .3s;
  border-color: #212121!important;
}

.premium-separator-line{
    height: 1px;
    flex: 1 1 0%;
    background: #E0E0E0;
}
@keyframes pulse-glow {
    0%,to {
        filter: drop-shadow(0 0 20px rgba(255,215,0,.6)) drop-shadow(0 0 40px rgba(255,215,0,.3))
    }

    50% {
        filter: drop-shadow(0 0 25px rgba(255,215,0,.8)) drop-shadow(0 0 50px rgba(255,215,0,.4))
    }
}

@media (max-width: 576px){
    .row > :first-child{
        border-top-right-radius: 0px;
    }
    #form{
        padding: 1.5rem!important;
        width: 100%;
    }
}

@media (max-width: 480px){
  .columnRightIlustration{
    display: none!important;
  }
  .column-left h1{
    font-size: 28px!important;
  }
  .columnLeftForm > div{
    width: 100%!important;
  }
}