body.auth-bg {
    background: linear-gradient(90deg,#72cfed,#464d78);
}

.auth-align{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.auth-logo-align{
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-logo-dc{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:80px;
    width: auto;
}

.auth-logo-miltons{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bg-light-grey{
    background-color: #f1f1f1;
}

.h-color-dark-blue{
    color: #464d78;
}

.auth-submit{
    background-color: #474e7a;
    border: unset;
}

.auth-footer{
    bottom: 0;
    padding: 19px 15px 20px;
    position: absolute;
    right: 0;
    color: #fff;
    text-align: center;
    left: 0!important;
}
.bg-shadow{
    box-shadow: 0 10px 34px -15px rgb(0 0 0 / 24%);
}

a {
    color: #5f90b2 !important;
    text-decoration: none !important;
}