
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('https://fonts.googleapis.com/css?family=Poppins'); 
  }
  
  @font-face {
    font-family: Poppins-Medium;
    src: url('https://fonts.googleapis.com/css?family=Poppins'); 
  }
  
  @font-face {
    font-family: Poppins-Bold;
    src: url('https://fonts.googleapis.com/css?family=Poppins'); 
  }
  
  @font-face {
    font-family: Poppins-SemiBold;
    src: url('https://fonts.googleapis.com/css?family=Poppins'); 
  }
  
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ RESTYLE TAG ]*/
  
  * {
      margin: 0px;
      padding: 0px; 
      box-sizing: border-box;
  }
  
  body, html {
      height: 100%;
      font-family: Poppins-Regular, sans-serif;
  }
  
  /*---------------------------------------------*/
  a {
      font-family: Poppins-Regular;
      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;
  }
  
  a:focus {
      outline: none !important;
  }
  
  a:hover {
      text-decoration: none;
    color: #a64bf4;
  }
  
  /*---------------------------------------------*/
  h1,h2,h3,h4,h5,h6 {
      margin: 0px;
  }
  
  p {
      font-family: Poppins-Regular;
      font-size: 14px;
      line-height: 1.7;
      color: #666666;
      margin: 0px;
  }
  
  ul, li {
      margin: 0px;
      list-style-type: none;
  }
  
  
  /*---------------------------------------------*/
  input {
      outline: none;
      border: none;
      border-bottom-style: solid; border-bottom-width: 1px;
      border-bottom-color:#c1c1c1; 
  }
  
  textarea {
    outline: none;
    border: none;
  }
  
  textarea:focus, input:focus {
    border-color: transparent !important;
  }
  

  
  textarea::-webkit-input-placeholder { color: #adadad;}
  textarea:-moz-placeholder { color: #adadad;}
  textarea::-moz-placeholder { color: #adadad;}
  textarea:-ms-input-placeholder { color: #adadad;}
  
  /*---------------------------------------------*/
  button {
      outline: none !important;
      border: none;
      background-color: #fdda24;
  
       width: 80%;
  }
  
  button:hover {
      cursor: pointer;
  }
  
  iframe {
      border: none !important;
  }
  
  /*//////////////////////////////////////////////////////////////////
  [ Utility ]*/
  .txt1 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
  }
  
  .txt2 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    text-transform: uppercase;
  }
  
  .bg1 {background-color: #3b5998}
  .bg2 {background-color: #1da1f2}
  .bg3 {background-color: #ea4335}
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ login ]*/
  .limiter {
    width: 100%;
    margin: 0 auto;
  }
  
  .container-login100 {
    width: 100%;  
    min-height: 80vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: -150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
  }
  
  .wrap-login100 {
    width: 500px;
    height: calc(100% - 40px);
    background: white;
    border-radius: 0px;
    overflow: hidden;
    margin-top: 0%;
  }
  
  }
  .pixies {
    width: 100%;
    opacity: 0.50;
    background: #001C37;
    border-radius: 0px;
    overflow: hidden;
  }
  .textP {
      position:absolute;
      margin-top:0%;
      font-family:Courier;
      }
      
  .textypn1 {
      color: #003995;
      text-align:center;
      
  }
  
  .textypn2 {
      color: white;
      text-align:center;
      margin-top: 1%;
      font-family: Avenirltstd medium, sans-serif; 
      width: 100%;
      
  }
  
  
  #main-header {
      background: white;
      color: white;
      height: 175px;
      width: 100%;
      margin-top: 0%;
      
      }
  
  #main-header2 {
      background: white;
      color: white;
      height: 350px;
      width: 100%;
      margin-top: 6.5%;
      
      }
  
  .logo-header{
      position:relative;
      margin-top:0%;
      padding-left: 5%;
  }
  
  
  .menu-header{
    width: 37px;
    height: 28px;
    border: none;
    display: flex;
    background: none;
    flex-direction: column;
    cursor: pointer;
    margin-left: 90%;
    margin-top: -7%;
    
    
  }
  
  .ng-binding {
      border: 1px solid #ff2f73;
      border-radius: 35px;
      color: #ff2f73;
      display: inline-block;
      font-size: .87em;
      padding: 7px 47px;
      text-decoration: none;
      margin-left: 50%;
      
      
  }
  
  .ng-binding2 {
      border: 1px solid #ff2f73;
      border-radius: 35px;
      color: #ff2f73;
      display: inline-block;
      font-size: .87em;
      padding: 7px 47px;
      text-decoration: none;
  }
  
  
  @media all and (max-width: 760px) {
      .ng-binding {
          margin:0px;
          padding:0px;
          padding-left:0%;
          display:none;
          float:none;
  
          
      }
  }
  
  @media all and (max-width: 760px) {
      .ng-binding2 {
          margin:0px;
          padding:0px;
          padding-left:0%;
          display:none;
          float:none;
  
          
      }
  }
  
  .menu-header span{
    width: 37px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #444444;
    border-radius: 3px;
    transform-origin: 4px 0px;
    transition: all .2s linear;
    
  }
  
  .bar-menu{
    width: 37px;
    height: 28px;
    border: none;
    display: flex;
    background: none;
    flex-direction: column;
    cursor: pointer;
    margin-top:-5%;
    
    
  }
  
  @media screen and (min-width:600px) {
    .bar-menu{
      display: none;
    }
  
  .button-header.close span {
    opacity: 1;
    transform: rotate(45deg) translate(0px, 0px);
    background: #ffffff;
  }
  
  .button-header.close span:nth-child(2){
    transform: rotate(-45deg) translate(-8px, 5px);
  }
  
  .button-header.close span:nth-child(3){
    display: none;
  }
  
  }
  
  
  /*------------------------------------------------------------------
  [ Form ]*/
  
  .login100-form {
    width: 100%;
    align-content:center;
    align-items:center;
    margin-top: -6%;
   
  }
  
  .login100-form-title {
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
  }
  
  
  
  /*------------------------------------------------------------------
  [ Input ]*/
  
  .wrap-input100 {
    width: 100%;
    position: relative;
    margin-top: 3%;
  }
  .wrap-input101 {
    width: 100%;
    position: relative;
     margin-top: -3%;
  }
  
  .label-input100 {
    font-family: Helvetica;
    font-size: 12px;
    color: white;
    line-height: 1.5;
    padding-left: 0px;
    margin-top: 50%;
  }
  
  .label-input101 {
    font-family: Helvetica;
    font-size: 12px;
    color: white;
    line-height: 1.5;
    padding-left: 0px;
  }
  
  .label-input110 {
    font-family: Helvetica;
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    padding-left: 0px;
    word-spacing: 0.40em;
  }
  
  .input100 {
    font-family: Avenirnextltpro, sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 0px 0 3px;
    border-radius: 2%;
    text-align: left;
    
    
  }
  
  .input101 {
    font-family: Avenirnextltpro, sans-serif;
    font-size: 18px;
    text-align: left;
    color: #black;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 0px 0 0px;
    margin-top: 0%;
        border-radius: 0;
    text-align: left;
    margin-top: 0%;
        background-color: #fff;
  }
  
  
  
  /*---------------------------------------------*/
  .focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    
  }
  .focus-input101 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  
  .focus-input100::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: #000000;
    font-size: 22px;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 20px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
    
  }
  
  .focus-input101::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: #adadad;
    font-size: 22px;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 20px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
  }
  
  
  .focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #c1c1c1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .focus-input101::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #004293;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .input100:focus + .focus-input100::before {
    width: 100%;
  }
  
  .input101:focus + .focus-input100::before {
    width: 100%;
  }
  
  .has-val.input100 + .focus-input100::before {
    width: 100%;
  }
  
  .has-val.input101 + .focus-input100::before {
    width: 100%;
  }
  
  .input100:focus + .focus-input100::after {
    color: #c1c1c1;
  }
  
  .input101:focus + .focus-input100::after {
    color: #c1c1c1;
  }
  
  .has-val.input100 + .focus-input100::after {
    color: #c1c1c1;
  }
  
  
  .has-val.input101 + .focus-input100::after {
    color: #c1c1c1;
  }
  
  /*------------------------------------------------------------------
  [ Button ]*/
  .container-login100-form-btn {
    justify-content: center;
    margin-top: -30px;
    
    
  }
  
  .wrap-login100-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    
    margin: 0 auto;
   
  }
  
  .login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 130%;
    margin-left: %;
    align-items: center;
    border-radius: 40px;
  }
  
  .login100-form-btn {
    font-family: Avenirnextltpro,sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
   
  
   
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0px;
    height: 130%;
     border-radius: 40px;
     
  }
  
  .wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
  }
  
  
  /*------------------------------------------------------------------
  [ Alert validate ]*/
  
  .validate-input {
    position: relative;
  }
  
  .alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    bottom: calc((100% - 20px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 2px;
    pointer-events: none;
  
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
  
    visibility: hidden;
    opacity: 0;
  
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  
  .alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    bottom: calc((100% - 20px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 8px;
  }
  
  .alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
  }
  
  @media (max-width: 992px) {
    .alert-validate::before {
      visibility: visible;
      opacity: 1;
    }
  }
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Social item ]*/
  .login100-social-item {
    font-size: 25px;
    color: #fff;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px;
  }
  
  .login100-social-item:hover {
    color: #fff;
    background-color: #333333;
  }
  
  /*//////////////////////////////////////////////////////////////////
  [ Responsive ]*/
  
  @media (max-width: 576px) {
    .wrap-login100 {
      padding-left: 15px;
      padding-right: 15px;
    }
  } 
  
  