@import url("https://fonts.googleapis.com/css2?family=ABeeZee&family=Amiko&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

body{
    margin: 0px;
    background-color: #141414;
}

/* Começo login */

#backgroundCadastro {
    background-color: #141414;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cadastro {
    display: flex;
    justify-content: center;
    height: 80vh;
    position: relative;
}

#cadastro #container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #191919;
    height: 90vh;
    width: 35vw;
    border-bottom-left-radius: 2vh;
    border-top-left-radius: 2vh;
    border-top: #1D1C1C solid 3px;
    border-bottom: #1D1C1C solid 3px;
    border-left: #1D1C1C solid 3px;
    box-sizing: border-box;
}

#cadastro #astronautaImg {
    object-fit: cover;
    height: 90vh;
    width: 35vw;
    border-top-right-radius: 2vh;
    border-bottom-right-radius: 2vh;
}

#cadastro #imagemLogo {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 3vh;
    margin-bottom: 7vh;
}

#cadastro #logo {
    margin-left: 1.5vw;
    background-size: cover;
    height: 8vh;
}

#cadastro h1 {
    color: #FFFFFF;
    margin: 0;
    font-size: 4vh;
    font-family: 'Amiko', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#cadastro #textUnderline {
    background-color: #A32DA3;
    width: 65px;
    height: 5px;
    border-radius: 20px;
    margin-top: 0;
}

#cadastro input {
    border-bottom: #141414 solid 2px;
    width: 20vw;
    height: 5vh;
    background-color: #1D1C1C;
    color: #FFFFFF;
    border-top: #1D1C1C;
    border-left: #1D1C1C;
    border-right: #1D1C1C;
    margin-top: 1.5vh;
    outline: none;
    transition: 0.3s;
    padding-left: 1vh;
}

#cadastro input:focus{
    border-bottom: #6248AE solid 2px;
}

#cadastro .inputs p {
    margin: 0;
    color: #FFFFFF;
    margin-bottom: 0.1vh;
    margin-top: 5.5vh;
    font-size: 2.5vh;
    font-family: AbeeZee;
}

#cadastro button {
    background-color: #6248AE;
    color: #FFFFFF;
    border-radius: 5px;
    height: 6vh;
    width: 35vh;
    margin-top: 5.5vh;
    border: none;
    transition: 0.3s;
}

#cadastro button:hover {
    cursor: pointer;
    background-color: #6f5bad;
}

#cadastro p {
    color: #FFFFFF;
    margin-top: 4.8vh;
    font-family: AbeeZee;
    font-size: 2.5vh;
    display: flex;
    align-items: center;
}

#cadastro a {
    color: #FFFFFF;
    text-decoration-color: #6248AE;
    font-family: AbeeZee;
    font-size: 2.5vh;
}

/* Fim do login */

@media (max-width: 1024px) {

    #backgroundCadastro {
        background-color: #141414;
        height: 90vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #cadastro {
        display: flex;
        justify-content: center;
        height: 80vh;
        position: relative;
    }
    
    #cadastro #container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: #191919;
        height: 90vh;
        width: 35vw;
        border-bottom-left-radius: 2vh;
        border-top-left-radius: 2vh;
        border-top: #1D1C1C solid 3px;
        border-bottom: #1D1C1C solid 3px;
        border-left: #1D1C1C solid 3px;
        box-sizing: border-box;
    }
    
    #cadastro #astronautaImg {
        object-fit: cover;
        height: 90vh;
        width: 35vw;
        border-top-right-radius: 2vh;
        border-bottom-right-radius: 2vh;
    }
    
    #cadastro #imagemLogo {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-top: 3vh;
        margin-bottom: 7vh;
    }
    
    #cadastro #logo {
        margin-left: 1.5vw;
        background-size: cover;
        height: 8vh;
    }
    
    #cadastro h1 {
        color: #FFFFFF;
        margin: 0;
        font-size: 4vh;
        font-family: 'Amiko', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    #cadastro #textUnderline {
        background-color: #A32DA3;
        width: 65px;
        height: 5px;
        border-radius: 20px;
        margin-top: 0;
    }
    
    #cadastro input {
        border-bottom: #141414 solid 2px;
        width: 20vw;
        height: 5vh;
        background-color: #1D1C1C;
        color: #FFFFFF;
        border-top: #1D1C1C;
        border-left: #1D1C1C;
        border-right: #1D1C1C;
        margin-top: 1.5vh;
        outline: none;
        transition: 0.3s;
        padding-left: 1vh;
    }
    
    
    #cadastro .inputs p {
        margin: 0;
        margin-bottom: 0.1vh;
        margin-top: 5.5vh;
        font-size: 2.5vh;
    }
    
    #cadastro button {
        height: 6vh;
        width: 35vh;
        margin-top: 5.5vh;
    }
    
    #cadastro p {
        margin-top: 4.8vh;
        font-size: 2.5vh;
    }
    
    #cadastro a {
        font-size: 2.5vh;
    }
}


/* TABLET */
@media (max-width: 1023px) and (min-width: 768px){

    #backgroundCadastro {
        width: 100%;
        background-color: #141414;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    #cadastro {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80%;
        width: 80%;
        position: relative;
    }
    
    #cadastro #container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: #191919;
        height: 100%;
        width: 50%;
        border-bottom-left-radius: 2vh;
        border-top-left-radius: 2vh;
        border-top: #1D1C1C solid 3px;
        border-bottom: #1D1C1C solid 3px;
        border-left: #1D1C1C solid 3px;
        box-sizing: border-box;
    }
    
    #cadastro #astronautaImg {
        object-fit: cover;
        height: 100%;
        width: 50%;
        border-top-right-radius: 2vh;
        border-bottom-right-radius: 2vh;
    }
    
    #cadastro #imagemLogo {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-top: 3vh;
        margin-bottom: 7vh;
    }
    
    #cadastro #logo {
        margin-left: 1.5vw;
        background-size: cover;
        height: 8vh;
    }
    
    #cadastro h1 {
        color: #FFFFFF;
        margin: 0;
        font-size: 3vh;
        font-family: 'Amiko', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    #cadastro #textUnderline {
        background-color: #A32DA3;
        width: 40px;
        height: 4px;
        border-radius: 20px;
        margin-top: 0;
    }
    
    #cadastro input {
        border-bottom: #141414 solid 2px;
        width: 25vw;
        height: 5vh;
        background-color: #1D1C1C;
        color: #FFFFFF;
        border-top: #1D1C1C;
        border-left: #1D1C1C;
        border-right: #1D1C1C;
        margin-top: 1.5vh;
        outline: none;
        transition: 0.3s;
        padding-left: 1vh;
    }
    
    
    #cadastro .inputs p {
        margin: 0;
        margin-bottom: 0.1vh;
        margin-top: 5.5vh;
        font-size: 2.5vh;
    }
    
    #cadastro button {
        height: 5vh;
        width: 30vh;
        margin-top: 5.5vh;
    }
    
    #cadastro p {
        margin-top: 4.8vh;
        font-size: 2.5vh;
    }
    
    #cadastro a {
        font-size: 2.5vh;
    }
}


/* celular */
@media  (max-width: 767px){

    #backgroundCadastro {
        width: 100%;
        background-color: #141414;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    #cadastro {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        height: 95%;
        width: 95%;
        position: relative;
    }
    
    #cadastro #container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: #191919;
        border-radius: 0 0 2vh 2vh;
        border: #1D1C1C solid 0.8vh;
        height: 80%;
        width: 90%;
        box-sizing: border-box;
    }
    
    #cadastro #astronautaImg {
        object-fit: cover;
        height: 20%;
        width: 90%;
        border-radius: 2vh 2vh 0 0;
    }
    
    #cadastro #imagemLogo {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }
    
    #cadastro #logo {
        margin-left: 1.5vw;
        background-size: cover;
        height: 5vh;
    }
    
    #cadastro h1 {
        color: #FFFFFF;
        margin: 0;
        font-size: 3vh;
        font-family: 'Amiko', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    #cadastro #textUnderline {
        background-color: #A32DA3;
        width: 40px;
        height: 4px;
        border-radius: 20px;
        margin-top: 0;
    }
    
    #cadastro input {
        border-bottom: #141414 solid 2px;
        width: 55vw;
        height: 5vh;
        background-color: #1D1C1C;
        color: #FFFFFF;
        border-top: #1D1C1C;
        border-left: #1D1C1C;
        border-right: #1D1C1C;
        margin-top: 1.5vh;
        outline: none;
        transition: 0.3s;
        padding-left: 1vh;
    }
    
    
    #cadastro .inputs p {
        margin: 0;
        margin-bottom: 0.1vh;
        margin-top: 5.5vh;
        font-size: 2.5vh;
    }
    
    #cadastro button {
        height: 5vh;
        width: 30vh;
        margin-top: 5.5vh;
    }
    
    #cadastro p {
        margin-top: 4.8vh;
        font-size: 2vh;
    }

    #cadastro .centralizar{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
    
    #cadastro a {
        font-size: 2vh;
    }
}
