@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --fonte: black;

}

body {
    background-image: url(img/shareconect.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    font-family: Arial, Helvetica, sans-serif;
    height: 100vh;
    width: 100%;
    max-width: 100%;
}

.logo img{
    height: 70px;

}

.header {
    padding: 1.25rem 6.25rem;
    position: relative;
    z-index: 10;
}

.login-body {
    padding: 3.75rem;
    z-index: 90;
    position: relative;
    max-width: 450px;
    height: 550px;
    margin-left: 50%;
    background-color: rgba(0, 0, 0, 0.393);
    border-radius: 0.625rem;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.login-body h2 {
    font-size: 2rem;
    color: white;
    font-weight: bold;
    margin-bottom: 1.25rem;
    text-align: center;
}
.login-body input {
    height: 50px;
    width: 100%;
    color: black;
    background-color: white;
    border-radius: 0.313rem;
    padding-left: 0.938rem;
    box-sizing: border-box;
    outline: none;
    border: none;
}

.login-body input:hover {
    background-color: lightgray;
}

.input-box {
    margin-bottom: 1.563rem;
}

.login-sharelink img {
    height: 40px;
}

.login-body button {
    height: 50px;
    width: 100%;
    color: white;
    background-color: #e50914;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.625rem;
    cursor: pointer;
}

.login-body button:hover {
    background-color: #ff2b32;
}

.support {
    display: flex;
    color: white;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 5px;
}

.support input {
    width: 0.75rem;
    height: 15px;
}

.remember {
    display: flex;
    align-items: center;
}

.remember span {
    margin-right: 0.313rem;
    height: 25px;
}

.help a {
    text-decoration: none;
    color: lightgray;
}

.help a:hover {
    text-decoration: underline;
}

.login-sharelink {
    display: flex;
    align-items: center;
    width: 100%;
    color: white;

}

.login-sharelink span {
    margin-right: 0.313rem;
    font-size: 0.813rem;
}

.login-sharelink span a {
    text-decoration: none;
    color: white;
}

.login-sharelink span a:hover {
    text-decoration: underline;
}


.caia-fora {
    color: lightgray;
    font-size: 1rem;
}

.caia-fora a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
}

.caia-fora a:hover {
    text-decoration: underline;
}

.terms {
    color: lightgray;
    font-size: 0.813rem;
}

.terms a {
    text-decoration: none;
    color: white;
}

.terms a:hover {
    text-decoration: underline;
}
