.fa-google {
    background: conic-gradient(
            from -45deg,
            #ea4335 110deg,
            #4285f4 90deg 180deg,
            #34a853 180deg 270deg,
            #fbbc05 270deg
        )
        73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.social-media .gbtn {
    background: none !important;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    width: 150px;
    color: #3c4043;
    font-size: 14px;
    cursor: pointer;
}
.social-media-1 {
    display: flex;
    justify-content: center;
}
.social-media-1 .gbtn {
    background: none !important;
    width: 170px;
    color: #3c4043;
    font-size: 14px;
    border: none !important;
    padding-left: 20px;
    cursor: pointer;
}
/*.ft-modal {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
          z-index: 9999;
          overflow: auto;
      position: fixed;
          visibility: hidden;
      margin-top: -250px;
      background: rgba(0,0,0,0);

      transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
  }

  .ft-modal:target {
      opacity: 1;
      margin-top: 0px;
      visibility: visible;
  }

  .ft-modal-content {
      width: 70%;
      padding: 25px;
      background: #FFF;
      max-width: 600px;
      margin: 70px auto;
      position: relative;
      border-radius: 8px;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  }*/

/*
  .ft-modal-close {
      top: 9px;
      right: 12px;
      float: right;
      position: absolute;
  }
  */

/* The Modal (background) */
.ft-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background: rgba(0, 0, 0, 0);

    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* Modal Content/Box */
.ft-modal-content {
    width: 70%;
    padding: 25px;
    background: #fff;
    max-width: 600px;
    margin: 70px auto;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

.d-none {
    display: none;
}

.btn.transparent {
  margin: 0;
  display: flex;
  justify-content: center;
  background: none;
  align-items: center;
  text-decoration: none;
  border: 2px solid #fff;
  width: 130px !important;
  height: 41px !important;
  font-weight: 600;
  font-size: 0.8rem;
}

.btn.transparent:hover{
  background: #00afef;
}


#captcha_in_form #captcha{
    margin: 15px 0px;
}

#captcha_in_form #captcha .preview{
    color: #555;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px dashed #888;
    border-radius: 0.5em;
    margin-bottom: 1.6em;
    font-weight: bold;


}

.form_input_captcha {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1em;
    border: 0.1em solid #dadce0;
    border-radius: 0.5em;
    outline: none;
    padding: 1em;
    z-index: 1;
    background: none;
}


.form_label_captcha{
    position: absolute;
    left: 1em;
    top: 5.2em;
    padding: 0 .25em;
    background-color: #fff;
    color: #80868b;
    font-size: 1em;
    transition: .4s;
}

.form_input_captcha:focus + .form_label_captcha{
    top: 4.7em;
    left: .8em;
    color: rgb(28,164,248);
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:not(:placeholder-shown).form_input_captcha:not(:focus) + .form_label_captcha{
    top: 4.6em;;
    left: .8em;
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:focus{
    border: .1em solid rgb(28,164,248);
}

#captcha_in_form #captcha .preview span{
    display: inline-block;
    user-select: none;
}

#captcha_in_form #captcha .captcha_form{
    display: flex;
}

#captcha_in_form #captcha .captcha_form input{
    width: 100%;
    font-size: 1em;
    border-radius: 0.5em;
    outline: none;
    padding: 1em;
    z-index: 1;
    background: none;
}


#captcha_in_form #captcha .captcha_form .captcha_refersh{
    width: 40px;
    border: none;
    outline: none;
    background: #2196f3;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5px;
}
.captcha_refersh{
    transition: .4s;

}

.captcha_refersh:hover{
    transition: .4s;

    transform: scale(0.90);
}
