.container-form{
    height: 100vh;
}
.form-login{
    background-color: #0b2933;
    padding: 60px;
    margin: 0 10px;
}
body{
    background-image:url(../images/background.png);
    height: 100vh !important;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}
.btn-login{
    background-color: var(--color-s);
    color: var(--color-p);
    border: none;
    display: block;
    margin: 8px 0;
    text-align: center;
    width: 100%;
    padding: 8px 3px;
    font-weight: bold;
}
.img-logo img{
    width: 75%;
}
.msg{
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
}