@charset "UTF-8";
@font-face {
    font-family: 'Roboto Light';
    src: url('../FONTES/Roboto/Roboto-Light.ttf') format('truetype');
    font-family: 'Roboto Bold';
    src: url('../FONTES/Roboto/Roboto-Bold.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html,
body {
    background: linear-gradient(244.73deg, #C4C4C4 0%, rgba(28, 192, 225, 0.994792) 0.01%, rgba(28, 191, 223, 0.994848) 0.02%, #236077 99.63%, #456285 99.64%);
    margin: 0;
    height: 100%;
}

.conteudo_login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.boxes_login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    flex-direction: row;
}

.Infor {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    min-width: 500px;
    height: 500px;
    background: #233240;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.Login {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    width: 50%;
    min-width: 500px;
    height: 500px;
    background: #F2F2F2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.LogoEscura {
    margin-top: 10px;
    height: 25%;
    width: 90%;
    display: flex;
    justify-content: center;
}

.LogoEscura img {
    height: 128px;
    width: 364px;
}

.TextoInfo {
    padding: 10%;
    height: 40%;
    width: 100%;
    color: #ACACAC;
    font-family: 'Roboto Light', Arial, sans-serif;
    font-size: 25px;
    line-height: 28px;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.DownloadCloud {
    margin-bottom: 10px;
    padding: 5%;
    height: 25%;
    width: 95%;
    text-align: center;
}

.Login input {
    border-bottom: 2px solid #1CC0E1;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 300px;
    background: none;
    font-family: 'Roboto Light', Arial, sans-serif;
    font-size: 17px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 5px;
}

.Login button {
    width: 150px;
    height: 40px;
    background: #1EC6D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Roboto Bold', Arial, sans-serif;
    font-size: 17px;
}

@media screen and (min-width: 668px) and (max-width: 1280px) {
    .boxes_login {
        height: 60%;
        width: 80%;
        flex-direction: row;
    }
    .Infor {
        width: 90%;
        min-width: 310px;
    }
    .Login {
        width: 90%;
        min-width: 310px;
    }
    .LogoEscura img {
        height: 128px;
        width: 128px;
    }
    .TextoInfo {
        font-size: 22px;
        padding: 5%;
        width: 80%;
    }
    .DownloadCloud {
        padding: 0%;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .Login {
        width: 90%;
        padding: 40px;
    }
    .Login input {
        width: 230px;
    }
}

@media screen and (max-width: 667px) {
    .boxes_login {
        height: 60%;
        width: 100%;
        flex-direction: column;
    }
    .Infor {
        width: 90%;
    }
    .Login {
        width: 90%;
    }
    .LogoEscura img {
        height: 74px;
        width: 74px;
    }
    .TextoInfo {
        font-size: 19px;
        padding: 10px;
        width: 80%;
    }
    .DownloadCloud {
        padding: 0%;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .Login {
        width: 90%;
        padding: 40px;
    }
    .Login input {
        width: 230px;
    }
}