#extr-page .hero {
    background-image: url("../img/gradient/login.png");
    background-position: 0 137px;
    background-repeat: no-repeat;
    float: left;
    height: 290px;
    width: 100%;
  }
  
  .text-justify {
    text-align: justify;
  }
  
  #extr-page #header #logo img {
    height: 40px;
    width: auto;
  }
  
  #extr-page #header #logo {
    margin-top: 18px;
  }
  
  #extr-page h4.paragraph-header {
    width: auto;
  }
  
  #extr-page .login-app-icons {
    margin-top: 45px;
  }
  
  #extr-page #header {
    color: white;
    background: none !important;
    border: none !important;
  }
  
  #extr-page {
    background-image:url();
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
  }
  
  
  #main{
    width: 100%;
  min-height: 80vh !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  }
  
  #extr-page #main {
    background: none !important;
    margin: 0;
  }
  
  
  .fadeInDown{
  background: none;
  }
  .well{
  padding: 50px 40px 20px 40px;
  background: #ffffff;
  border-radius: 10px;
  border:none;
  height: auto;
  width: 390px;
  overflow: hidden;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    text-align: center;
  }
  
  #content{
  display: flex;
  justify-content: center;
  
  align-items: center;
  }
  
  #extr-page::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(93,84,240,0.5);
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.30), rgba(0, 0, 0, 0.75));
  
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.30), rgba(0, 0, 0, 0.75));
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.30), rgba(0, 0, 0, 0.75));
    background: linear-gradient(bottom, rgba(255, 255, 255, 0.30), rgba(0, 0, 0, 0.75));
    pointer-events: none;
  }
  
  #login-form{
  text-align: center;
  }
  .input-form-login{
  font-size: 16px!important;
  color: #4b2354!important;
  line-height: 1.2!important;
  display: block!important;
  width: 100%!important;
  height: 62px!important;
  background: transparent!important;
  padding: 0 20px 0 23px!important;
  border-radius: 8px !important;
  border : none !important;
  margin: 10px auto 15px auto !important;
  }
  
  .login-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: rgba(255, 102, 0, 1);
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 10px 30px 0px rgba(255, 102, 0, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(255, 102, 0, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(255, 102, 0, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(255, 102, 0, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(255, 102, 0, 0.5);
     margin: 10px auto 25px !important;
     border: none;
     text-align: center;
  }
  
  .login-form-btn:hover {
      box-shadow: 0 10px 30px 0px rgba(29, 13, 2, 0.753);
      -moz-box-shadow: 0 10px 30px 0px rgba(29, 13, 2, 0.753);
      -webkit-box-shadow: 0 10px 30px 0px rgba(29, 13, 2, 0.753);
      -o-box-shadow: 0 10px 30px 0px rgba(29, 13, 2, 0.753);
      -ms-box-shadow: 0 10px 30px 0px rgba(29, 13, 2, 0.753);
    }
  
  .focus-input{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 15px;
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  
  }
  
  .focused{
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .login-social-item {
    font-size: 25px;
    color: #666a91;;
    display: -webkit-box;
    display: -webkit-inline-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 15px 10px 10px 10px !important;
    text-decoration: none;
  
  }
  
  .btn-dialog-forgot {
      color: white;
      border: none;
      border-radius: 8px;
      height: 30px;
  }
  
  .btn-dialog-success {
      background-color: #ff7e1f;
  }
  
  .btn-dialog-cancel {
      background-color: #9e9b9b;
  }
  
  .login-social-item:hover{
  text-decoration: none;
  }
  
  #username_forgot{
    border: 1px solid gray !important;
  }
  
  header a {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  
  .align-items{
  display: flex;
  
  }
  
  .align-items img {
  display: flex;
  }
  
  .logo-img{
  max-height: 33.8px;
  margin-top: 4px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  }
  
  .logo-gif{
  width: 40px;
  margin-right: 7px;
  margin-top: -3px;
  margin-left: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  }
  
  
  #dialog_forgotPassword{
  display: none;
  }
  
  .ui-dialog{
  width: 100% !important;
  max-width: 400px;
  }
  
  .btn-focused{
  background-color: #130117;
  }
  
  .btn-header{
  border: 1px solid white;
  color: white;
  border-radius: 5px;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  }
  
  .btn-header:hover{
  text-decoration: none;
  color:  #ff7f00;
  background-color: white;
  }
  
  fieldset .login-form {
    background: #ffffff;
  }

  .smart-form .note a {
    font-weight: 500;
  }

  .ui-dialog  div {
    border: none !important;
  }

  .error-input-border{
    border: 1px solid red !important;
    border-radius: 15px;
  }

  #social h4{
    font-size: 14px;
  }

  #social h4:last-child{
    font-size: 10px;
  }

  .checkbox:nth-child(2) {
    line-height: 18px;
  }

  .checkbox {
    text-align: left;
    padding-left: 29px !important;
  }

  .well h4 {
    font-size: 10px;
  }
  
  .grecaptcha-badge{
    bottom: 100px !important;
  }

  .author-image a{
    color: white;
    float: inline-start;
    font-size: 14px;
    font-weight: initial;
    bottom: 0px !important;
    right: 10px;
    position: fixed !important;
    text-align: right;
    text-shadow: 1px 1px 2px black;
  }
  
  @media screen and (max-width: 600px) {
    .hidden-mobile {
      display: none !important;
    }

    .btn-header{
        font-size: 12px;
    }
  }

  @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .hidden-mobile {
        display: none !important;
      }
      .logo-gif{
          display: none !important;
      }
      .btn-header{
          font-size: 12px;
      }

      .well{
          margin: 0;
          padding: 10px !important;
          max-width: 350px;
      }

      #username_forgot{
          font-size: 14px !important;
      }

      #main {
          padding: 0 !important;
      }

      #extr-page{
        width: -webkit-fill-available;
        width: 100%;
      }
      .smart-form section {
        margin-bottom: 0;
      
      }
      .author-image{
        color: white;
        float: right;
        font-size: 14px;
        font-weight: 500;
        bottom: 0px;
        right: 10px;
        position: relative !important;
      }

    }
