 body,html {
    background: 
    radial-gradient(circle at left top, #0066ff34, transparent 65%),
    radial-gradient(circle at right bottom, #0066ff34, transparent 65%),
    #0a0a0a;
    /* 0066ff26 */
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: left center, right center;
    margin: 0;
    overflow: hidden;
    color: white;
    font-family: 'Noto Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.Container {
    min-width: 400px;
    background-color: #181a1b;
    height: 600px;
    border-radius: 8px;
    padding:10px 30px 10px 30px;
    margin:30px auto 0px auto;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 100px;
}

.UsernameContainer {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    float: left;
    font-weight: 600;
    margin-bottom: 15px;
}

#userEmpty {
    color: red;
    position: absolute;
    top: 80%;
    font-weight: 100;
    display: none;
    font-size: 0.8rem;
    margin-left: 0;
}

#passwordEmpty {
    color: red;
    position: absolute;
    top: 80%;
    font-weight: 100;
    display: none;
    font-size: 0.8rem;
    margin-left: 0;
}

.PasswordContainer {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.Login{
    display: flex;
    flex-direction: column;
    min-width: 350px;
}

input {
    width: 97%;
    height: 30px;
    margin-top: 5px;
    background-color: #343a3b;
    border: solid 0px transparent;
    border-radius: 2px;
    padding-left: 10px;
    color: white;
    letter-spacing: 0.5px;
}

.MidiaContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    height: 30px;
    margin-top: 10px;
}

.ButtonsMidia {
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}

#Facebook {
    background-color: #0b57bb;
    border: solid 2px #09489b;
}
#Facebook:hover {
    background-color: #0d63d3;
    border: solid 2px #0b58bd;
}

#Google {
    background-color: #ffffffe7;
    border: solid 2px #bebebe;
}
#Google:hover {
    background-color: #ffffff;
    border: solid 2px #bebebe;
}

#Apple {
    background-color: #ffffffe7;
    border: solid 2px #bebebe;
}
#Apple:hover {
    background-color: #ffffff;
    border: solid 2px #bebebe;
}

#GitHub {
    background-color: rgba(8, 8, 8, 0.671);
    border: solid 2px rgba(0, 0, 0, 0.61);
}

#GitHub:hover {
    background-color: rgb(8, 8, 8);
    border: solid 2px rgb(0, 0, 0);
}

.ImagemMidia {
    width: 20px;
    height: 20px;
}

.CheckboxContainer {
    margin-top: 40px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.CheckboxContainer label {
    color: #ffffffd7;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}
.CheckboxContainer label:hover {
    color: #ffffff;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin:0;
    accent-color: #0066ffb6;
    cursor: pointer;
}

#submitButton {
    width: 100%;
    height: 40px;
    background-color: #0066ff8c;
    border: solid 2px #0066ff34;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 1rem;
    margin-top: 20px;
    cursor: pointer;
}

#submitButton:hover {
    background-color: #0066ff;
    border: solid 2px #0066ff;
}

.LinksContainer {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.8rem;
}

.CreateAccount a {
    color: #006effbd;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
}

.CreateAccount a:hover {
    color: #0066ff;
}

.HelpSignIn {
    color: #ffffffd7;
    font-weight: 600;
    margin-bottom: 10px;
}

.HelpSignIn:hover {
    color: #ffffff;
}

.ErrorMensager {
    height: 30px;
    padding: 10px 10px 0px 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    font-weight: 600;
    display: none;
    position: absolute;
    top: 12%;
}

.AdminContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 37%;
    left: 68%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.288);
    color: white;
    border-radius: 8px;
    line-height: 0;
    font-family: 'Noto Sans', sans-serif;
    padding: 10px;
    height: auto;
    padding-top: 0;
    height: 150px;
    border: solid 1px #006effbd;
}

.AdminContainer h1,p {
    margin: 15px;
}

@media screen and (max-width: 1024px) {
    .Container {
        min-width: 330px;
        height: 100vh;
        width: 100vh;
        margin:0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .AdminContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 1%;
        left: auto;
        right: auto;
        width: 200px;
        height: 30px;
        padding-top: 10px;
        font-size: 0.8rem;
        line-height: normal;
    }

    .AdminContainer h1,p {
    margin: 0px;
    }

    .AdminContainer h1 {
        font-size: 1.2rem;
        margin-bottom: 5px;
        display: none;
    }

    .AdminContainer > p:nth-child(4) {
        display: none;
    }

    .ErrorMensager {
    height: 30px;
    padding: 10px 10px 0px 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    display: none;
    font-weight: 600;
    position: relative;
    top: 0;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    }

    #passwordEmpty,#userEmpty {
    top: 100%;
    }

    .CreateAccount{
        margin: 20px 0 0 0;
    }

    h1 {
        margin-top: 85px;
        margin-bottom: 40px;
        position: relative;
    }
}