body {
    /*
    background-image: url(./imagens/img-login-adm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    */
    background-color: #621780;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0px;
}

.box {
    /* border: 2px solid red; */
    text-align: center;
    border-top: 15px solid #B508F9;
    border-bottom: 15px solid #B508F9;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    width: 350px;
    height: 360px;
    position: absolute;
    box-shadow: black 5px 5px 20px;
    /*
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16pt;
    font-weight: 400;
    line-height: 1.5;
    */
    color: #212529;
    opacity: 0.7;
}

.img_background {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-image: url(./imagens/img-login-adm.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #621780;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;                
    overflow: hidden;
}

.form-control {
    display: block;
    width: 100%;
    /* height: calc(1.5em + .75rem + 2px); */
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    /*font-size: 1rem;*/
    font-size: 14px;
}

.form-group {
    margin-bottom: 1rem;
}

.btnLogin button {
    width: 200px;
    height: 38px;
    margin-top: 18px;
    background-color: rgb(156, 39, 176);
    opacity: 1;
}

.btnLogin button:hover {
    background-color: #7B1FA2;
}

.divLogo {
    margin-bottom: 18px;
}

.inputsLogin {
    padding-top: 10px;
}
