@import url(https://fonts.googleapis.com/css2?family=Anton&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);
/* WORK SANS */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, footer, header, nav, section,
main, figure, figcaption {
  display: block;
}

.success-submit {
    display: none;
    padding: 0.7rem 0.2rem;
    margin-top: 7px;
    border-radius: 6px;
    background-color: rgba(43, 255, 0, 0.589);
    font-size: 15px;   
    text-align: left;
}

.failed-submit {
    display: none;
    padding: 0.7rem 0.2rem;
    margin-top: 7px;
    border-radius: 6px;
    background-color: rgba(255, 1, 1, 0.7);
    font-size: 15px;   
    text-align: left;
}


#form-section div #form {
    margin-top: 0rem;
}
body {
    font-family: Work sans, sans-serif;
    background-color: #090909;
    color: #FFFFFF;
    min-width: 100vw;
    min-height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-content: center;
    overflow-x: hidden;
}

#form-section {
    position: relative;
    min-width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #2e2e2e;
}

.img-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#form-section div {
    display: flex;
    flex-flow: column wrap;    
    width: 26rem;
}

#form-section div #form {
    display: flex;
    flex-flow: column wrap;
}

#form-section div #form fieldset {
    border: none;
    display: flex;
    flex-flow: column wrap;
}

#form-section div span {
    cursor: pointer;
    pointer-events: none;
    user-select: none;
    text-align: center;
}

.form-title {
    font-size: 1.5rem;
    padding-bottom: 1rem;
}
.form-subtitle {
    font-size: 0.8rem;
    color: #9a9a9a;
}

#form {
    padding-top: 2rem;
}

#form label {
    user-select: none;

    padding-bottom: 0.70rem;
    padding-top: 1.2rem;
}
#form input {
    background: #1c1c1c;
    width: 100%;
    padding: 0.65rem;
    border: 1px solid #4e4e4e;
    border-radius: 0.5rem;
    font-size: 1rem;
    color: #FFFFFF;
    caret-color: #FFFFFF;
}


#form input::placeholder {
    color: #7e7e7e;
}

#form input:focus {
    border: 1px solid #3a98e7;
}

#form .span-terms {
    color: #7e7e7e;
    font-size: 0.85rem;
}

#form a {
    color: #FFFFFF;
    text-decoration: underline #FFFFFF;
}

.terms-container {
    padding-bottom: 1.5rem;
}

.terms-wrapper {
    display: flex;
    flex-direction: row nowrap;
    height: 1.5rem;
    padding-bottom: 3rem;
}

.agree-terms {
    font-size: 0.85rem;
    padding-top: 1.2rem;
}

.agree-terms a {
    max-width: 135px;
}

.label-agree {
    display: flex;
    align-items: center;
    padding-right: 5px;
}


.label-agree .check-dot {
    height: 15px;
    width: 15px;
    background: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    margin-right: 5px;
    transition: background 0.3s ease;
} 

.label-agree input:checked + .check-dot {
    background-color: #3a98e7;
}

#checkAlert {
    color: rgb(240, 89, 89);
    font-size: 14px;
    display: none;
}

#form button {
    color: black;
    background-image: radial-gradient(circle, #ffffff 30%,  #adc0f0 100%);
    padding: 0.65rem;
    border-radius: 25px;
    cursor: pointer;
}

#form p {
    font-size: 0.85rem;
    color: #7e7e7e;
    text-align: center;
    padding-top: 1rem;
}

#form p a {
    font-size: 0.90rem;
    color: #FFFFFF;
    padding: 0;
}

.error-text {
    margin: 5px 0;
    text-align: left;
    font-size: 14px;
    color: rgb(240, 89, 89);
}

#aside {
    pointer-events: none;
    user-select: none;
    min-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.wrapper-span-aside {
    background-image: linear-gradient(75deg, #fff0, #7c7c7c20 50%, #fff0);
}
.span-aside {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(94deg, #ffffff4d, #ffffff 50%, #ffffff4d);
    background-clip: text;
    padding: 4px 10px 4px 10px;
    letter-spacing: -0.8px;
    font-size: 16px;
}

.img-div {
    z-index: -999;
    width: 100%;
}

.img-div #img-hand {
    width: 38rem;
}


.img-logo-aside {
    width: 8.3rem;
    z-index: 2;
    margin: 0 auto;
}

.text-aside {
    align-items: center;
    width: 100%;
    max-width: 645px;
    padding-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

#aside p {
    z-index: 3;
    text-align: left;
    letter-spacing: -2px;
    font-size: 3.45rem;
    line-height: 3.60rem;
    width: 100%;
}

.circle-text {
    top: 52%;
    left: 5%;
    filter: blur(90px);
    background-color: #778bff4d;
    border-radius: 100%;
    width: 26rem;
    height: 26rem;
    position: absolute;
    z-index: -1;
}

#efeito-text-aside {
    z-index: -1;
    width: 33.5rem;
    opacity: 0.8;
    left: 2.2%;
    top: 65%;
    position: absolute;
}

.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    pointer-events: auto;
    display: none;
    justify-content: center;
    align-items: center;
    transition: 200ms;
}

.loader {
    border: 10px solid #00000000;
    border-top: 10px solid #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 0.85s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cred-invalid {
    display: none;
    padding: 0.2rem;
    margin-top: 5px;
    border-radius: 6px;
    background-color: rgba(255, 1, 1, 0.7);
    
    font-size: 15px;
    text-align: left;
}

@media (max-width: 990px) {
    body {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #aside {
        display: none;
    }
    #form {
        width: 100%;
    }
}

@media (max-width: 420px) {
    #form-section div {
        display: flex;
        flex-flow: column wrap;    
        width: auto;
    }
    #form-section div .form-subtitle {
        max-width: 290px;
    }
    #form-section div #checkAlert {
        max-width: 290px;
    }
}
