/*!
 * Modified site.css for "Simpel website" styling by Oloan Alfoncius
 *
 * Based on Bootstrap CSS v3.3.0 (http://getbootstrap.com)
 * 
 */

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -50px;    
    padding: 5px 15px 0px 15px;
}

.wrap > .container {
    padding: 0px 0px 0px 0px;
    
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 2px 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  /*color: #555;*/    
  /*background-color: rgba(0, 0, 0, 0);*/
  /*background-color: #fff;*/
  /*background-image: none;*/
  border: 1px solid #ccc;
  /*border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/*.login-page,
.register-page {
  background: #FF3333;
 background:url('../images/wallpapers/wallpaper2.jpg') no-repeat center center fixed;
 
}*/

#password + .glyphicon,
#loginformuser-password + .glyphicon {
   cursor: pointer;
   pointer-events: all;
 }


