﻿/***** Propietats del tÃ­tol *****/

.title {
  margin: auto 0;
}

.titol {
  font-weight: 100;
}

.s_titol {
  color: #1f784f;
}

  .s_titol span {
    color: #feda4e;
  }

/*nopadding Login*/
.nopadding {
  margin: 0px;
  padding: 0px;
}


.centeringForm {
  position:relative;
  height:100%;
  width:100%;
}

.centerForm {
  position: absolute;
  top: 50%;
  width:100%;
  margin-top: 20%;
}

/*Div del formulari*/
.form_login {
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
}

  .form_login p {
    margin-bottom: 10px;
  }

/*Usuari i Contrasenya*/
.input_login {
  padding-left: 10px;
  background-color: #dfe6e3;
  border: none;
  width: 100%;
  margin-bottom: 10px;
  height: 35px;
  min-width: 150px;
}

/*Eliminar contorn dels camps i button*/
.input_login, .button_login:focus {
  outline: none;
}

/*Checkbox Remember Me"*/
.recuerdame_login {
  -webkit-appearance: none;
  background-color: #dfe6e3;
  outline: none;
  width: 25px;
  height: 25px;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

  .recuerdame_login:checked {
    border: solid;
    border-width: 6px;
    border-color: #dfe6e3;
    background-color: #155538;
  }

.form_login p:nth-of-type(3) {
  margin-top: 6px;
}

/*BotÃ³ de Login*/
.button_login {
  color: white;
  background-color: #155538;
  border: none;
  width: 100%;
  margin-top: 5px;
  height: 45px;
  min-width: 100px;
}

