*,
*:after,
*:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
}

*:focus {
    outline: none;
}

::-moz-placeholder {
      color: #999999;
}

::-webkit-input-placeholder {
      color: #999999;
}

html,
body {
      height: 100%;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
      background: #ED265D;
      background:url('../img/background.png') no-repeat center center;background-size:cover;
      color: #545454;
      font-family: arial, sans-serif !important;
      font-size: 13px;
      line-height: 18.2px;
      margin: 0;
      padding: 0;
      text-align: left;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

b,
strong {
    font-weight: 600;
}

svg:not(:root) {
    overflow: hidden;
}

button {
    overflow: visible;
    font-family: arial, sans-serif !important;
    font-size: 13px;
    line-height: 18.2px;
}

a {
    text-decoration: none;
    background: transparent;
}

textarea {
    overflow: auto;
}

input,
textarea,
select {
      background: #FAFAFA;
      border: 1px solid #E3E9EE;
      padding: 8px;
      border-radius: 4px;
      color: #545454;
      font-family: arial, sans-serif !important;
      font-size: 13px;
      line-height: 18.2px;
}

.caution,
.special,
.valide {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
}

.caution {
      background: #E5726A;
}

.special {
      background: #039BE5;
}

.valide {
      background: #27AE60;
}

.caution > p,
.special > p,
.valide > p {
      margin: 0 0 0 10px;
      color: #FFFFFF;
}

.caution > p > a,
.special > p > a,
.valide > p > a {
      color: #FFFFFF;
      text-decoration: underline;
}

.caution > p > span,
.special > p > span,
.valide > p > span {
      font-weight: 700;
}

#waves {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
}

#login {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 1100px;
      margin: 0 auto 0;
}

#login > section {
      background: #FFFFFF;
      overflow: hidden;
      width: 100%;
      border-radius: 4px;
}

#login > section > section {
      position: relative;
      z-index: 2;
}

#login > section > section > form {
      padding: 20px;
}

.inputs {
      width: 100%;
      display: table;
      position: relative;
}

.inputs > label {
      width: 100%;
      color: #B9C1C9;
      text-transform: uppercase;
      cursor: pointer;
      display: table-header-group;
}

.inputs > input,
.inputs > select {
      margin: 5px 0 20px 0;
      display: table-row-group;
}

.inputs > input {
      width: 100%;
}

.inputs > input[type="radio"] {
      width: auto;
      float: left;
}

.inputs > span {
      display: inline-block;
      color: #999999;
      float: left;
      margin: 2px 20px 0 5px;
}

.inputs > select:first-child {
      margin: 5px 0 20px 0;
}

.inputs > input:focus + label,
.inputs > select:focus + label {
      color: #4EA1FF;
}

.inputs > input:focus,
.inputs > select:focus {
      border: 1px solid #4EA1FF;
}

.inputs > textarea {
      min-height: 150px;
}

.btn {
      display: inline-block;
      background: #CCCCCC;
      border: 0px;
      border-radius: 4px;
      padding: 7px 20px;
      text-transform: uppercase;
      cursor: pointer;
      color: #FFFFFF;
}

.btn:hover {
      color: #FFFFFF;
      background: #122F3B;
}

.b_blue {
      background: #0288D1;
}

.pres {
      background: #122F3B;
      width: 100%;
      padding: 30px;
      position: relative;
}

.pres > header {
      overflow: hidden;
}

.pres > header > h1 {
      color: #FFFFFF;
      float: left;
      font-size: 22px;
      margin: 15px 0 0 0;
}

.pres > p,
.pres > ul {
      color: #CCCCCC;
      margin: 40px 0 0 0;
}

.pres > ul {
      font-size: 16px;
}

.pres > ul > li {
      list-style: none;
      display: block;
      margin: 15px 0;
}

.pres > form {
      margin: 40px 0 0 0;
}

.pres > form > input {
      display: block;
      width: 100%;
      margin: 0 5px 10px 0;
}

.pres > form > span {
      display: block;
      margin: 10px 0;
      color: #999999;
      font-size: 11px;
      text-decoration: underline;
      cursor: pointer;
}

.pres > footer {
      position: absolute;
      bottom: 20px;
      left: 30px;
}

.pres > footer > a {
      color: #999999;
      font-size: 11px;
      margin: 0 10px 0 0;
      text-transform: capitalize;
}

.pres > footer > a:hover {
      color: #CCCCCC;
}

.post {
      width: 90%;
      position: absolute;
      bottom: 20px;
      right: 20px;
}

.post > p {
      margin: 0 0 20px 0;
}

.post > p,
.post > p > a {
      color: #999999;
      font-size: 11px;
      font-style: italic;
}

.post > p > a {
      text-decoration: underline;
      font-weight: bold;
}

.post > p > a:hover {
      color: #545454;
}

.post > button {
      float: right;
}

/* Screen */
@media screen and (min-width:320px), screen and (min-width:360px) {
      #login {
            padding: 0 0 0 0;
      }
      #login > section > section {
            width: 100%;
            float: none;
      }
      #login > section > section,
      .pres {
            height: 600px;
      }
      .inputs > select {
            width: 30%;
            margin: 5px 0 20px 10px;
      }
}

@media screen and (min-width:480px), screen and (min-width:768px) {
      #login {
            padding: 5% 20px 0 20px;
      }
      #login > section > section {
            width: 50%;
            float: left;
      }
      #login > section > section,
      .pres {
            height: 650px;
      }
      .inputs > select {
            width: 31%;
            margin: 5px 0 20px 10px;
      }
}

@media screen and (min-width:980px), screen and (min-width:1024px) {
      #login {
            padding: 3% 20px 0 20px;
      }
      #login > section > section {
            width: 50%;
            float: left;
      }
      #login > section > section,
      .pres {
            height: 650px;
      }
      .inputs > select {
            width: 31%;
            margin: 5px 0 20px 10px;
      }
}

@media screen and (min-width:1920px) {
      #login {
            padding: 10% 20px 0 20px;
      }
      #login > section > section {
            width: 50%;
            float: left;
      }
      #login > section > section,
      .pres {
            height: 650px;
      }
      .inputs > select {
            width: 31%;
            margin: 5px 0 20px 10px;
      }
}
