/*
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: 6% 0;
  position: fixed; }

.login-box {
  width: 400px;
  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%; }

  .login-box {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    /*position: absolute;
    left: 669px;
    top: 150px;
    width: 704px;
    height: 382px;*/
    z-index: 47;
}

  .btn-success { 
      color:#fff;
      background-color:#57A021!important;
      border-color:    #57A021!important;
}

  .btn-info {

    color:#fff;
    background-color:#0383ef!important;
border-color: #0383ef!important;

}

  .form-control::placeholder {

    color: 

    #6c757d;
    opacity: 1;

}
element {

}
.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {

    background-image: linear-gradient(

#0286c1,#0286c1),linear-gradient(#abacad,

    #e9ecef)!important;
}