﻿
body{
    background-color: #eff2f6 !important;
}
.btn:hover{
        box-shadow: 0 2px 2px 0 rgba(244,67,54,.14), 0 3px 1px -2px rgba(244,67,54,.2), 0 1px 5px 0 rgba(244,67,54,.12);
}
/****** LOGIN ******/
.login-container {
    padding: 30px;
    max-width: 400px;
    width: 100% !important;
    // background-color: #F7F7F7;
    margin: 0 auto;
    // border-radius: 2px;
    // box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
  }
  
  .login-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
    }
  
  .login-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative
  }
    
  .login-container input[type=text], input[type=password], input[type=email] {
  //   width: 400px !important;
    height: 56px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9 !important;
    border-top: 1px solid #c0c0c0;
    border-radius: 2px; 
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff !important;
    border: solid 1px #ddd;
  }
      
  .login-container input[type=text]:hover, input[type=password]:hover, input[type=email]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  
  input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset;
  }
label {
  font-weight: 300;
  font-size: 14px;
    line-height: 1.42857143;
    color: #AAAAAA;
}
  
  // FORM ERROR
  .is-danger{
    padding:11px 0 11px 20px; 
    color:#da491c
  }
  
  .main-panel .main-content {
    min-height: calc(100% - 53px);
  }
  