input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button {
    outline: none;
}

header #fazer-ativo-mensal .msg-ativar {
    display: none !important;
}

/*Inicio dos display none */
#logo-g{
    display: none !important;
}

body header{
    width: 100%;
    height: fit-content;
}

.evento {
    display: none !important;
}

.evento #add-evento {
    display: none !important;
}

.evento h2 {
    display: none !important;
}

.evento #editar-evento {
    display: none !important;;
}



.evento #editar-evento img {
    display: none !important;
}

.evento img {
    display: none !important;
}

.evento iframe {
    display: none !important;

}

/* fim dos display none */

nav {
    display: none !important;
}


input[type=number] {
    -moz-appearance: textfield;
}


dialog#login-error::backdrop {
    background-color: #ffffff41;
    backdrop-filter: blur(10px);
}

dialog#login-error {
    width: 350px;
    height: 250px;
    border-radius: 6px;
    background-color: white;
    margin: 100px auto;
    border: none;
    box-sizing: border-box;
}

dialog#login-error #modal-head-login {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
    align-items: flex-end;
    box-sizing: border-box;
    background-color: #510863;
    margin-bottom: 20px;
}

dialog#login-error #modal-head-login button {
    border: none;
    outline: none;
    width: 22px;
    height: 22px;
    background-color: #510863;
}

dialog#login-error #modal-head-login button img {
    width: 20px;
    height: 20px;
}

dialog#login-error #body-modal-login {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

dialog#login-error #body-modal-login img {
    width: 70px;
    height: 70px;
}

.container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
    background-image: url("../../img/foto-sofis.a7766ea91952.jpg");
    background-position-y: -100px;
    background-position-x: -100px;
    background-repeat: no-repeat;
    background-size: 120%;
}

.login-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 540px;
    height: 560px;
    margin-left: 40px;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.363);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.144);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(20px);
    font-family: Arial, Helvetica, sans-serif;
    background-color: none;
    border-radius: 30px;
    box-sizing: border-box;
    z-index: 2;
}

.sofis-img {
    width: 150px;
    height: auto;
}

.login-box form {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 460px;
    height: 430px;
}

.login-box form #show-div {
    display: flex;
    align-items: center;
    margin: 5px 0px;
}

.login-box form #show-div label {
    width: 120px;

}

.login-box form #show-div input {
    margin: 0px;
    width: fit-content;
}

.login-box h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
}

.login-box div input::placeholder {
    color: #ffffffa2;
}

.login-box div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
}

.login-box div input {
    justify-content: center;
    outline: none;
    border: 2px solid rgba(206, 206, 206, 0.589);
    color: white;
    padding: 10px;
    padding-left: 10px;
    background-color: rgba(255, 5, 5, 0);
    border-radius: 25px;
    width: 80%;
    height: 50px;
    margin-bottom: 10px;
    font-size: 16px;
}

.login-box div input:focus {
    border: 2px solid rgba(155, 0, 190, 0.549);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(255, 0, 195, 0.5);
    -moz-box-shadow: 0px 0px 9px 1px rgba(255, 0, 195, 0.5);
    box-shadow: 0px 0px 9px 1px rgba(255, 0, 195, 0.5);
}

.login-box div #toggle{
    position: absolute;
    top: 44%;
    right: 50px;
    transform: translateY(-50%);
    width: 40px;
    height: 20px;
    background: url("../../img/lock-solid.60a17c63e930.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.login-box div #toggle.hide{
    background: url("../../img/lock-open-solid.a28909e9991a.svg");
    background-repeat: no-repeat;
}

.login-box button {
    box-sizing: border-box;
    background-color: rgb(51, 08, 63);
    font-size: 18px;
    padding: 10px;
    margin-top: 10px;
    outline: none;
    border-radius: 25px;
    border: none;
    color: rgba(255, 255, 255, 0.836);
    width: 85%;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.login-box button:hover {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(255, 0, 195, 0.5);
    -moz-box-shadow: 0px 0px 9px 1px rgba(255, 0, 195, 0.5);
    box-shadow: 0px 0px 9px 1px rgba(255, 0, 195, 0.5);
}

.login-box a {
    color: rgba(255, 255, 255, 0.87);
    font-weight: bold;
}

@media (min-width: 1400px) {
    .container {
        height: 100vh;
    }

    .login-box {
        margin: 0px 20px 0px 60px;
    }

}

@media (max-width: 1070px) {
    .container {
        height: fit-content;
        padding: 0px;
        padding-bottom: 100px;
        overflow: hidden;
        background-size: 100%;
        background-position-y: -50%;
        background-position-x: -50%;
    }


}

@media (max-width: 900px) {
    .container {
        height: fit-content;
        padding: 0px;
        padding-bottom: 100px;
        overflow: hidden;
        background-size: 130%;
        background-position-x: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .login-box {
        margin-left: 0px;
        margin-right: 0px;
    }

}

@media (max-width: 720px) {
    .container {
        height: fit-content;
        padding: 0px;
        padding-bottom: 100px;
        overflow: hidden;
        background-size: 150%;
        background-position-x: 100%;
    }

}

@media (max-width: 600px) {

    .container {
        height: inherit;
        padding: 0px;
        padding-bottom: 40px;
        overflow: hidden;
        background-size: 290%;
        background-position-y: 70%;
        background-position-x: 75%;
    }

    .login-box {
        justify-content: unset;
        margin-top: 40px;
        width: 90%;
        height: fit-content;
        padding-bottom: 20px;
        height: 450px;

    }

    .sofis-img {
        margin-top: 20px;
        width: 120px;
        height: auto;
    }

    .login-box form {
        width: 100%;
        height: 300px;
    }

    .login-box h2 {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .login-box input {
        outline: none;
        border: none;
        background-color: #fff;
        padding: 10px;
        width: 80%;
        font-size: 16px;
    }

    .login-box button {
        box-sizing: border-box;
        background-color: rgb(51, 08, 63);
        font-size: 18px;
        padding: 10px;
        outline: none;
        border-radius: none;
        border: none;
        color: white;
        width: 85%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

}