/* Updated login css */
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);
@font-face {
    font-family: 'toyota-font';
    src: url('../fonts/titillium-regular-webfont.woff2') format('woff2'),
         url('../fonts/titillium-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  color: white;
  font-family: 'toyota-font';      
  background-repeat: no-repeat;        
  position: relative;        
  width: 100%;            
  height: 100%;       
  margin-left: auto;      
  margin-right: auto;
}
.flat-form {
  background: #f7f7f7;
	padding-bottom: 20px;
  margin: 25px auto;
  width: 390px;
  height: auto;
  position: relative;
  font-family: 'toyota-font';
  -webkit-box-shadow: 11px 14px 19px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 11px 14px 19px -13px rgba(0,0,0,0.75);
	box-shadow: 11px 14px 19px -13px rgba(0,0,0,0.75);
}
.tabs {
  background: #2b2a28;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.flat-form{
	color:#2b2a28;
}
.tabs li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.centered-text{
	text-align: center
}
.tabs a {
  background: #333;
  display: block;
  float: left;
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 12px 22px 12px 22px;
  /*border-right: 1px solid @tab-border;*/

}
.hr-styler {
	 border: 0;
   height: 1px;
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.tabs li:last-child a {
  border-right: none;
  width: 174px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.tabs a.active {
  background: #e9001d;
  border-right: none;
  -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.form-action {
  padding: 0 20px;
  position: relative;
}

.form-action h1 {
  color: #2b2a28;
  font-weight: bolder;
  font-size: 42px;
  padding-bottom: 10px;
}
.form-action p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 25px;
  padding-top: 10px;
  color: #f44242;
  font-style: italic;
  font-weight: bold;
}
form {
  padding-right: 20px !important;
}
form input[type=text],
form input[type=password],
form input[type=submit] {
  font-family: 'toyota-font';
}

form input[type=text],
form input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #fff;
  border: none;
  color: #666666;
  outline: none;
}

.dark-box {
  background: #5e0400;
  box-shadow: 1px 3px 3px #3d0100 inset;
  height: 40px;
  width: 50px;
}
.form-action .dark-box.bottom {
  position: absolute;
  right: 0;
  bottom: -24px;
}
.tabs + .dark-box.top {
  position: absolute;
  right: 0;
  top: 0px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.custom-color {
	background: #e9001d;
}
.custom-color:hover {
	background: #2b2a28;
-webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
     opacity: 1;
}
.custom-color:a {
	background: #2b2a28;
}
.button {
    border: none;
    display: block;
    background: #e9001d;
    height: 40px;
    width: 80px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
		cursor:pointer;
    /*box-shadow: 0px 3px 1px #2075aa;*/
  	-webkit-transition: all 0.15s linear;
	  -moz-transition: all 0.15s linear;
	  transition: all 0.15s linear;
	
}

.button:hover {
  background: #2b2a28;
  /*box-shadow: 0 3px 1px #237bb2;*/
}
.login-box-msg-danger{
	background-color: #ffcccc;
	color: #2b2a28 !important;
	font-weight: 500;
	width: 94%;
	text-align: center;
	line-height: 15px !important;
	border-left: 4px solid;
	border-color: #2b2a28;
	height: auto;
	padding-top: 5px;
}

.login-box-msg-warning {
	background-color: #ffd27f;
	color: #2b2a28 !important;
	font-weight: 500;
	width: 94%;
	text-align: center;
	line-height: 15px !important;
	border-left: 4px solid;
	border-color: #2b2a28;
	height: auto;
	padding-top: 5px;
}
.login-box-msg-success{
	background-color: #b2d8b2;
	color: #2b2a28 !important;
	font-weight: 500;
	width: 94%;
	text-align: center;
	line-height: 15px !important;
	border-left: 4px solid;
	border-color: #2b2a28;
	height: auto;
	padding-top: 5px;
}
.button:active {
  background: #136899;
  /*box-shadow: 0 3px 1px #0f608c;*/
}

.custom-color, .custom-color:hover {
		  -o-transition:.5s;
   -ms-transition:.5s;
   -moz-transition:.5s;
   -webkit-transition:.5s;
   transition:.5s;
}

::-webkit-input-placeholder {
  color: #666666;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}