/*
Proxecto: HermesWeb 
Non se permite a distribución do código baixo ningunha circunstancia

Expression package is undefined on line 7, column 19 in Templates/Licenses/license-default.txt. - login.css
Ficheiro creado o día Jan 17, 2017 ás 11:38:14 PM
*/
/* 
    Created on : Jan 17, 2017, 11:38:14 PM
    Author     : anton
*/

body {
  background: #e9e9e9;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 40vh; /* Ajuste a altura conforme necessário */
}

.bottom_container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 60vh; /* Ajuste a altura conforme necessário */
}

.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 20px 0;
}
.form-module .form {
  display: none;
  padding: 40px;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  /*padding: 10px 15px;*/
  padding: 10px 60px;
  box-sizing: border-box;
  /*font-wieght: 400;*/
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #178ab4;
}
.errorMessageStyle {
    color: red;
}
.successMessageStyle {
    color: greenyellow;
}