/* <!--A Design by Bootstraplayouts
   Author: Bootstraplayouts
   Author URL: http://bootstraplayouts.com--> */

/*========================= attractive starts =========================*/

@media (max-width:1200px) {
  .white-box {
    padding: 20px 30px;
  }
  .white-box {
    margin: 0;
  }
}

@media (max-width:768px) {
  .white-box .social li a i {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 0px 0px 0px 0;
  }
  .white-box .social li {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 0 10px;
    
  }
}

@media (max-width:576px) {
  .white-box {
    position: relative;
    padding: 10px 20px;
    text-align: left;
    min-height: 120px;
    max-height: 420px;
    border-radius: 0 0 10px 10px;
  }
  .white-box img {
    width: 70px;
  }
  .img{
    text-align: center;
  }
  .white-box.left-side h2 {
    line-height: 1.2;
    font-weight: 600;
    margin: 10px 0;
    font-size: 23px;
    text-transform: uppercase;
  }
  .white-box .social li a i {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 0 5px;
  }
  .white-box form h4 {
    font-size: 23px;
    margin-bottom: 0px;
  }
  
  .forget-form .white-box form h4 {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .white-box .new-acc {
    margin: 0px 0;
    font-size: 13px;
}
  .forget-form .white-box form p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .white-box.left-side {
    position: relative;
    padding: 20px 20px;
    text-align: center;
    min-height: 120px;
    max-height: 420px;
    border-radius: 10px 10px 0 0;
  }
  .meta{
    padding: 70px 0 40px 0;
  }
  .white-box form {
    min-width: 260px;
  }
  .white-box form .form-control {
    font-size: 14px;
  }
  .white-box form .custom-control-label {
    margin: 0;
  }
  .f-btns li a, .f-btns li button {
    padding: 3px 30px;
    font-size: 14px;
  }
  .white-box form h2 {
    line-height: 1.2;
    font-size: 30px;
  }
  .white-box a i.fa-arrow-left {
    top: -20px;
    left: 20px;
    font-size: 17px;
    padding: 15px;
  }
  footer p {
    padding: 10px 0;
    font-size: 14px;
  }
  .reg-form form .form-control {
    margin-bottom: 10px;
  }
  .white-box .info li:nth-child(2) {
    margin-bottom: 0px;
    margin-top: 0px;
}
}

@media (max-width:319px) , (max-height:700px) {
  .common-form {
    height: unset;
  }
  .meta{
    padding: 100px 0 60px 0;
  }

  footer p{
    position: relative;
  }
}

/*========================= attractive ends =========================*/