/*========================================================
        DARK LAYOUT
=========================================================*/
  .bg-authentication .login-footer {
    padding: 0rem 1.5rem 0.5rem; }
    .bg-authentication .login-footer .footer-btn .btn {
      padding: 0.9rem 1.2rem !important;
      margin: 1rem 1rem 1rem 0rem; }

.card {
	background: url(../../images/backgrounds/bg-auth.png);
    margin-bottom: 2.2rem;
    border: none;
    border-radius: .5rem;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card .card-title {
    font-weight: 500;
    letter-spacing: .05rem;
    font-size: 1.32rem;
    margin-bottom: .5rem;
	text-align:center;
	width:100%;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: .9375rem;
    padding: 0 1rem;
    background-color: transparent;
	color: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bg-authentication {
    width: 100%; } }
