
.overlay, .form-panel.one:before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  
  width: 100%;
  height: 100%;
}
.promo-row{
  --bs-gutter-x:0 !important
}
.form {
  z-index: 7;
  position: fixed;
 
  max-width: 408px !important;
  border-radius: 4px;

  margin: 0px auto 0px;
  overflow: hidden;
  top:35.2% !important;
  right: 0% !important;
}
.form-w{
  width: 200px!important;
  /* max-height: 12px !important; */
  max-height: 190px !important;
}
.form-b{
  width: 100% !important;
  min-height: 100% ;
}
.form-panel.two.active {
  
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: default;
  width: 100%;
  max-width: 408px !important;
  left: 0% !important;
  top :0% !important ;
  padding: 65px 0px 0px 0px !important;
}
.form-toggle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  transform-origin: center;
  transform: translate(0, -25%) scale(0);
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: fixed !important;
  top: 37.7% !important;
  margin-left: 0.5rem!important;

}
.form-toggle:before, .form-toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 39%;
  left: 30%;
  width: 30px;
  height: 4px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.form-toggle:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-toggle:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-toggle.visible {
  transform: translate(0, -25%) scale(1);
  opacity: 1;
      z-index: 999;
    right: -1% !important;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}
.form-group:last-child {
  margin: 0;
}
.form-group label {
  display: block;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.two .form-group label {
  color: #fff;
}
.form-group input {
  outline: none;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 20px;
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  transition: 0.3s ease;
}
.form-group input:focus {
  color: rgba(0, 0, 0, 0.8);
}
.two .form-group input {
  color: #fff;
}
.two .form-group input:focus {
  color: #fff;
}
.form-group button {
  outline: none;
  background: #4285f4;
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 12px 20px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  text-transform: uppercase;
  cursor: pointer;
}
.two .form-group button {
  background: #fff;
  color: #4285f4;
}
.form-group .form-remember {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.form-group .form-remember input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 0;
}
.form-group .form-recovery {
  color: #4285f4;
  font-size: 12px;
  text-decoration: none;
}
.form-panel {
  padding: 60px 60px 60px 60px;
  box-sizing: border-box;
}
.form-panel.one:before {
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.form-panel.one.hidden:before {
  display: block;
  opacity: 1;
  visibility: visible;
}
.form-panel.two {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 87%;
  background: #ee4141;
  width: 100%;
  /* min-height: 100%; */
  padding: 0px 0px 0px 90px ;
  transition: 0.3s ease;
  cursor: pointer;
}
.form-panel.two:before{
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 1.5%;
  background: #000;
  height: 30px;
  width: 2px;
  transition: 0.3s ease;
  margin-left: 5px;
}
.form-panel.two:after {
  margin-left: 10px;
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 1.5%;
  background: #000;
  height: 30px;
  width: 2px;
  transition: 0.3s ease;
}
.form-panel.two:after {
  left: 3%;
}
.form-panel.two:hover {
  left: 93%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form-panel.two:hover:before, .form-panel.two:hover:after {
  opacity: 0;
}

 
 
 
.form-panel.two.active:before, .form-panel.two.active:after {
  opacity: 0;
}
.form-header {
  margin: 0 0 40px;
}
.form-header h1 {
  padding: 4px 0;
  color: #4285f4;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.two .form-header h1 {
  position: relative;
  z-index: 40;
  color: #fff;
}
.pen-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 600px;
  margin: 20px auto 100px;
}
.pen-footer a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, .1);
}
.pen-footer a .material-icons {
  width: 12px;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 12px;
}
.cp-fab {
  background: #fff !important;
  color: #4285f4 !important;
}

.col-image {
  width: 100% !important;
  height: 296px !important;


}
.col-form{
  width: 100% !important;
  padding-left: 25px !important;
  padding-top: 3px !important;
  padding-right: 25px !important;
  padding-bottom: 0px !important;
}
.col-form-second{
  margin: 0 !important;
  padding-top: -30px !important;
}
@media screen and (max-height: 900px) , (max-width :550px) {
.form-panel.two.active{
  width: 82%;
  left: 18% !important;
 
  padding: 40px 0px 0px 0px !important;
}
.form-b {
  /* height: 100% !important; */
  min-height: 56vh !important;
}
.form-toggle{
  top:37% !important
}


.form-w{
max-height: 94px !important;
}
.form-panel.two:before ,.form-panel.two:after {
  top: 19px !important;
}
.col-image{
  height: 238px !important;

}
.col-form{
  min-height: 18vh !important;
}
.subscribe-text{
  font-size: 0.93rem !important;
}
.promo-row{
  min-height: 51vh !important;
}
}
@media screen and (max-height: 600px){
  .form-b{
    min-height: 60% !important;
  }

}
@media screen and (max-height: 730px)  {

  .form{
    top: 25.2% !important;
  }
  .form-toggle{
    top: 27% !important
  }
}
