body {
    background-size: 100% 100%;
    background-image: url(../images/shared/background-login.png);
    width: 100%;
    background-repeat: no-repeat;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

button {
    float: right;
}

.btn-light {
    padding: 7px 30px !important;
    color: #213258;
    font-weight: 700;
}

label{
    color: #fff;
}

.modal-content {
    background-color: rgb(0 0 0 / 0%);
    border: 1px solid rgb(0 0 0 / 0%);
}


.modal-header {
    padding: 0rem 1rem;
    border-bottom: 1px solid #dee2e600;
}


h5{
    color:#fff;
}

#mesage-login > ul {
    padding: 0px;
}

    #mesage-login > ul > li {
        font-size: .9em;
        color: #ce0404;
        list-style-type: none;
    }

.modal-header {
    justify-content: center;
    align-content: center;
}

.logo {
    height: 50px;
}
