/*========================================================
        DARK LAYOUT
=========================================================*/

.bg-authentication  {
  /*background-color: #eff2f7;*/
 background: rgb(255, 255,255); /* Fallback color */
  background: rgba(255, 255, 255, 0); /* Black background with 0.5 opacity */
  background-image: url('../../images/bg-white-lock.png');
}
.error{
  color: red;
}
.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;
}

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

  }
}

@media screen and (max-width: 320px)  
{

	.login{
		padding: 5px 10px;
	}
}
