body {
    background-color: #F5F5F5;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    font-family: "League Spartan", sans-serif;
}

.container_bem_vindo {
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 5%;
    width: 45%;
    height: 75%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}


.btn_suporte {
    margin-top: auto;
    margin-bottom: auto;
}

.container_login {
    position: absolute;
    right: 5%;
    width: 40%;
    height: 70%;
    background-color: #424769;
    box-shadow: 0px 4px 70px 0px #00000099;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

h1 {
    margin-top: 100px;
    text-align: center;
    font-size: 60px;
    margin-bottom: 0px;
    color: #F9B17A;
}

h2 {
    color: #424769;
    text-align: center;
    font-size: 80px;
    margin-bottom: 0px;
}

img {
    width: 800px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input {
    padding: 5px 0;
    margin-left: 10px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: large;
    color: #AAB0D6;
}

input:focus {
    outline: none;
}

.container_input {
    border-bottom: 1px solid;
    margin-top: 20px;
    padding-left: 15px;
}

.icone_usuario, .icone_senha {
    width: 20px;
    height: 20px;
    fill: #AAB0D6;
}

.btn_entrar {
    background: linear-gradient(90deg, #F9B17A 0%, #8085A8 100%);
    border: none;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 28px;
    cursor: pointer;
    border-radius: 40px;
    width: 250px;
    text-align: center;
}

.btn_entrar {
    margin-top: 70px;
}

.btn_esqueci_senha {
    background-color: rgba(170, 176, 214, 0);
    text-align: center;
    text-decoration: none;
    color: #AAB0D6; 
    cursor: pointer;
    height: 60px;
    width: 300px;
    border: 0px solid #AAB0D6; 
    margin-top: 20px;
}
.btn_esqueci_senha:hover {
    opacity: 0.9;
}
button:hover {
    opacity: 0.9;
}
.faixa {
    width: 100%;
    height: 60px;
    background-color: #8085A8;
    border-radius: 0 0 10px 10px;
}
