body{
    background-size: 100% 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh !important;
    width: 100%;
    background-color: #E0EAFF;
}

form{
    width: 90%;
    height: 95%;
    display: flex;
    max-width: 400px;
    background: white;
    padding: 10px 10px;
    align-items: center;
    flex-direction: column;
    border: 1px solid black;
    justify-content: center;
    box-shadow: -10px 1px 19px -2px rgba(0,0,0,.9);
    position: relative;
    z-index: 1;
}

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

.form-content{
    width: 80%;
}

form img{
    width: 100px;
}

.caption{
    color: gray;
}

.meesage{
    text-align: center;
    font-family: Oswald,sans-serif;
    font-weight: bolder;
    font-size: 40px;
}

.form-control{
    background: transparent; !important;
}

.form-control:focus{
    background: transparent;
}


.copos {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.copo {
    position: absolute;
    background: url("/image/copito.png") no-repeat center/contain;
    opacity: 0.9;
}
