.login-5 .btn-primary {

    background: #3eb391;

}

.login-5 .btn-primary::after {

    background: #298369;

}

.ugf-third-party-login {

    width: 100%;

}

.ugf-third-party-login a {

    display: block;

    width: 100%;

    text-align: center;

    border-radius: 5px;

    border: 1px solid rgba(0, 0, 0, 0.1);

    font-size: 14px;

    font-weight: 700;

    color: #546274;

    line-height: 60px;

    font-family: "Roboto", sans-serif;

    background: #ffffff;

  }

  .ugf-third-party-login a img {

    margin-right: 10px;

  }

  .already__account{

    margin-top: 20px;

  }

  .already__account p{

    font-size: 14px;

  }

  .already__account p a{

    color: #298369;

    font-size: 14px;

    font-weight: bold;

  }

  .login-5 .form-section {

    background: #fff;

  }

  .form-label-group {

    position: relative;

    margin-bottom: 25px !important;

  }

  .form-label-group.outline input {

    padding: 25px !important;

    font-size: 12px !important;

  }

  .form-label-group.outline label {

    font-size: 14px !important;

    line-height: 35px !important;

    color: #242424 !important;

  }

  .form-control {

    color: #495057;

    background-color: #fff;

    background-clip: padding-box;

    border: 2px solid #d9d9d9 !important;

    border-radius: 0px !important;

  }

  .form-label-group.outline input:focus ~ span label {

    line-height: 20px !important;

  }

  .form-label-group.outline label {

    font-size: 14px !important;

  }

  .login-5 .form-section h3 {

    margin: 0 0 10px;

    font-size: 25px;

    font-weight: 400;

  }

  .login-5 .form-section .form-check-input {

    border: 1px solid #3eb391;

  }

  .form-label-group span i {

    font-size: 14px;

    color: #3eb391;

    margin-right: 5px;

  }

  .login-5 .form-check-input:checked {

    background-color: #3eb391 !important;

  }

  .form__title{

    margin-bottom: 30px;

  }

  .form__title p{

    margin-top: 20px;

    width: 72%;

    margin: 0 auto;

    font-size: 15px !important;

  }

  .login-5 .logo img {

    margin-bottom: 30px;

    height: auto !important;

    width: 150px;

  }



  body{

    font-family: 'Jost', sans-serif !important;

  }

  .login-5 .form-section .extra-login > span {

    background: #f2fff8;

  }

  .login-5 .bg-img {

    background: url(../img/login-bg.jpg) top left repeat;

    background-position: center center;

background-repeat: no-repeat;

  }

  .login-5 .bg-img::before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(38, 91, 76, 0.63);

  }

  .login-5 .info p {

    color: #fff;

    opacity: 1;

    font-size: 15px;

    line-height: 25px;

    padding-right: 70px;

    z-index: 100;

    position: relative;

  }

  .backhomebtn{

    position: absolute;

bottom: 30px;

left: 30px;

  }

  .backhomebtn a button{

    background: transparent !important;

    border: 1px solid #fff !important;

    padding: 0px 40px !important;

    line-height: 40px !important;

    font-size: 14px !important;

  }



  .terms{

    color: #298369 !important;

  }



  .primain__cont{

    width: 90%;

    margin: 0 auto;

  }

  .primain__cont p strong{

    font-size: 20px;

  }

  .wiz_frmheader {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 20px 40px;

    margin-bottom: 0px;

    background: #fff;

    position: fixed;

    width: 100%;

    z-index: 60;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

  }

  .wiz_frmheader img {

    width: 120px;

  }

  .alternet-access p {

    font-size: 13px;

  }

  .alternet-access p a {

    color: #3eb391;

    font-weight: 600;

  }

  .privacy__policy_section{

    padding-top: 140px;

    padding-bottom: 100px;

  }

  .trp__con a{

    text-decoration: none !important;

  }

  .primain__cont a{

    color: #3eb391;

  }





  @media (max-width:767px){

    .login-5 .form-section .form-check-label {

      font-size: 13px;

    }

    .formify_signup_fullwidth_two .form_tab_two .form_tab li .nav-link {

      font-size: 14px;

      line-height: 15px;

    }

  }


  /* styling controls */
  .login-5 .form-section .form-control {
    font-size: 14px !important;
  }

  .form-label-group.outline input:focus ~ span label {
    line-height: 20px !important;
  }

  .form-label-group.outline label{
    background-color: transparent !important;
    transition: all var(--outline-animation-duration) var(--outline-transition-type);
  }


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s !important;
}


.login-5 .form-section .form-control {
  position: relative;
}
.eye_box{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.form-label-group.outline input:not(:placeholder-shown) ~ span label{
  top: -15px !important;
}



/* erros login form style */

.log__cols{
  position: relative;
}

.errormessage__{
  position: absolute !important;
  top: -25px;
right: 1px;
}