/*login style*/
html {
  height: 100%;
}

body {
  /* background-color: #9f9da7; */
  /* font-size: 1.6rem; */
  font-family: "Open Sans", sans-serif;
  color: #2b3e51;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #ffff;
  background: #80808052;
  margin: 0;
}

#admin-login {
  width: 100%;
}
  
  h2 {
    font-weight: 300;
    text-align: center;
  }
  
  p {
    position: relative;
  }
  
  a,
  a:link,
  a:visited,
  a:active {
    color: #2b3e51;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  a:focus, a:hover,
  a:link:focus,
  a:link:hover,
  a:visited:focus,
  a:visited:hover,
  a:active:focus,
  a:active:hover {
    color: #329dd5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .admin-login-form-wrap, #lost-password-form-wrap, .security-message-box {
    background-color: #002248;
    max-width: 90%;
    margin: 30px auto;
    text-align: center;
    padding: 20px 0 0 0;
    border-radius: 4px;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2);
    width: 550px;
  }

  .security-message-box {
    padding: clamp(20px,1.895vw,30px) clamp(10px,1.579vw,25px);
  }
  
  #login-form, #admin-password-confirm .container.wysiwyg{
    padding: 0 clamp(10px, 3.79vw, 60px);
  }

  #admin-password-confirm .container.wysiwyg {
    padding: 0 clamp(10px, 3.79vw, 60px) 11px;
  }
  
  .admin-login-form-wrap input, .admin-login-form-wrap button, .admin-login-form-wrap a[type="button"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    height: 50px;
    /* line-height: 60px; */
    border-radius: 4px;

  }

  .admin-login-form-wrap a[type="button"] {
    padding-top: 11px !important;
    text-decoration: none;
  }

  .admin-login-form-wrap .alert.alert-danger {
    color: #dc1717;
    /* font-size: clamp(18px, 1.39vw, 22px); */
  }
  
  .admin-login-form-wrap input[type="password"], .admin-login-form-wrap input[type="text"],
  .admin-login-form-wrap input[type="email"] {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    color: #8a8b8e;
    border: 1px solid #c2c0ca;
    font-style: normal;
    font-size: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    display: inline-block;
    background: #ffffff;

  }
  .admin-login-form-wrap input[type="password"]:focus,
  .admin-login-form-wrap input[type="email"]:focus {
    border-color: #3ca9e2;
  }
  .admin-login-form-wrap input[type="password"]:focus:invalid,
  .admin-login-form-wrap input[type="email"]:focus:invalid {
    color: #cc1e2b;
    border-color: #cc1e2b;
  }
  .admin-login-form-wrap input[type="password"]:valid ~ .validation,
  .admin-login-form-wrap input[type="email"]:valid ~ .validation {
    display: block;
    border-color: #0C0;
  }
  .admin-login-form-wrap input[type="password"]:valid ~ .validation span,
  .admin-login-form-wrap input[type="email"]:valid ~ .validation span {
    background: #0C0;
    position: absolute;
    border-radius: 6px;
  }
  .admin-login-form-wrap input[type="password"]:valid ~ .validation span:first-child,
  .admin-login-form-wrap input[type="email"]:valid ~ .validation span:first-child {
    top: 30px;
    left: 14px;
    width: 20px;
    height: 3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .admin-login-form-wrap input[type="password"]:valid ~ .validation span:last-child,
  .admin-login-form-wrap input[type="email"]:valid ~ .validation span:last-child {
    top: 35px;
    left: 8px;
    width: 11px;
    height: 3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .admin-login-form-wrap .validation {
    display: none;
    position: absolute;
    content: " ";
    height: 60px;
    width: 30px;
    right: 15px;
    top: 0px;
  }
  
  .admin-login-form-wrap input[type="submit"], .admin-login-form-wrap input[type="button"], .admin-login-form-wrap button[type="submit"],.admin-login-form-wrap a[type="button"]  {
    border: none;
    display: block;
    background-color: #00b1eb;
    color: #fff;
    /* font-weight: bold; */
    padding-top: 5px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
  }


  .admin-login-form-wrap input[type="submit"]:hover, .admin-login-form-wrap input[type="button"]:hover, a[type="button"]:hover  {
    background-color: #2b3e51;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .admin-login-form-wrap #create-account-wrap {
    background-color: #e9e3fc;
    color: #8a8b8e;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
  }
  #admin-lost .formLoginPerdu, #admin-register .form-registration, #reset-password .form-reset-password {
    padding-bottom: 50px;

  }

  .admin-login-form-wrap label {
    margin-bottom: 10px;
    display: block;
    font-weight: bolder;
  }
  .admin-login-form-wrap h2, .security-message-box h2 {
    font-weight: bolder;
  }

.button-security {
    border: none;
    display: block;
    background-color: #3ca9e2;
    color: #fff;
    /* font-weight: bold; */
    padding-top: 5px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    width: 55%;
    outline: none;
    height: 50px;
    /* line-height: 60px; */
    border-radius: 4px;
    margin-bottom: 26px;
}

.admin-login-form-wrap input[type=checkbox] {
  display: inline;
  box-sizing: border-box;
  width: auto;
  outline: none;
  height: auto;
  /* line-height: 60px; */
  border-radius: 4px;
}

.agree-checkbox {
  float: left;
}

.label-registration-checkbox {
  
  display: inline-block !important;
  text-align: left;
  justify-content: left;
  width: 90%;

}

.wysiwyg.formLogin p:first-of-type{
  margin-top: 0;
}

.form-group-admin {
  margin-top: 8px;
}

.help-block {
    margin: 15px auto 15px auto;
    color: #ffffff !important;
    display: inline-block;
}


  

  @media screen and (max-width:991px) {
    /* .admin-login-form-wrap {
        width: 100%;
    }
   */

  }

  @media screen and (max-width:767px) {
    #admin-login, #admin-register {
      width: 100%;
    }
    .admin-login-form-wrap, .security-message-box {
        width: 100%;
    }

    .admin-login-form-wrap input, .button-security {
        height: 40px;
        /* width: 95%; */
    }
    

  }