
.ftco-section {
 }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #fff; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.login-wrap {
  position: relative;
  color: rgba(255, 255, 255, 0.9); }
  .login-wrap h3 {
    font-weight: 300;
    color: #fff; }
  .login-wrap .social {
    width: 100%; }
    .login-wrap .social a {
      width: 100%;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.4);
      color: #000;
      background: #fff; }
      .login-wrap .social a:hover {
        background: #000;
        color: #fff;
        border-color: #000; }

.form-group {
  position: relative; }

.field-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.9); }

.form-control {
  background: rgba(255, 255, 255, 0.80);
  border: none;
  height: 40px;
  color: black !important;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5	0);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: black !important; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: black !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: black !important; }
  .form-control:hover, .form-control:focus {
    background: white;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--primary-color); }
  .form-control:focus {
    border-color: var(--primary-color); }

textarea.form-control {
  height: inherit !important; }

.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a.fb, a.fb:hover {
	border:none!important;
    color: #fff !important;
    background:#4b69b1!important;
}
a.gle, a.gle:hover {
	border:none!important;
    color: #fff !important;
    background:#e83f3a!important;
}
.login-wrap {
    border-radius: 10px;
    padding: 20px;
    background: #000000b3;
}
a.new-ac-btn {
    border: 1px solid var(--primary-color);
    text-align: center;
    display: block;
}
.w-50 {
    font-size: 13px;
}
section.ftco-section.sign-up {
    padding: 20px;
}

label.checkbox-primary input{margin-right:10px;}
label.checkbox-primary {
    display: flex;
    align-items: center;
}
.login-wrap .social a svg {
    margin-right: 9px;
    width: 19px;
    font-size: 14px;
}
a.new-ac-btn:hover {
	color:#fff;
	background:var(--primary-color);
    border: 1px solid var(--primary-color);
    text-align: center;
    display: block;
}


.btn {
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  text-transform: uppercase; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
   background:var(--primary-color);
    color: #000 !important; }
    .btn.btn-primary:hover {
      border: 1px solid var(--primary-color;
      background: var(--secondary-color);;
      color: #000; }
    .btn.btn-primary.btn-outline-primary {
   
      background: transparent;
      color: #fbceb5; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #fbceb5;
        color: #fff; }
