.bg-dark.login {
    background-color: transparent !important;
}
.page-wrapper, body {
    background: transparent;
}
.auth-box.bg-dark.login.border-secondary {
    background: #1569aeab;
    background-color: #1569aeab !important;
    padding: 20px;
}
.border-secondary {
    border-color: #ffffff !important;
}
.bg-dark {
    background: #1569aeab;
    background-color: #1569aeab !important;
    padding: 20px;
}
.text-danger {
    color: #ff0000 !important;
}
.validation-summary-errors.text-danger ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom:13px
}
