.signup2 , .login2 {
  height: 100%;
      position: absolute;
      width: 100%;

      top: 0;
}
.navbar-inverse {
    background-color: #ffffff00;
    border: none;
}
.navbar-right , .hamburger {
    display: none;
}
.signup2 .control-label , .login2 .control-label {
display: none !important;
}
.left{
  display : flex;
  justify-content : center;
  align-items : center;
  height : 100%;
  background: transparent url(../../../img/static/login-bg2.jpg) 0 0 no-repeat;
	color: #fff;
	background-size: cover;
	    min-height: 100vh;    overflow: hidden;

}
.right{
  display : flex;
  justify-content : center;
  align-items : center;
  background-color:#FFF;
  height : 100%;
  color : #3d231b;
      min-height: 100vh;    overflow: hidden;
}
@media (max-width: 1200px) {
  .left{
    height:50%
  }
  .right{
    height:50%
  }
}

	.container-sec {
		position: relative;
		width: 100%;
		height: 100%;
	}

  .sign-panels {
      max-width: 570px;
      padding: 20px 10px;
      margin: 20px auto;
      border-radius: 20px;
      text-align: center;
  }

.title {
    color: #232323;
}

.title span {
    display: block;
    font-size: 32px;
    font-weight: bold;
}

.title p {
    font-size: 14px;
    font-weight: 500;
}

.sign-panels input , .form-control {
  -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 height: 42px; // Increase height as required
 margin-bottom: 30px;
 padding: 5px 20px; // Now only left & right padding
    width: 100%;
    display: block;
    margin-bottom: 15px;
    height: 38px;
    border-radius: 5px;
    border: none;
    background: #ffffff;
    text-align: left;
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 500;
    min-width: 320px;
    margin: 0;
    border: 1px solid #d0d0d0;
}

.sign-panels input::placeholder {
  opacity: .5;
}

.sign-panels input:focus {
    outline:none;
}

.sign-panels input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0px;
    min-width: 25%;
    top: 11px;
    position: absolute;
    left: 0;
}

.btn-signin {
    display: inline-block;
    width: 50%;
    margin-top: 10px;
    background: #48a1ff;
    border-radius: 50px;
    padding: 11px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: none;
    box-shadow: none;
    cursor: pointer;
	min-width: 200px;
}

.btn-reset,.btn-member,.btn-fade {
    font-size: 14px;
    font-weight: 500;
    color: #9f9f9f;
    display: block;
    /*width: 210px;*/
    margin: 30px auto 0;
    text-decoration: none;

}
.btn-member {
    margin-top: 15px;
}

@media screen and (max-width: 1200px) {
.sign-panels {    background: #fff; }
    .sign-panels {
        width: 90%;
        padding: 40px;
    }
.left , .right {
    position: absolute;    width: 100%;
}
.right {
   background: none;
}
}

@media screen and (max-width: 570px) {
    .sign-panels {
        padding: 40px 20px;
    }

    .btn-face, .btn-twitter {
        width: 100%;
    }
    .btn-face {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .sign-panels input {
        height: 40px;
        min-width: 200px;
    }
    .sign-panels {
    padding: 40px 10px;
        margin: 40px auto 0;
  }

}

@media screen and (max-width: 480px) {
    .sign-panels input[type="checkbox"] + label {
        width: 100%;
    }

    .btn-signin {
        width: 80%;
    }

    .title span {
        font-size: 36px;
    }

}
