/* Reset CSS */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans&display=swap");
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=Nunito:300,400,700";
* {
  font-family: "Work Sans", sans-serif !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

  font-size: 100%;

  vertical-align: baseline;

  background: transparent;
}

body {
  background: url("../images/background2.png");
  /* background: url("assets/imges/login-background.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  color: #000;

  font: 14px Arial;

  margin: 0 auto;

  padding: 0;

  position: relative;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #563d64;
}

small {
  font-size: 10px;
}

b,
strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.left {
  float: left;
}

.right {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.clearfix:after,
form:after {
  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;
}

.container {
  margin: 100px auto;
  position: relative;
  width: 900px;
}

#content {
  background: rgba(255, 255, 255, 0.2);
  /* background: #383838; */
  box-shadow: 1px 1px 3px 1px #f8a82a;
  /* color: #fff !important; */

  margin: 0 auto;

  padding: 25px;

  position: relative;

  text-align: center;

  text-shadow: 0 1px 0 #fff;

  width: 400px;

  border-top-right-radius: 22%;

  border-bottom-left-radius: 22%;
}

#content h1 {
  color: #fff;

  font: bold 25px;

  letter-spacing: -0.05em;

  line-height: 20px;

  margin: 10px 0 30px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

#content h1:after {
  background: rgb(126, 126, 126);

  background: -moz-linear-gradient(
    left,
    rgba(126, 126, 126, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );

  background: -webkit-linear-gradient(
    left,
    rgba(126, 126, 126, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );

  background: -o-linear-gradient(
    left,
    rgba(126, 126, 126, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );

  background: -ms-linear-gradient(
    left,
    rgba(126, 126, 126, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );

  background: linear-gradient(
    left,
    rgba(126, 126, 126, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );

  right: 0;
}

#content form {
  margin: 0 20px;
  position: relative;
}

#content form input[type="text"],
#content form input[type="password"] {
  -webkit-border-radius: 6px !important;

  -moz-border-radius: 6px !important;

  -ms-border-radius: 6px !important;

  -o-border-radius: 6px !important;

  border-radius: 6px !important;

  -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;

  -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;

  -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;

  -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;

  box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  transition: all 0.5s ease;

  background: #eae7e7 url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png)
    no-repeat;

  /* border: 1px solid #c8c8c8; */
  border: none;

  color: #777;

  font: 13px;

  margin: 0 0 10px !important;

  padding: 15px 10px 15px 40px !important;

  width: 80%;
}

#content form input[type="text"]:focus,
#content form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 2px #ed1c24 inset;

  -moz-box-shadow: 0 0 2px #ed1c24 inset;

  -ms-box-shadow: 0 0 2px #ed1c24 inset;

  -o-box-shadow: 0 0 2px #ed1c24 inset;

  box-shadow: 0 0 2px #ed1c24 inset;

  background-color: #fff;

  border: 1px solid #ed1c24;

  outline: none;
}

#inputName {
  background-position: 10px 10px !important;
}

#inputPassword {
  background-position: 10px -53px !important;
}

#content form input[type="submit"] {
  cursor: pointer;

  float: left;

  font: bold 15px;

  height: 50px;

  margin: 20px 0 35px 15px;

  position: relative;

  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

  width: 335px;
  color: #fff;
  background: #ff577f;
  /* background: #383838; */

  border: none;
  border-radius: 6px !important;
  box-shadow: 1px 1px 1px #ff577f;
  /* box-shadow: 1px 1px 1px #383838; */
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

#content form input[type="submit"]:hover {
  background: rgb(254, 193, 81);

  background: -moz-linear-gradient(
    top,
    rgba(254, 193, 81, 1) 0%,
    rgba(254, 231, 154, 1) 100%
  );

  background: -webkit-linear-gradient(
    top,
    rgba(254, 193, 81, 1) 0%,
    rgba(254, 231, 154, 1) 100%
  );

  background: -o-linear-gradient(
    top,
    rgba(254, 193, 81, 1) 0%,
    rgba(254, 231, 154, 1) 100%
  );

  background: -ms-linear-gradient(
    top,
    rgba(254, 193, 81, 1) 0%,
    rgba(254, 231, 154, 1) 100%
  );

  background: linear-gradient(
    top,
    rgba(254, 193, 81, 1) 0%,
    rgba(254, 231, 154, 1) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
  box-shadow: none;
}

.memo {
  cursor: pointer;

  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: -190px;
  color: #6c757d !important;
  font-size: 1.2em;
}

.memo input[type="checkbox"] + .label-text:hover:before {
  color: #fe4365;
}
.memo input[type="checkbox"] {
  display: none;
}
.memo .label-text {
  cursor: pointer;
}
.memo input[type="checkbox"] + .label-text:before {
  content: "";
  color: #dddfe6;
  font-family: "fontAwesome";
  line-height: 1;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.memo input[type="checkbox"]:checked + .label-text:before {
  content: "";
  color: #fe4365;
  animation: tick 150ms ease-in;
}
.links {
  /* background-color: red !important; */
  display: flex;
  flex-direction: column;
}
.links a {
  text-align: right;
  font-size: 12px;
  color: #004a80;
  text-decoration: none;
  margin: 10px;
  text-align: initial;
  font-weight: bold;
}
.links a:hover {
  /* width: 20%; */
  color: #ed1c24 !important;
}
@keyframes tick {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.error {
  margin-bottom: 10px;

  padding: 10px;

  color: #d8000c;

  background: url("../images/erreur.png") no-repeat 10px 10px #ffbaba;
}
