
body {
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: #f8f9fd;
    color: gray; }

  a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #f35588; }
    a:hover, a:focus {
      text-decoration: none !important;
      outline: none !important;
      -webkit-box-shadow: none;
      box-shadow: none; }

  h1, h2, h3, h4, h5,
  .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: "Lato", Arial, sans-serif;
    color: #000; }

  .bg-primary {
    background: #f35588 !important; }

  .ftco-section {
    padding: 3em 0; }

  .ftco-no-pt {
    padding-top: 0; }

  .ftco-no-pb {
    padding-bottom: 0; }

  .heading-section {
    font-size: 28px;
    color: #000; }

  .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

  .wrap {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }

  .text-wrap{
    width: 45%;
  }

  .login-wrap {
    width: 55%;
    padding-top: 50px !important;
    padding-bottom: 90px !important;
}

    @media (max-width: 991.98px) {
      .text-wrap, .login-wrap {
        width: 100%; } }

  .text-wrap {
    background: #034b7c;
    color: #fff;
    direction: rtl;
    border-radius: 0 15px 15px 0;
  }

    .text-wrap .text h4 {
      font-weight: 900;
      color: #fff; }

  .login-wrap {
    position: relative;
    background: #fff;
    text-align: right;
    direction: rtl;
    border-radius: 15px 0 0 15px;
 }
    .login-wrap h3 {
      font-weight: 300; }

  .form-group {
    position: relative; }
    .form-group .label {
      font-size: 12px;
      text-transform: uppercase;
      color: #000;
         }
    .form-group a {
      color: gray; }


    @media (prefers-reduced-motion: reduce) {
      .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control:focus, .form-control:active {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #afc2ff; }

  .social-media {
    position: relative;
    width: 100%; }
    .social-media .social-icon {
      display: block;
      width: 40px;
      height: 40px;
      background: transparent;
      border: 1px solid rgba(0, 0, 0, 0.05);
      font-size: 16px;
      margin-right: 5px;
      border-radius: 50%; }
      .social-media .social-icon span {
        color: #999999; }
      .social-media .social-icon:hover, .social-media .social-icon:focus {
        background: #f35588; }
        .social-media .social-icon:hover span, .social-media .social-icon:focus span {
          color: #fff; }

  .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; }

  /* Hide the browser's default checkbox */
  .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0; }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

  /* Show the checkmark when checked */
  .checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2); }

  /* Style the checkmark/indicator */
  .checkbox-primary {
    color: #f35588; }
    .checkbox-primary input:checked ~ .checkmark:after {
      color: #f35588; }

      .label-style{
        position: absolute;
        top: -10px;
        right: 10px;
        color: #9d9d9d;
        background: white;
        padding: 0 5px
      }
      .label-style:after{
        content: '*';
        color:red;
      }
      .reg-text{
        position: absolute;
        bottom: 10px;
        width: 100%;
        right: 0;
        text-align: center;
      }
      .btn-primary{
        color: #fff;
        background-color: #6791f5;
        border-color: #688ef5;
      }
      .btn-primary:hover{
        color: #fff;
        background-color: #5076d0;
        border-color: #6987d9;
      }
.visually-hidden{
  display: none;
}
.refresh-captcha{
  transform: rotate(0deg);
  transition: 0.5s all;

}
.refresh-captcha:hover{
  cursor: pointer;
  transform: rotate(360deg);
}
.btn-dblue{
  background-color: #034b7c;
  border-color: #034b7c;
  color: white;
}
.btn-dblue:hover{
  background-color: #115c8f;
  border-color: #0c69a7;
  color: white;

}
.login-text {
  position: absolute;
  bottom: 10px;
  width: 100%;
  right: 0;
  text-align: center;
}