/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*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 {
  /* width: 400px; */
  width: 40%;
  margin: 0 auto; }
  .login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px; }
  .login-box .social {
    display: block;
    margin-bottom: 30px; }

#recoverform {
  display: none; }

.login-sidebar {
  padding: 0px;
  margin-top: 0px; }
  .login-sidebar .login-box {
    right: 0px;
    position: absolute;
    height: 100%; }

.button-color {
  /*background: linear-gradient(135deg, rgba(18, 83, 148,1) 0%, rgba(101, 161, 219, 1) 20%, rgba(68, 137, 205, 1) 50%, rgba(101, 161, 219, 1) 80%, rgba(18, 83, 148,1) 100%) !important;*/
  color: #ffffff!important;
  background-color: #4489cd!important;
}

.div-login {
  position: absolute;
   top: 350;
   left: 350
}

.w-login {
  width: 100%;
}

/* Tablet styles */
@media (max-width: 1024px) and (min-width: 768px) {
  .w-login {
    width: 75%;
  }

  .div-login {
    position: absolute;
    top: 400px;
    left: 0;
  }
}

/* Mobile phone styles */
@media (max-width: 767px) {
  .w-login {
    width: 95%;
  }

  .div-login {
    position: relative;
    top: 0;
    left: 0;
  }
}

/* Small mobile phone styles */
@media (max-width: 480px) {
  .w-login {
    width: 100%;
  }

  .div-login {
    position: static;
  }
}

