/*----------------------------------------
/*----------------------------------------
    Login Page
------------------------------------------*/

/*---------------------------------------- 
  Available Layout type names
-----------------------------------------*/

/*
 1. vertical-modern-menu-template
 2. vertical-menu-nav-dark-template
 3. vertical-gradient-menu-template
 4. vertical-dark-menu-template
 5. horizontal-menu-template

/* Need to change Layout name as per your requirement on below mentioned line.*/

/*
1. @import "../themes/vertical-gradient-menu-template/variables"; 
2. @import "../themes/vertical-gradient-menu-template/theme-variables";
*/

.login-bg {
  background:white;
}

#login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  height: 100vh;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

#login-page .card-panel.border-radius-6.login-card {
  margin-left: 0 !important;
}

.logodentmas {
  object-fit: contain;
  padding: 20px;
}

button[type='submit'] {
  background: #73C8C8!important;
  box-shadow: none !important;
  border-radius: 10px !important;
}