body {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: normal;
  background: #e7f0f6;
  color: gray;
}

.wrap {
        width: 100%;
        border-radius: 50px;
        -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); }
.ftco-section {
    padding: 12em 0; }
    @media only screen and (max-width: 767px) {
        .developed {
            display: none;
        }
        .company_logo{
            display: none;
        }
    }
    
    @media only screen and (max-width: 3000px) {
        .developed {
            margin-top: 200px;
        }
    }
    

    
    @media only screen and (max-width: 767px) {
        .text-wrap {
            border-top-left-radius: 20px;   
            border-bottom-right-radius: 20px;  
            border-bottom-left-radius: 20px;  
            background: #414dff;
            color: #fff; }
        .login-wrap {
            /* border-top-left-radius: 30px; */
            border-top-right-radius: 30px;
            /* border-bottom-left-radius: 30px; */
            border-bottom-right-radius: 30px;
            position: relative;
            background: #fff; }
            .ftco-section {
                padding: 0em 0; }
        }
      


.text-wrap, .login-wrap {
    width: 50%; }
    @media (max-width: 991.98px) {
    .text-wrap, .login-wrap {
        width: 100%; 
    } 

    
    }
  
  .text-wrap {
    border-top-right-radius: 20px;   
    border-bottom-right-radius: 20px;  
    background: #414dff;
    color: #fff; }
    /* background: -moz-linear-gradient(-45deg, #f75959 0%, #f35587 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #f75959), color-stop(100%, #f35587));
    background: -webkit-linear-gradient(-45deg, #f75959 0%, #f35587 100%);
    background: -o-linear-gradient(-45deg, #f75959 0%, #f35587 100%);
    background: -ms-linear-gradient(-45deg, #f75959 0%, #f35587 100%);
    background: -webkit-linear-gradient(315deg, #f75959 0%, #f35587 100%);
    background: -o-linear-gradient(315deg, #f75959 0%, #f35587 100%);
    background: linear-gradient(135deg, #f75959 0%, #f35587 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75959', endColorstr='#f35587', GradientType=1 ); */
    .text-wrap .text h2 {
      font-weight: 900;
      color: #fff; }
  
  .login-wrap {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    background: #fff; }
    .login-wrap h3 {
      font-weight: 300; }
  
  .form-group {
    position: relative; }
    .form-group .label {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #000;
      font-weight: 700; }
    .form-group a {
      color: gray; }
  
  .form-control {
    height: 48px;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 16px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @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;
      background: rgba(0, 0, 0, 0.07);
      border-color: transparent; }
  

  .btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 50px; }
    .btn:hover, .btn:active, .btn:focus {
      outline: none; }

    .btn.btn-white {
      background: #fff;
      border: 1px solid #fff;
      color: #fff; }
      .btn.btn-white:hover {
        border: 1px solid #fff;
        background: transparent;
        color: #fff; }
      .btn.btn-white.btn-outline-white {
        border: 1px solid #fff;
        background: transparent;
        color: #fff; }
        .btn.btn-white.btn-outline-white:hover {
          border: 1px solid transparent;
          background: #fff;
          color: #000; }
  


    /* .btn.btn-primary:hover {
      border: 1px solid #f35588;
      background: #f35588;
      color: #fff; } */
