/*author:starttemplate*/
/*reference site : starttemplate.com*/
body {
  background-image: url(../../img/portada1.png);
  background-position:center;
  background-size:cover;

  -webkit-font-smoothing: antialiased;
  font: normal 14px Roboto,arial,sans-serif;
  /*font-family: 'Dancing Script', cursive!important;*/
}

body:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: rgba(0,0,0,0.6);*/
	/*background-color: rgba(140, 131, 131, 0.68);*/
	background-color: rgba(204, 197, 197, 0.79);
}

.container {
    padding: 70px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #131313!important;
    /*color: #ffffff!important;*/
    opacity: 1; /* Firefox */
    font-size:12px!important;
}
.form-login {
    /*background-color: rgba(0,0,0,0.55);*/
    /*background-color: rgba(33, 138, 47, 0.28);*/
    background-color: rgba(233, 240, 234, 0.98);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    color:white;
    box-shadow:0 1px 0 #cfcfcf;
    margin-top: 65px;
    width: 400px;

}
.form-control{
    background:transparent!important;
    /*color:white!important;*/
    color:#2f2d2d!important;
    font-size: 18px!important;
    /*border: 1px solid #1e1c1c!important;*/
}
h1{
    color:darkblue!important;
    font-size: 50px!important;
}
h4 {
 border:0 solid #575957;
 /*border:0 solid #fff;*/
 border-bottom-width:1px;
 padding-bottom:10px;
 text-align: center;
}

.form-control {
    border-radius: 10px;
}
.text-white{
    color: white!important;
}
.wrapper {
    text-align: center;
}
.footer {
    padding-top: 220px;
}

.footer p{
    font-size: 18px;
}

.bgm-verde_login {
  background-color: #276955 !important;
}
