
@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);

body {
  background: #fff;
  color: white;
  font-family: 'arial';
}
.flat-form {
  background: #e74c3c;
  margin: 25px auto;
  width: 390px;
  height: 340px;
  position: relative;
  font-family: 'arial';
}
.tabs {
  background: #c0392b;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.tabs li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.tabs a {
  background: #c0392b;
  display: block;
  float: left;
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 12px 22px 12px 22px;
  /*border-right: 1px solid @tab-border;*/

}
.tabs li:last-child a {
  border-right: none;
  width: 160px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.tabs a.active {
  background: #e74c3c;
  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 {
  font-size: 42px;
  padding-bottom: 10px;
}
.form-action p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 25px;
  color:#fff;
}
form {
  padding-right: 20px !important;
}

form input[type=submit] {
  font-family: 'arial';
  font-size: 16px;
  color:#fff;
}

form input[type=text],
form input[type=password] {
  font-family: 'arial';
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #fff;
  border: none;
  color: #000;
  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;
}

.button {
    border: none;
    
    background: #136899;
    height: 40px;
    width: 120px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /*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: #1e75aa;
  /*box-shadow: 0 3px 1px #237bb2;*/
}

.button:active {
  background: #136899;
  /*box-shadow: 0 3px 1px #0f608c;*/
}

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

/* =============================================================================
   Responsive adjustments
   ========================================================================== */

/* Tablets and the like */

@media (min-device-width:1024px) and (max-width:989px),  screen and (max-device-width:480px),  (max-device-width:480px) and (orientation:landscape),  (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
.flat-form {
  background: #e74c3c;
  margin: 25px auto;
  width: 100%;
  height: 340px;
  position: relative;
  font-family: 'Arial';
}
.tabs li:last-child a {
  border-right: none;
  
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.tabs a {
  background: #c0392b;
  display: block;
  float: left;
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 12px;
  /*border-right: 1px solid @tab-border;*/

}
}

/* Smartphones */

@media only screen and (max-width: 480px) and (orientation:portrait) {
	.flat-form {
	  background: #e74c3c;
	  margin: 25px auto;
	  width: 100%;
	  height: 380px;
	  position: relative;
	  font-family: 'arial';
	}
	.tabs li:last-child a {
	  border-right: none;
	  
	  padding-left: 0;
	  padding-right: 0;
	  text-align: center;
	}
	.tabs a {
	  background: #c0392b;
	  display: block;
	  float: left;
	  text-decoration: none;
	  color: white;
	  font-size: 16px;
	  padding: 12px ;
	  /*border-right: 1px solid @tab-border;*/

	}
	form input[type=text],
	form input[type=password],
	form input[type=submit] {
	  font-size: 18px;
	}
	form input[type=submit] {
	  color:#fff;
	}
}

/*passCode input*/
.digit-group input {
	 width: 7% !important;
	 max-width: 30px !important;
	 padding-left: 0px !important;
	 height: 50px !important;
	 background-color: #18182a !imporant;
	 border-radius:3px !important;
	 border: none;
	 line-height: 50px;
	 text-align: center;
	 font-size: 24px;
	 font-family: 'Raleway', sans-serif;
	 font-weight: 200;
	 color: white;
	 margin: 0 2px;
}
 .digit-group .splitter {
	 padding: 0 5px;
	 color: white;
	 font-size: 24px;
}
 .prompt {
	 margin-bottom: 20px;
	 font-size: 20px;
	 color: white;
}
/*oemthemeCss-boesch*/
.flat-form.boe1 {
  background: #1761a0; 
}
.tabs.boe1,.tabs.boe1 a {
  background: #083b66;
}
.tabs.boe1 a.active {
  background: #031f38;
}
.button.boe1 {
    background: #031f38;
	color: white;
}