/*!
 * BLOCKS - Responsive Dashboard Theme
 *
 * Copyright 2013 
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * Created by: Carlos Esteban Alvarez
 * URL: http://www.basicoh.com
 * Designed and built based on Twitter Bootstrap.
 */

/*CONFIGURATION USED IN LOGIN.HTML*/
/*Login Page*/

html{
	/* This image will be displayed fullscreen */
  /*background:url('../img/testresults.jpg') no-repeat center center;*/
  /*background:url('../img/bg-1.png') no-repeat center center;*/
  background:url('../img/bg-2.png') no-repeat center center;
  /*background:url('../img/bg-3.png') no-repeat center center;*/
  /*background:url('../img/bg-4.png') no-repeat center center;*/
	/*background:url('../img/bg-5.png') no-repeat center center;*/
	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;
	/* The Magic */
	background-size:cover;
  background-attachment: scroll;
  opacity: 1;
}
body {
	background:transparent;
	min-height:100%;
    font-family: 'Open Sans', sans-serif;
}

::-webkit-input-placeholder {
    color: #D3D3CE;
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  display: inline-block;
  padding: 7px 16px;
  -webkit-padding: 7px 26px !important;
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #a0a0a0;
  background: #a0a0a0  none repeat scroll 0 0;
}

.block-unit {
  margin-bottom: 30px;
  padding:20px;
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  text-align:center;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0,182,214,1);
     -moz-box-shadow: 0px 0px 10px 4px rgba(0,182,214,1);
          box-shadow: 0px 0px 10px 4px rgba(0,182,214,1);
}
.btn-success{
  padding: 4px 97px !important;
  font-size: 17px;
}
/*FORM ERROR MESSAGE*/
.error{ color:#b2c831;}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

@media (max-width: 979px) {
  .navbar-fixed-top {
    margin-bottom: 0px;
  }
}
