body {
    margin: 0px;
}

.pagina {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(137, 43, 226, 0);
    background-position-y: center;
    background-size: cover;
    position: fixed;
    z-index: 9;

}

.background {
    /*background-image: url(../img/bg.png);*/
    background-color: rgb(40 0 77);
    width: 100vw;
    height: 100vh;
    background-position-y: center;
    background-size: cover;
    filter: brightness(0.4);
}

.login {
    width: 300px;
    height: 450px;
    background: #fff0;
    padding: 20px;
    border-radius: 10px;
    /* border-color: #ffffff42; */
    /* border: groove; */
    border-width: thin;
}

body {
    margin: 0px;
}

.imagem {

    text-align-last: center;
}

img {
    width: 150px;
}

.entrar {


    padding: 25px 0px;
    margin-top: 30px!important;


}

.box {

    height: 35px;
    border-style: unset;
    color: #fff !important;
    border-bottom: ridge;
    line-height: none;
    background-color: #ffffff00 !important;
    border: 1px solid #ced4da00 !important;
    border-bottom: revert !important;
    padding: 0px 0px 0px 50px!important;
    
}

.box:hover {

    height: 35px;
    border-style: unset;
    color: #fff !important;
    border-bottom: ridge;
    line-height: none;
    background-color: #ffffff00 !important;
    border: 1px solid #ced4da00 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0) !important;
    border-bottom: revert !important;
}

.box:focus {

    height: 35px;
    border-style: unset;
    color: #fff !important;
    border-bottom: ridge;
    line-height: none;
    background-color: #ffffff00 !important;
    border: 1px solid #00000000 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0) !important;
    border-bottom: revert !important;
}

.box:active {

    border-bottom: ridge;
    line-height: none;
}

.label-box {
    color: #bdbdbd;
    FONT-WEIGHT: 500;
    position: absolute;
    margin-top: 8px;
}

.btn-login {

    width: 100%;

}