.modal{
    max-height: 100%;
}

  .tip {
    font-size: 20px;
    margin: 40px auto 50px;
    text-align: center;
  }
  .cont {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    background: #fff;
  }
  .form {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1.2s ease-in-out;
    padding: 0px 20px 0;
  }
  .heading4{
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'Poppins';
    text-align: center;
  }
  .para3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
    word-break: break-word;
    margin-top: 5px;
    font-family: SourceSansPro,sans-serif;
    color: #000;
}
  .sub-cont {
    overflow: hidden;
    position: absolute;
    left: 640px;
    top: 0;
    width: 900px;
    height: 100%;
    padding-left: 260px;
    background: #fff;
    transition: transform 1.2s ease-in-out;
  }
  .cont.s--signup .sub-cont {
    transform: translate3d(-640px, 0, 0);
  }
  button {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 36px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
  }
  .img {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 100%;
    padding-top: 360px;
  }
  .img:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 900px;
    height: 100%;
    background-size: cover;
    transition: transform 1.2s ease-in-out;
  }
  .img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .cont.s--signup .img:before {
    transform: translate3d(640px, 0, 0);
  }
  .img__text {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    transition: transform 1.2s ease-in-out;
  }
  .img__text h2 {
    margin-bottom: 10px;
    font-weight: normal;
  }
  .img__text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .cont.s--signup .img__text.m--up {
    transform: translateX(520px);
  }
  .img__text.m--in {
    transform: translateX(-520px);
  }
  .cont.s--signup .img__text.m--in {
    transform: translateX(0);
  }
  .img__btn {
    overflow: hidden;
    z-index: 2;
    position: relative;
    width: 100px;
    height: 36px;
    margin: 0 auto;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
  }
  .img__btn:after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 30px;
  }
  .img__btn span {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: transform 1.2s;
  }
  .img__btn span.m--in {
    transform: translateY(-72px);
  }
  .cont.s--signup .img__btn span.m--in {
    transform: translateY(0);
  }
  .cont.s--signup .img__btn span.m--up {
    transform: translateY(72px);
  }

  .cont label {
    display: block;
    width: 260px;
    margin: 25px auto 0;
    text-align: center;
  }
  .cont label span {
    font-size: 12px;
    color: #cfcfcf;
    text-transform: uppercase;
  }
 .cont input {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .forgot-pass {
    margin-top: 25px;
    text-align: center;
    font-size: 12px;
    color: #cfcfcf;
    display: block;
  }
  .forgot-pass:hover{
  text-decoration: none;
  color: #cfcfcf;
  }
  .cont .submit {
    margin-top: 40px;
    margin-bottom: 20px;
    background-image: linear-gradient(90deg,  #38b1d8 , #CA62D0);
    text-transform: uppercase;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    color: #fff;
    padding: 10px 10px;
    border: 0px solid #38b1d8;
    border-radius: 30px;
  }
  .submit:hover{
    background-image: linear-gradient(90deg,  #38b1d8 , #38b1d8);
  }
  .link2{
    background-image: linear-gradient(90deg,  #38b1d8 , #CA62D0);
    border: 0;
      border-radius: 200px;
      border: none;
      -webkit-box-shadow: 0px 9px 56px 0px rgba(109, 206, 247,.1);
      box-shadow: 0px 9px 5px 0px rgba(109, 206, 247,.1);
      padding: 5px 30px;
  }
  .link2:hover{
    background-image: linear-gradient(90deg,  #38b1d8 , #38b1d8);
    color: #fff;
    text-decoration: none;
  }
  .fb-btn {
    border: 2px solid #d3dae9;
    color: #8fa1c7;
    font-size: 15px;
      font-size: 14px;
      margin-top: 10px;
  }
  .fb-btn span {
    font-weight: bold;
    color: #455a81;
    font-size: 14px;
  }
  .google-btn {
    border: 2px solid #d3dae9;
    color: #8fa1c7;
      font-size: 14px;
  }
  .google-btn span {
    font-weight: bold;
    color: #455a81;
      font-size: 14px;
  }
  .sign-in {
    transition-timing-function: ease-out;
  }
  .cont.s--signup .sign-in {
    transition-timing-function: ease-in-out;
    transition-duration: 1.2s;
    transform: translate3d(640px, 0, 0);
  }
  .sign-up {
    transform: translate3d(-900px, 0, 0);
  }
  .cont.s--signup .sign-up {
    transform: translate3d(0, 0, 0);
  }
  .icon-link {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 32px;
  }
  .para3{
      text-align: center;
      margin-bottom: 40px;
  }
  .icon-link img {
    width: 100%;
    vertical-align: top;
  }
  .icon-link--twitter {
    left: auto;
    right: 5px;
  }
  
  @media (min-width: 120px) and (max-width: 720px){
  .cont {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 550px;
    margin: 30px auto 30px;
    background: #fff;
  }
  .img5 {
      padding: 20px 0px 10px 20px;
      width: 150px;
  }
  .link2 {
  margin-right: 0px;
  margin-top: 20px; 
  }
  .heading4 {
  margin-top: 0px;
  }
  .social-link1 {
      margin-top: 0px;
      margin-bottom: 90px;
  }
  }
  @media (min-width: 721px) and (max-width: 1023px) {
  .cont {
    overflow: hidden;
    position: relative;
    width: 70%;
    height: 550px;
    margin: 30px auto 100px;
    background: #fff;
  }
  }
  
  .fott5 p a {
      font-size: 15px;
      color: #ddd;
  }
  .fott5 p {
      font-size: 15px;
      color: #ddd;
      margin-top: 5px;
  }
  
  .fott5 p a:hover {
      font-size: 15px;
      color: #fff;
  }
  .fott5 p:hover {
      font-size: 15px;
      color: #fff;
    
  }
  
  .img5{
      height: 55px;
      margin: 20px 0px 0px;
      padding: 0;
      width: auto;
  }
  
  .para3 {
      margin-top: 5px;
  }
  