/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
/*Theme Colors*/
/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */
/*******************
Login register and recover password Page
******************/
.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 10% 0;
  position: fixed;
}
.login-box {
  max-width: 400px;
  width: 96%;
  margin: 0 auto;
}
.login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px;
}
.login-box .social {
    display: block;
    margin-bottom: 30px;
}
.register-box {
  max-width: 800px;
  width:  96%;
  margin:  0 auto;
}
#recoverform {
  display: none;
}
.login-sidebar {
  padding: 0px;
  margin-top: 0px;
}
.login-sidebar .login-box {
    right: 0px;
    position: absolute;
    height: 100%;
}

.login-logo-si {
	font-size: 2.1rem;
	font-weight: 300;
	margin-bottom: .9rem;
	text-align: center;
}
.login-logo-si a {
	color: #495057;
}
.form-link-si {
  color: #495057;
  text-decoration:  none;
}
.form-link-si:hover {
  color: #495057;
  text-decoration:  none;
  border-bottom: 1px dotted #495057;
}

