body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background: linear-gradient(270deg, rgba(217,217,217,0.12) 0%, rgba(36,72,125,0.95) 100%),
                url("../img/imagemBackground.png") center/cover no-repeat;
    background-blend-mode: multiply;
    font-family: 'Inter', sans-serif;
}

.gradient {
    position: absolute;
    width: 30%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient img {
    position: relative;
    z-index: 2;
    max-width: 171px;
    height: auto;
}

.content {
    z-index: 2;
    text-align: center;
    margin-left: 10px;
    width: 100%;
}

.loginForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
}

.inputGroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    margin: 0 auto;
}

.inputGroup label {
    font-size: 17px;
    color: #FFFFFF;
}

.inputText {
    font-family: 'Inter', sans-serif;
    width: 100%;
    height: 18px;
    padding: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    background: linear-gradient(0deg, #838080 0%, #FFFFFF 100%);
    color: rgba(0, 0, 0, 0.71);
    font-size: 16px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0;
}

.inputText::placeholder {
    color: rgba(0, 0, 0, 0.71);
}

.link, .linkRegister {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
}

.link {
    margin-top: 4px;
    align-self: flex-end;
    font-size: 16px;
}
