/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-feb-2015, 8:47:26
    Author     : bibiana.moreno
*/
html, body  {font-family: 'Open Sans';font-weight: 400;background: url(../img/backgroung-login.jpg) no-repeat center center fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;-o-background-size: cover; height: 100vh;}

.form-signin{max-width:85%;margin:0 auto; padding: 0 15px 26px; }
.form-signin .input-group{margin-bottom:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;}

.login-title{color:#555;font-size:43px;}
.login-title2{color:#555;font-size:25px;}
.profile-img{width:96px;height:96px;display:block;;margin:0 auto 10px;}
.need-help{margin-top:10px;}
.new-account{display:block;margin-top:10px;}

.account-wall{margin-top:20px;background-color:#f7f7f7;-moz-box-shadow:0 2px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.3);box-shadow:0 2px 2px rgba(0,0,0,0.3);padding:20px 30px 20px;}
.form-login{margin-top:100px;}
.btn-login{color:#fff; background-color: #02cfb3;}
.msg_error{color:#B40431; text-align: center; margin: 5px auto; font-weight: bold; }  /*color rojo de error*/
