@charset "UTF-8";

@media screen and (min-width: 768px) {
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: linear-gradient(to bottom, #17033f, #5929b9);
    background-attachment: fixed;
    margin: 0px;
}

div h1 {
    margin-bottom: 5px;
}

.form-login p {
    font-size: 18px;
    margin-bottom: 20px;
}

.imagem-login {
    margin-bottom: 20px;
}

.imagem-login img {
    float: left;
    border-radius: 25px 0px 0px 25px;
    height: 399px;
}

.redes {
    margin-bottom: 6px;
}

section {
    width: 768px;
    height: 399px;
    margin-top: 200px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.527);
    transition: 0.4s ease-out;
}

form {
    margin-top: -16px;
}
}

@media screen and (min-width: 1025px) {
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: linear-gradient(to bottom, #17033f, #5929b9);
    background-attachment: fixed;
    margin: 0px;
}

.form-login p {
    font-size: 18px;
    padding-right: 510px;
}

.imagem-login {
    margin-bottom: 20px;
}

.imagem-login img {
    width: 50%;
    float: right;
    border-radius: 0px 25px 25px 0px;
    height: 399px;
}

form {
    margin-top: 18px;
}

.redes {
    margin-bottom: 7px;
}

section {
    width: 1010px;
    height: 399px;
    margin-top: 200px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.527);
    transition: 0.4s ease-out;
}
}