/* Laouen Belloli */

/* ======================== 
          FONTS
   ======================== */

@font-face {
    font-family: 'ComingSoon';
    src: url('/MateMarote/resources/fonts/ComingSoon.ttf')  format('truetype');
}

/* ======================
      General settings
   ====================== */

body {
    font-family: 'ComingSoon';
    background-color: #FFFFCC;
    padding: 0;
}

.wrapper {
  width: 80%;
  margin: 0 auto;
}

.div-button, 
.div-button > label {
  cursor: pointer !important;
}

/* --- confirm message --- */

#confirm-msg {
  margin-top: 35px;
  font-size: 21px;
  color: #057e6c;
}

/* ======================
        RECOVERY general
   ======================*/

fieldset {
  border: 0px;
  width: 100% !important;
  min-width: 0px !important;
}

.passrecovery-wrapper {
  position: relative;
  background-repeat: no-repeat;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  text-align: center;
}

#passrecovery-form {
  margin-top: 100px;
}

/* -------------- passrecoverys title ----------------- */

.passrecovery-title {
  position: relative;
  background-image: url('/MateMarote/resources/img/text_coment_bg.png');
  background-repeat: no-repeat;
  margin: 0px auto;
  width: 308px;
  height: 69px;
}

.passrecovery-title > div {
  position: relative;
  width: 175px;
  left: 78px; 
  top: 10px;
  font-size: 20px;
  text-align: center;
  color: #ffffcc;
}

/* --- form lines general settings --- */

.form-line {
  position: relative;
  width: 390px;
  height: 50px;
  font-size: 21px;
  color: #057e6c;
  margin: 3px auto;
}

.form-line > * {
  float: left;
  margin-right: 20px;
}

/* =====================
        input texts
   ===================== */

input[type=text].medium {
  position: relative;
  background: transparent;
  font-family: 'ComingSoon';
  font-size: 14px;
  background-image: url('/MateMarote/resources/img/medium_input.png');
  background-repeat: no-repeat;
  height: 25px;
  width: 350px;
  border: none;
  outline: 0;
  margin-left: 10px;
}

#passrecovery-line {
  margin-top: 30px;
}

/* ================
    send button
   ================ */

#btnSend-line {
  margin-top: 10px;
}

#btnSend > label > * {
  float: left;
}

#btnSend > label > img {
  margin-right: 15px; 
}

#btnSend > label > div {
  position: relative;
  top: 2px;
}

#btnSend + label {
  position: relative;
}

.msgError {
  color: #ff0000;
  text-align: left;
  font-size: 16px;
}