/*!
 * 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('../images/bg4.jpg') 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;
} */

.login-btn {
    
    width: 57%;
    background: #C64444;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 5px;
    font-size: 20px;
    font-family: ClementePDai-Regular;
	cursor: pointer;
	outline: none;
}
.login-btn:hover {
    background: #099E84;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* body {
	background:url('../images/bg5.jpg') no-repeat center center;
	background-size:cover;
	
	min-height:100%;
    font-family: 'Open Sans', sans-serif;
} */


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;
  height: 26px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #9e9d9d;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.block-unit {
  margin-bottom: 30px;
  padding-bottom:10px;
  border: 1px solid #6a6868;
  background: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.glyphicon.glyphicon-log-in {
    font-size: 16px;
    color: #FFFFFF
   
}

.glyphicon{
	color:black;
	
}

/* align icon */
.left-addon .glyphicon  { left:  85px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/*FORM ERROR MESSAGE*/
.error{ color:#b2c831;}

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