/*
	Template Name:  CODEX FORMS PACK
	Author: Codex Expert 
	Description: R CODEX FORMS PACK
	Version: 1.0
*/

/* Table of Content
==================================================

-  Login Form 1 / Register Form 1
-  Login Form 2 / Register Form 2
-  Login Form 3 / Register Form 3
-  Forget Form 1
-  Forget Form 2
-  Forget Form 3
-  Reset Password Form 1  / Contact Form 1 / Feedback Form 1 / Review Form 1
-  Reset Password Form 2  / Contact Form 2 / Feedback Form 2 / Review Form 2
-  Reset Password Form 3  / Contact Form 3 / Feedback Form 3 / Review Form 3
-  Credit Card Form 1
-  Credit Card Form 2
-  Credit Card Form 3
-  Payment Form 1
-  Payment Form 2
-  Payment Form 3

*/
  


/**  Login Form 1 / Register Form 1 **/

.form-box-size {
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
}
.login-form-1 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
 
}

.login-form-1 .form-group {
  position: relative;
}

.login-form-1 .form-group i {
    position: absolute;
    right: 0;
    top: 10px;
} 

.login-form-1 .form-group + .form-group {
  margin-top: 30px;
}

.login-form-1 .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #71818c;
  background-color: #fff;
  z-index: 10;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  font-size: 18px;
}

.login-form-1 .focused .form-label {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  font-size: .75em;
}

.login-form-1 .form-input {
    position: relative;
    padding: 25px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}
.login-form-1 .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.login-form-1 .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}

.login-form-1 .checkbox {
    padding: 20px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: left;
}
.login-form-1 .checkbox label {
  cursor: pointer;
  padding-left: 0;
}
.login-form-1 .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.login-form-1 .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 10px;
}
.login-form-1 .checkbox .checkbox-material:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.login-form-1 .checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.login-form-1 .checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
          animation: checkbox-off 0.3s forwards ease-out;
}
.login-form-1 .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.login-form-1 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
          animation: checkbox-on 0.3s forwards ease-out;
}
.login-form-1 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.login-form-1 .checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.login-form-1 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.login-form-1 .checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.login-form-1 .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.login-form-1 .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}


.login-form-title-1 {
    margin-bottom: 50px;
}

.login-form-1 .login-form-title-1 h3{
    font-size: 30px;
    font-weight: 300;
}

 

.login-form-1 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.login-form-1 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}


.login-form-1 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}


.login-form-1 .do_you_have {
    margin: 30px 0 0 0;
}

.login-form-1 .do_you_have p {
    font-size: 16px;
}

.login-form-1 .do_you_have a{
    color: #4843d2;
    text-decoration: none;
}
.login-form-1 .forgets{
    padding-top: 20px;
}

 

/** Login Form 2 / Register Form 2 **/

.form-box-size {
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
}
.login-form-2 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
 
}
.login-form-2 .formRow--item{
    position: relative;
}
.login-form-2 .formRow--item i {

    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -16px;
    line-height: 30px;

}
.login-form-2.formRow {
  position: relative;
  width: 100%;
}
.login-form-2 .formRow--item {
  display: block;
  width: 100%;
}
.login-form-2 .formRow--input {
  position: relative;
  padding: 15px 20px 11px;
  width: 100%;
  outline: none;
  border: solid 1px #95989a;
  border-radius: 4px;
  color: #2c3235;
  letter-spacing: .2px;
  font-weight: 400;
  font-size: 16px;
  resize: none;
  transition: all .2s ease;
}
.login-form-2 .formRow--input-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-top:30px;

}
.login-form-2 .formRow--input-wrapper.active .placeholder {
  top: -5px;
  background-color: #ffffff;
  color: #fd999a;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 11px;
  line-height: 14px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.login-form-2 .formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover) ~ .placeholder {
  color: #fec8c9;
}
.login-form-2 .formRow--input-wrapper .formRow--input:focus, .formRow--input-wrapper .formRow--input:hover {
  border-color: #fd999a;
}
.login-form-2 .formRow .placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  padding: 0 10px;
  color: #71818c;
  white-space: nowrap;
  letter-spacing: .2px;
  font-weight: normal;
  font-size: 16px;
  transition: all, .2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
 

.login-form-2 .checkbox {
    padding: 20px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: left;
}
.login-form-2 .checkbox label {
  cursor: pointer;
  padding-left: 0;
}
.login-form-2 .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.login-form-2 .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 10px;
}
.login-form-2 .checkbox .checkbox-material:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.login-form-2 .checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.login-form-2 .checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
          animation: checkbox-off 0.3s forwards ease-out;
}
.login-form-2 .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.login-form-2 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
          animation: checkbox-on 0.3s forwards ease-out;
}
.login-form-2 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.login-form-2 .checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.login-form-2 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.login-form-2.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.login-form-1 .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.login-form-2.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}



.login-form-title-2 {
    margin-bottom: 50px;
}

.login-form-2 .login-form-title-2 h3{
    font-size: 30px;
    font-weight: 300;
}

 

.login-form-2 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.login-form-2 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}


.login-form-2 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}


.login-form-2 .do_you_have-2 {
    margin: 30px 0 0 0;
}

.login-form-2 .do_you_have-2 p {
    font-size: 16px;
}

.login-form-2 .do_you_have-2 a{
    color: #4843d2;
    text-decoration: none;
}
.login-form-2 .forgets{
    padding-top: 20px;
}





/** Login Form 3 / Register Form 3 **/

.form-box-size {
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
}
.login-form-3 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
 
}

.login-form-3 .form-group {
  position: relative;
}

.login-form-3 .form-group i {
    position: absolute;
    left: 0;
    top: 10px;
}

.login-form-3 .form-group + .form-group {
  margin-top: 30px;
}

.login-form-3 .form-label {
    position: absolute;
    left: 35px;
    top: 10px;
    color: #71818c;
    background-color: #fff;
    z-index: 10;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    font-size: 18px;
}

.login-form-3 .focused .form-label {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  font-size: .75em;
}

.login-form-3 .form-input {
    position: relative;
    padding: 25px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
        padding-left: 30px;
}
.login-form-3 .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}


.login-form-3 .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}

 

.login-form-3 .checkbox {
    padding: 20px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: left;
}
.login-form-3 .checkbox label {
  cursor: pointer;
  padding-left: 0;
}
.login-form-3 .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.login-form-3 .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 10px;
}
.login-form-3 .checkbox .checkbox-material:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.login-form-3 .checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.login-form-3 .checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
          animation: checkbox-off 0.3s forwards ease-out;
}
.login-form-3 .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.login-form-3 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
          animation: checkbox-on 0.3s forwards ease-out;
}
.login-form-3 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.login-form-3 .checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.login-form-3 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.login-form-3.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.login-form-3 .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.login-form-3.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}

.login-form-title-3 {
    margin-bottom: 50px;
} 

.login-form-3 .login-form-title-3 h3{
    font-size: 30px;
    font-weight: 300;
}

 

.login-form-3 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.login-form-3 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}


.login-form-3 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}

.login-form-3{
    position: relative;
}
.login-form-title-3 {
    position: absolute;
    top: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}


.login-form-title-3 h3 {
    background: #ff5252;
     color: #fff;
    line-height: 40px;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
.login-img {
    margin: 20px 0 30px 0;
}
.login-img img {
    width: 40%;
    border: 5px solid #ff5252;
    border-radius: 100%;
}
.login-form-3 .do_you_have {
    margin: 30px 0 0 0;
}

.login-form-3 .do_you_have p {
    font-size: 16px;
}

.login-form-3 .do_you_have a{
    color: #4843d2;
    text-decoration: none;
}
.login-form-3 .forgets{
    padding-top: 20px;
}

  


/**  Forget Form 1 **/

.form-box-size {
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
}
.forget-form-1 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
 
}

.forget-form-1 .form-group {
  position: relative;
}

.forget-form-1 .form-group i {
    position: absolute;
    right: 0;
    top: 10px;
}

.forget-form-1 .form-group + .form-group {
  margin-top: 30px;
}

.forget-form-1 .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #71818c;
  background-color: #fff;
  z-index: 10;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  font-size: 18px;
}

.forget-form-1 .focused .form-label {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  font-size: .75em;
}

.forget-form-1 .form-input {
    position: relative;
    padding: 25px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}
.forget-form-1 .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.forget-form-1 .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}

 
.forget-form-title-1 {
    margin-bottom: 50px;
}

.forget-form-1 .forget-form-title-1 h3{
    font-size: 30px;
    font-weight: 300;
}

 

.forget-form-1 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.forget-form-1 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}


.forget-form-1 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}


.forget-form-1 .do_you_have {
    margin: 30px 0 0 0;
}
.forget-form-1 .do_you_have.forget p {
    line-height: 27px;
    font-size: 17px;
}
.forget-form-1 .do_you_have p {
    font-size: 16px;
}

.forget-form-1 .do_you_have a{
    color: #4843d2;
    text-decoration: none;
}
.forget-form-1 .forgets{
    padding-top: 20px;
}


/**  Forget Form 2 **/

.form-box-size {
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
}
.forget-form-2 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
 
}
.forget-form-2 .formRow--item{
    position: relative;
}
.forget-form-2 .formRow--item i {

    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -16px;
    line-height: 30px;

}
.forget-form-2.formRow {
  position: relative;
  width: 100%;
}
.forget-form-2 .formRow--item {
  display: block;
  width: 100%;
}
.forget-form-2 .formRow--input {
  position: relative;
  padding: 15px 20px 11px;
  width: 100%;
  outline: none;
  border: solid 1px #95989a;
  border-radius: 4px;
  color: #2c3235;
  letter-spacing: .2px;
  font-weight: 400;
  font-size: 16px;
  resize: none;
  transition: all .2s ease;
}
.forget-form-2 .formRow--input-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-top:30px;

}
.forget-form-2 .formRow--input-wrapper.active .placeholder {
  top: -5px;
  background-color: #ffffff;
  color: #fd999a;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 11px;
  line-height: 14px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.forget-form-2 .formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover) ~ .placeholder {
  color: #fec8c9;
}
.forget-form-2 .formRow--input-wrapper .formRow--input:focus, .formRow--input-wrapper .formRow--input:hover {
  border-color: #fd999a;
}
.forget-form-2 .formRow .placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  padding: 0 10px;
  color: #71818c;
  white-space: nowrap;
  letter-spacing: .2px;
  font-weight: normal;
  font-size: 16px;
  transition: all, .2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
 

 

.forget-form-title-2 {
    margin-bottom: 50px;
}

.forget-form-2 .login-form-title-2 h3{
    font-size: 30px;
    font-weight: 300;
}

.forget-form-2 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}

.forget-form-2 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.forget-form-2 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}


.forget-form-2 .do_you_have-2 {
    margin: 30px 0 0 0;
}

.forget-form-2 .do_you_have-2 p {
   font-size: 17px;
    line-height: 27px;
}

.forget-form-2 .do_you_have-2 a{
    color: #4843d2;
    text-decoration: none;
}
.forget-form-2 .forgets{
    padding-top: 20px;
}


/**  Forget Form 3 **/


.form-box-size {
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
}
.forget-form-3 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
 
}

.forget-form-3 .form-group {
  position: relative;
}

.forget-form-3 .form-group i {
    position: absolute;
    left: 0;
    top: 10px;
}

.forget-form-3 .form-group + .form-group {
  margin-top: 30px;
}

.forget-form-3 .form-label {
    position: absolute;
    left: 35px;
    top: 10px;
    color: #71818c;
    background-color: #fff;
    z-index: 10;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    font-size: 18px;
}

.forget-form-3 .focused .form-label {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  font-size: .75em;
}

.forget-form-3 .form-input {
    position: relative;
    padding: 25px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
        padding-left: 30px;
}
.forget-form-3 .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}


.forget-form-3 .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}

.forget-form-title-3 {
    margin-bottom: 50px;
} 

.forget-form-3 .login-form-title-3 h3{
    font-size: 30px;
    font-weight: 300;
}

 

.forget-form-3 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.forget-form-3 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}


.forget-form-3 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}

.forget-form-3{
    position: relative;
}
.forget-form-title-3 {
    position: absolute;
    top: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}


.forget-form-title-3 h3 {
    background: #ff5252; 
    color: #fff;
    line-height: 40px;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
.forget-img {
    margin: 20px 0 30px 0;
}
.forget-img img {
    width: 40%;
    border: 5px solid #ff5252;
    border-radius: 100%;
}
.forget-form-3 .do_you_have {
    margin: 30px 0 0 0;
}

.forget-form-3 .do_you_have p {
    font-size: 17px;
    line-height: 27px;
}

.forget-form-3 .do_you_have a{
    color: #4843d2;
    text-decoration: none;
}
.forget-form-3 .forgets{
    padding-top: 20px;
}




/**  Reset Password Form 1 / Contact Form 1 / Feedback Form 1 / Review Form 1 **/

.form-box-size {
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
}
.Reset-form-1 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
 
}

.Reset-form-1 .form-group {
  position: relative;
}

.Reset-form-1 .form-group i {
    position: absolute;
    right: 0;
    top: 10px;
}

.Reset-form-1 .form-group + .form-group {
  margin-top: 30px;
}

.Reset-form-1 .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #71818c;
  background-color: #fff;
  z-index: 10;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  font-size: 18px;
}

.Reset-form-1 .focused .form-label {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  font-size: .75em;
}

.Reset-form-1 .form-input {
    position: relative;
    padding: 25px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}
.Reset-form-1 .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.Reset-form-1 .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}

 
.Reset-form-title-1 {
    margin-bottom: 50px;
}

.Reset-form-1 .Reset-form-title-1 h3{
    font-size: 30px;
    font-weight: 300;
}

 

.Reset-form-1 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Reset-form-1 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}


.Reset-form-1 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}

.Reset-form-1 .do_you_have-1 p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
}

.Reset-form-1 .do_you_have.forget p {
    line-height: 27px;
    font-size: 17px;
}
.Reset-form-1 .do_you_have p {
    font-size: 16px;
}

.Reset-form-1 .do_you_have a{
    color: #4843d2;
    text-decoration: none;
}
.Reset-form-1 .forgets{
    padding-top: 20px;
}




/**  Reset Password Form 2 / Contact Form 2 / Feedback Form 2 / Review Form 2 **/

.form-box-size {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}
.Reset-form-2 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
 
}
.Reset-form-2 .formRow--item{
    position: relative;
}
.Reset-form-2 .formRow--item i {

    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -16px;
    line-height: 30px;

}
.Reset-form-2.formRow {
  position: relative;
  width: 100%;
}
.Reset-form-2 .formRow--item {
  display: block;
  width: 100%;
}
.Reset-form-2 .formRow--input {
  position: relative;
  padding: 15px 20px 11px;
  width: 100%;
  outline: none;
  border: solid 1px #95989a;
  border-radius: 4px;
  color: #2c3235;
  letter-spacing: .2px;
  font-weight: 400;
  font-size: 16px;
  resize: none;
  transition: all .2s ease;
}
.Reset-form-2 .formRow--input-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-top:30px;

}
.Reset-form-2 .formRow--input-wrapper.active .placeholder {
  top: -5px;
  background-color: #ffffff;
  color: #fd999a;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 11px;
  line-height: 14px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.Reset-form-2 .formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover) ~ .placeholder {
  color: #fec8c9;
}
.Reset-form-2 .formRow--input-wrapper .formRow--input:focus, .formRow--input-wrapper .formRow--input:hover {
  border-color: #fd999a;
}
.Reset-form-2 .formRow .placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  padding: 0 10px;
  color: #71818c;
  white-space: nowrap;
  letter-spacing: .2px;
  font-weight: normal;
  font-size: 16px;
  transition: all, .2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
 

 

.Reset-form-title-2 {
    margin-bottom: 50px;
}

.Reset-form-2 .login-form-title-2 h3{
    font-size: 30px;
    font-weight: 300;
}

 
.Reset-form-2 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}
.Reset-form-2 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Reset-form-2 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}


.Reset-form-2 .do_you_have-2 {
    margin: 30px 0 0 0;
}

.Reset-form-2 .do_you_have-2 p {
   font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
}

.Reset-form-2 .do_you_have-2 a{
    color: #4843d2;
    text-decoration: none;
}
.Reset-form-2 .forgets{
    padding-top: 20px;
}
.Reset-form-2 .Reset-form-title-2 h3 {
    font-size: 30px;
    font-weight: 300;
}
 
 

/**  Reset Password Form 3 / Contact Form 3 / Feedback Form 3 / Review Form 1 **/


.Reset-box-size {
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
}
.Reset-form-3 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
 
}

.Reset-form-3 .form-group {
  position: relative;
}

.Reset-form-3 .form-group i {
    position: absolute;
    left: 0;
    top: 10px;
}

.Reset-form-3 .form-group + .form-group {
  margin-top: 30px;
}

.Reset-form-3 .form-label {
    position: absolute;
    left: 35px;
    top: 10px;
    color: #71818c;
    background-color: #fff;
    z-index: 10;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    font-size: 18px;
}

.Reset-form-3 .focused .form-label {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  font-size: .75em;
}

.Reset-form-3 .form-input {
    position: relative;
    padding: 25px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
        padding-left: 30px;
}
.Reset-form-3 .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}


.Reset-form-3 .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}

.forget-form-title-3 {
    margin-bottom: 50px;
} 

.Reset-form-3 .login-form-title-3 h3{
    font-size: 30px;
    font-weight: 300;
}

 

.Reset-form-3 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Reset-form-3 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}


.Reset-form-3 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}

.Reset-form-3{
    position: relative;
}
.Reset-form-title-3 {
    position: absolute;
    top: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}


.Reset-form-title-3 h3 {
    background: #ff5252; 
    color: #fff;
    line-height: 40px;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
.forget-img {
    margin: 20px 0 30px 0;
}
.forget-img img {
    width: 40%;
    border: 5px solid #ff5252;
    border-radius: 100%;
}
.Reset-form-3 .do_you_have {
    margin: 30px 0 0 0;
}

.Reset-form-3 .do_you_have p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
}

.Reset-form-3 .do_you_have a{
    color: #4843d2;
    text-decoration: none;
}
.Reset-form-3 .forgets{
    padding-top: 20px;
}

 




/**  Credit Card Form 1 **/
 
.form-box-size-2{
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}


.credit-card-form-1 .tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
   margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.credit-card-form-1 .tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.credit-card-form-1 .tabs li {
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    display: inline-block;
}
.credit-card-form-1 .tabs a {
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}

.credit-card-form-1 .tabs_item {
  display: none;
  padding: 30px 0;
}
.credit-card-form-1 .tabs_item h4 {
  font-weight: bold;
  color: blue;
  font-size: 20px;
}
.credit-card-form-1 .tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.credit-card-form-1 .tabs_item:first-child {
  display: block;
}

 

.credit-card-form-1 .payments {
  width: 100%; 
  min-height: 200px; 
  text-align: center;
  position: relative;
}
.credit-card-form-1 .payments h1 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 40px;
}
.credit-card-form-1 .payments p {
  font-family: 'Quicksand', sans-serif;
  color: #888;
  margin-top: 50px;
}
.credit-card-form-1 .payments .blank_space {
  height: 75px;
  display: block;
}
.credit-card-form-1 .payments .fieldRow {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.credit-card-form-1 .payments .fieldRow.col2 {
  width: 210px;
  float: left;
}
.credit-card-form-1 .payments .fieldRow.last {
  float: right;
}
.credit-card-form-1 .payments .fieldRow.focus input {
  outline: none;
  border-color: #4aa9f2;
  box-shadow: 0px 0px 2px 3px #edf2f6;
  background-color: #FFF;
}
.credit-card-form-1 .payments .fieldRow.focus input::-webkit-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-1 .payments .fieldRow.focus input::-moz-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-1 .payments .fieldRow.focus input::-ms-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-1 .payments .fieldRow.focus input + label {
  left: -100px;
  opacity: 0;
}
..credit-card-form-1 .payments .fieldRow.focus input + label + i {
  opacity: 1;
}
.credit-card-form-1 .payments .fieldRow.active input {
  outline: none;
  border-color: #d2dbe2;
  box-shadow: none;
  background-color: #ecf1f5;
}
.credit-card-form-1 .payments .fieldRow.active input::-webkit-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-1 .payments .fieldRow.active input::-moz-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-1 .payments .fieldRow.active input::-ms-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-1 .payments .fieldRow.active input + label {
  left: -100px;
  opacity: 0;
}
.credit-card-form-1 .payments .fieldRow.active input + label + i {
  opacity: 1;
}
.credit-card-form-1 .payments .fieldRow.active .iconCheck {
  color: #98a7b4 !important;
}
.credit-card-form-1 .payments .fieldRow.credit_card {
  transition: all 0.35s ease;
}
.payments .fieldRow.credit_card.zoomOn {
  transform: scale(2);
  z-index: 999;
}
.credit-card-form-1 .payments .fieldRow.credit_card.zoomOn .zoomBtn {
  display: none;
}
.credit-card-form-1 .payments .fieldRow.credit_card.zoomOn .closeBtn {
  display: block;
}
.credit-card-form-1 .payments input {
  display: inline-block;
  padding: 8px 50px; 
  height: 55px;
  box-sizing: border-box;
  width: 100%; ze: 18px;
  transition: all .3s ease-in-out;
      border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out; 
}
.credit-card-form-1 .payments input.credit_card_number {
  padding-right: 100px;
}
.credit-card-form-1 .payments input + label {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 20px;
    color: #71818c;
    font-size: 18px;
    opacity: 1;
    transition: all 0.6s ease;
}
.credit-card-form-1 .payments input::-webkit-input-placeholder {
  color: #FFF;
}
.credit-card-form-1 .payments input::-moz-input-placeholder {
  color: #FFF;
}
.credit-card-form-1 .payments input::-ms-input-placeholder {
  color: #FFF;
}
.credit-card-form-1 .payments i {
  position: absolute;
  left: 20px;
  top: 17px;
  opacity: 0;
  color: #8d9dac;
  font-size: 21px;
}
.credit-card-form-1 .payments #iconCC {
  position: initial;
  left: 0;
  opacity: 1;
  color: #999;
  width: 30px;
  display: inline-block;
}
.credit-card-form-1 .payments .closeBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.7s ease;
  display: none;
}
.credit-card-form-1 .payments .closeBtn i {
  position: relative;
  left: 0;
  top: 0;
  color: #333;
  opacity: 1;
  font-size: 18px;
}
.credit-card-form-1 .payments .closeBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.credit-card-form-1 .payments .zoomBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  transition: all 0.7s ease;
}
.credit-card-form-1 .payments .zoomBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.credit-card-form-1 .payments .zoomBtn:hover:after, .payments .zoomBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.credit-card-form-1 .payments .zoomBtn:before {
  content: 'Enlarge the number to better control';
  width: 300px;
  height: 20px;
  padding: 5px 0;
  background-color: #888;
  display: block;
  position: absolute;
  z-index: 1;
  top: -50px;
  visibility: hidden;
  right: 0px;
  border-radius: 4px;
  color: #FFF;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.credit-card-form-1 .payments .zoomBtn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #888888 transparent transparent transparent;
  content: '';
  top: -21px;
  right: 12px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.credit-card-form-1 .payments .iconCheck {
  position: absolute;
  right: 20px;
  left: auto;
  top: 17px;
  opacity: 1;
  display: none;
}
.credit-card-form-1 .payments #iconWrong {
  color: #ea4949;
}
.credit-card-form-1 .payments #iconPassed {
  color: #73ba4b;
}

.credit-card-form-1 button[type="submit"] {
  width: 450px;
  margin: 20px 0;
  background: transparent;
  border: none;
  background: #4aa9f2;
  color: #FFF;
  padding: 15px;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  transition: all 0.35s ease;
}
.credit-card-form-1 button[type="submit"]:hover {
  cursor: pointer;
  background: #87D37C;
}

.credit-card-form-1 .overlay {
  position: fixed;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 998;
  opacity: 0.6;
  display: none;
}
.credit-card-form-1 .overlay.open {
  display: block;
}

.credit-card-form-1 span#panel-price {
    font-size: 40px;
    color: #ff5252;
    font-weight: 900;
}

.credit-card-form-1 .price_fix {
    padding: 25px 0;
}
.credit-card-form-1 .price_fix p {
    line-height: 30px;
}





.credit-card-form-1 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.credit-card-form-1 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}

.credit-card-form-1 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}


.credit-card-form-title-1 {
    margin-bottom: 50px;
}

.credit-card-form-title-1 h3{
    font-size: 30px;
    font-weight: 300;
}


.credit-card-form-1 .checkbox {
    padding: 20px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
}
.credit-card-form-1 .checkbox label {
  cursor: pointer;
  padding-left: 0;
}
.credit-card-form-1 .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.credit-card-form-1 .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 10px;
}
.credit-card-form-1 .checkbox .checkbox-material:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.credit-card-form-1 .checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.credit-card-form-1 .checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
          animation: checkbox-off 0.3s forwards ease-out;
}
.credit-card-form-1 .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.credit-card-form-1 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
          animation: checkbox-on 0.3s forwards ease-out;
}
.credit-card-form-1 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.credit-card-form-1 .checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.credit-card-form-1 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.credit-card-form-1 .checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.credit-card-form-1 .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.credit-card-form-1 .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}

.credit-card-form-1  .price_fix span{
    font-size: 40px;
    color: #ff5252;
    font-weight: 900;
}



 
/**  Credit Card Form 2 **/



.form-box-size-2{
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}


.credit-card-form-2 .tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
   margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.credit-card-form-2 .tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.credit-card-form-2 .tabs li {
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    display: inline-block;
}
.credit-card-form-2 .tabs a {
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}

.credit-card-form-2 .tabs_item {
  display: none;
  padding: 30px 0;
}
.credit-card-form-2 .tabs_item h4 {
  font-weight: bold;
  color: blue;
  font-size: 20px;
}
.credit-card-form-2 .tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.credit-card-form-2 .tabs_item:first-child {
  display: block;
}

 

.credit-card-form-2 .payments {
  width: 100%; 
  min-height: 200px; 
  text-align: center;
  position: relative;
}
.credit-card-form-2 .payments h1 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 40px;
}
.credit-card-form-2 .payments p {
  font-family: 'Quicksand', sans-serif;
  color: #888;
  margin-top: 50px;
}
.credit-card-form-2.payments .blank_space {
  height: 75px;
  display: block;
}
.credit-card-form-2 .payments .fieldRow {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.credit-card-form-2 .payments .fieldRow.col2 {
  width: 210px;
  float: left;
}
.credit-card-form-2.payments .fieldRow.last {
  float: right;
}
.credit-card-form-2.payments .fieldRow.focus input {
  outline: none;
  border-color: #4aa9f2;
  box-shadow: 0px 0px 2px 3px #edf2f6;
  background-color: #FFF;
}
.credit-card-form-2 .payments .fieldRow.focus input::-webkit-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-2.payments .fieldRow.focus input::-moz-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-2 .payments .fieldRow.focus input::-ms-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-2 .payments .fieldRow.focus input + label {
  left: -100px;
  opacity: 0;
}
..credit-card-form-2 .payments .fieldRow.focus input + label + i {
  opacity: 1;
}
.credit-card-form-2 .payments .fieldRow.active input {
  outline: none;
  border-color: #d2dbe2;
  box-shadow: none;
  background-color: #ecf1f5;
}
.credit-card-form-2 .payments .fieldRow.active input::-webkit-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-2 .payments .fieldRow.active input::-moz-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-2 .payments .fieldRow.active input::-ms-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-2 .payments .fieldRow.active input + label {
  left: -100px;
  opacity: 0;
}
.credit-card-form-2 .payments .fieldRow.active input + label + i {
  opacity: 1;
}
.credit-card-form-2 .payments .fieldRow.active .iconCheck {
  color: #98a7b4 !important;
}
.credit-card-form-2 .payments .fieldRow.credit_card {
  transition: all 0.35s ease;
}
.payments .fieldRow.credit_card.zoomOn {
  transform: scale(2);
  z-index: 999;
}
.credit-card-form-2 .payments .fieldRow.credit_card.zoomOn .zoomBtn {
  display: none;
}
.credit-card-form-2 .payments .fieldRow.credit_card.zoomOn .closeBtn {
  display: block;
}
.credit-card-form-2 .payments input {
  display: inline-block;
  padding: 8px 50px; 
  height: 55px;
  box-sizing: border-box;
  width: 100%; ze: 18px;
  transition: all .3s ease-in-out;
      border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out; 
}
.credit-card-form-2 .payments input.credit_card_number {
  padding-right: 100px;
}
.credit-card-form-2 .payments input + label {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 20px;
    color: #71818c;
    font-size: 18px;
    opacity: 1;
    transition: all 0.6s ease;
}
.credit-card-form-2 .payments input::-webkit-input-placeholder {
  color: #FFF;
}
.credit-card-form-2 .payments input::-moz-input-placeholder {
  color: #FFF;
}
.credit-card-form-2 .payments input::-ms-input-placeholder {
  color: #FFF;
}
.credit-card-form-2 .payments i {
  position: absolute;
  left: 20px;
  top: 17px;
  opacity: 0;
  color: #8d9dac;
  font-size: 21px;
}
.credit-card-form-2 .payments #iconCC {
  position: initial;
  left: 0;
  opacity: 1;
  color: #999;
  width: 30px;
  display: inline-block;
}
.credit-card-form-2 .payments .closeBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.7s ease;
  display: none;
}
.credit-card-form-2 .payments .closeBtn i {
  position: relative;
  left: 0;
  top: 0;
  color: #333;
  opacity: 1;
  font-size: 18px;
}
.credit-card-form-2 .payments .closeBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.credit-card-form-2 .payments .zoomBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  transition: all 0.7s ease;
}
.credit-card-form-2 .payments .zoomBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.credit-card-form-2 .payments .zoomBtn:hover:after, .payments .zoomBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.credit-card-form-2 .payments .zoomBtn:before {
  content: 'Enlarge the number to better control';
  width: 300px;
  height: 20px;
  padding: 5px 0;
  background-color: #888;
  display: block;
  position: absolute;
  z-index: 1;
  top: -50px;
  visibility: hidden;
  right: 0px;
  border-radius: 4px;
  color: #FFF;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.credit-card-form-2 .payments .zoomBtn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #888888 transparent transparent transparent;
  content: '';
  top: -21px;
  right: 12px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.credit-card-form-2 .payments .iconCheck {
  position: absolute;
  right: 20px;
  left: auto;
  top: 17px;
  opacity: 1;
  display: none;
}
.credit-card-form-2 .payments #iconWrong {
  color: #ea4949;
}
.credit-card-form-2 .payments #iconPassed {
  color: #73ba4b;
}

.credit-card-form-2 button[type="submit"] {
  width: 450px;
  margin: 20px 0;
  background: transparent;
  border: none;
  background: #4aa9f2;
  color: #FFF;
  padding: 15px;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  transition: all 0.35s ease;
}
.credit-card-form-2 button[type="submit"]:hover {
  cursor: pointer;
  background: #87D37C;
}

.credit-card-form-2 .overlay {
  position: fixed;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 998;
  opacity: 0.6;
  display: none;
}
.credit-card-form-2 .overlay.open {
  display: block;
}

.credit-card-form-2  .price_fix span{
    font-size: 40px;
    color: #ff5252;
    font-weight: 900;
}

.credit-card-form-2 .price_fix {
    padding: 25px 0;
}
.credit-card-form-2 .price_fix p {
    line-height: 30px;
}



.credit-card-form-2 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.credit-card-form-2 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}

.credit-card-form-2 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}


.credit-card-form-title-2 {
    margin-bottom: 50px;
}

.credit-card-form-title-2 h3{
    font-size: 30px;
    font-weight: 300;
}

.credit-card-form-2 .checkbox {
    padding: 20px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
}
.credit-card-form-2 .checkbox label {
  cursor: pointer;
  padding-left: 0;
}
.credit-card-form-2 .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.credit-card-form-2 .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 10px;
}
.credit-card-form-2 .checkbox .checkbox-material:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.credit-card-form-2 .payments .fieldRow.last {
    float: right;
}

.credit-card-form-2 .checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.credit-card-form-2 .checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
          animation: checkbox-off 0.3s forwards ease-out;
}
.credit-card-form-2 .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.credit-card-form-2 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
          animation: checkbox-on 0.3s forwards ease-out;
}
.credit-card-form-2 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.credit-card-form-2 .checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.credit-card-form-2 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.credit-card-form-2 .checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.credit-card-form-2 .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.credit-card-form-2 .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}







 
/**  Credit Card Form 3 **/



.form-box-size-2{
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}


.credit-card-form-3 .tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
   margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.credit-card-form-3 .tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.credit-card-form-3 .tabs li {
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    display: inline-block;
}
.credit-card-form-3 .tabs a {
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}

.credit-card-form-3 .tabs_item {
  display: none;
  padding: 30px 0;
}
.credit-card-form-3 .tabs_item h4 {
  font-weight: bold;
  color: blue;
  font-size: 20px;
}
.credit-card-form-3 .tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.credit-card-form-3 .tabs_item:first-child {
  display: block;
}

 

.credit-card-form-3 .payments {
  width: 100%; 
  min-height: 200px; 
  text-align: center;
  position: relative;
}
.credit-card-form-3 .payments h1 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 40px;
}
.credit-card-form-3 .payments p {
  font-family: 'Quicksand', sans-serif;
  color: #888;
  margin-top: 50px;
}
.credit-card-form-3 .payments .blank_space {
  height: 75px;
  display: block;
}
.credit-card-form-3 .payments .fieldRow {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.credit-card-form-3 .payments .fieldRow.col2 {
  width: 210px;
  float: left;
}
.credit-card-form-3 .payments .fieldRow.last {
  float: right;
}
.credit-card-form-3 .payments .fieldRow.focus input {
  outline: none;
  border-color: #4aa9f2;
  box-shadow: 0px 0px 2px 3px #edf2f6;
  background-color: #FFF;
}
.credit-card-form-3 .payments .fieldRow.focus input::-webkit-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-3 .payments .fieldRow.focus input::-moz-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-3 .payments .fieldRow.focus input::-ms-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-3 .payments .fieldRow.focus input + label {
  left: -100px;
  opacity: 0;
}
..credit-card-form-3 .payments .fieldRow.focus input + label + i {
  opacity: 1;
}
.credit-card-form-3 .payments .fieldRow.active input {
  outline: none;
  border-color: #d2dbe2;
  box-shadow: none;
  background-color: #ecf1f5;
}
.credit-card-form-3 .payments .fieldRow.active input::-webkit-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-3 .payments .fieldRow.active input::-moz-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-3 .payments .fieldRow.active input::-ms-input-placeholder {
  color: #8d9dac;
}
.credit-card-form-3 .payments .fieldRow.active input + label {
  left: -100px;
  opacity: 0;
}
.credit-card-form-3 .payments .fieldRow.active input + label + i {
  opacity: 1;
}
.credit-card-form-3 .payments .fieldRow.active .iconCheck {
  color: #98a7b4 !important;
}
.credit-card-form-3 .payments .fieldRow.credit_card {
  transition: all 0.35s ease;
}
.payments .fieldRow.credit_card.zoomOn {
  transform: scale(2);
  z-index: 999;
}
.credit-card-form-3 .payments .fieldRow.credit_card.zoomOn .zoomBtn {
  display: none;
}
.credit-card-form-3 .payments .fieldRow.credit_card.zoomOn .closeBtn {
  display: block;
}
.credit-card-form-3 .payments input {
  display: inline-block;
  padding: 8px 50px; 
  height: 55px;
  box-sizing: border-box;
  width: 100%; ze: 18px;
  transition: all .3s ease-in-out;
      border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out; 
}
.credit-card-form-3 .payments input.credit_card_number {
  padding-right: 100px;
}
.credit-card-form-3 .payments input + label {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 20px;
    color: #71818c;
    font-size: 18px;
    opacity: 1;
    transition: all 0.6s ease;
}
.credit-card-form-3 .payments input::-webkit-input-placeholder {
  color: #FFF;
}
.credit-card-form-3 .payments input::-moz-input-placeholder {
  color: #FFF;
}
.credit-card-form-3 .payments input::-ms-input-placeholder {
  color: #FFF;
}
.credit-card-form-3 .payments i {
  position: absolute;
  left: 20px;
  top: 17px;
  opacity: 0;
  color: #8d9dac;
  font-size: 21px;
}
.credit-card-form-3 .payments #iconCC {
  position: initial;
  left: 0;
  opacity: 1;
  color: #999;
  width: 30px;
  display: inline-block;
}
.credit-card-form-3 .payments .closeBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.7s ease;
  display: none;
}
.credit-card-form-3 .payments .closeBtn i {
  position: relative;
  left: 0;
  top: 0;
  color: #333;
  opacity: 1;
  font-size: 18px;
}
.credit-card-form-3 .payments .closeBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.credit-card-form-3 .payments .zoomBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  transition: all 0.7s ease;
}
.credit-card-form-3 .payments .zoomBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.credit-card-form-3 .payments .zoomBtn:hover:after, .payments .zoomBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.credit-card-form-3 .payments .zoomBtn:before {
  content: 'Enlarge the number to better control';
  width: 300px;
  height: 20px;
  padding: 5px 0;
  background-color: #888;
  display: block;
  position: absolute;
  z-index: 1;
  top: -50px;
  visibility: hidden;
  right: 0px;
  border-radius: 4px;
  color: #FFF;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.credit-card-form-3 .payments .zoomBtn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #888888 transparent transparent transparent;
  content: '';
  top: -21px;
  right: 12px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.credit-card-form-3 .payments .iconCheck {
  position: absolute;
  right: 20px;
  left: auto;
  top: 17px;
  opacity: 1;
  display: none;
}
.credit-card-form-3 .payments #iconWrong {
  color: #ea4949;
}
.credit-card-form-3 .payments #iconPassed {
  color: #73ba4b;
}

.credit-card-form-3 button[type="submit"] {
  width: 450px;
  margin: 20px 0;
  background: transparent;
  border: none;
  background: #4aa9f2;
  color: #FFF;
  padding: 15px;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  transition: all 0.35s ease;
}
.credit-card-form-2 button[type="submit"]:hover {
  cursor: pointer;
  background: #87D37C;
}

.credit-card-form-3 .overlay {
  position: fixed;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 998;
  opacity: 0.6;
  display: none;
}
.credit-card-form-3 .overlay.open {
  display: block;
}

.credit-card-form-3 span#panel-price {
    font-size: 40px;
    color: #ff5252;
    font-weight: 900;
}

.credit-card-form-3 .price_fix {
    padding: 25px 0;
}
.credit-card-form-3 .price_fix p {
    line-height: 30px;
}


.credit-card-form-3 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.credit-card-form-3 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}

.credit-card-form-3 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}



.credit-card-form-title-3 {
    margin-bottom: 50px;
}

.credit-card-form-title-3 h3{
    font-size: 30px;
    font-weight: 300;
}

.credit-card-form-3 .checkbox {
    padding: 20px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
}
.credit-card-form-3 .checkbox label {
  cursor: pointer;
  padding-left: 0;
}
.credit-card-form-3 .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.credit-card-form-3 .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 10px;
}
.credit-card-form-3 .checkbox .checkbox-material:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.credit-card-form-3 .checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.credit-card-form-3 .checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
          animation: checkbox-off 0.3s forwards ease-out;
}
.credit-card-form-3 .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.credit-card-form-3 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
          animation: checkbox-on 0.3s forwards ease-out;
}
.credit-card-form-3 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.credit-card-form-3 .checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.credit-card-form-3 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.credit-card-form-3 .checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.credit-card-form-3 .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.credit-card-form-1 .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}

.credit-card-form-3  .price_fix span{
    font-size: 40px;
    color: #ff5252;
    font-weight: 900;
} 




/**  Payment Form 1 **/
 
.form-box-size-2{
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}

.Payment-card-form-1 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
 
}

.Payment-card-form-1 .form-group {
  position: relative;
}

.Payment-card-form-1 .form-group i {
    position: absolute;
    right: 0;
    top: 10px;
}

.Payment-card-form-1 .form-group + .form-group {
  margin-top: 30px;
}

.Payment-card-form-1 .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #71818c;
  background-color: #fff;
  z-index: 10;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  font-size: 18px;
}

.Payment-card-form-1 .focused .form-label {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  font-size: .75em;
}

.Payment-card-form-1 .form-input {
    position: relative;
    padding: 25px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}
.Payment-card-form-1 .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.Payment-card-form-1 .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}



.Payment-card-card-form-1 .tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
   margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.Payment-card-form-1 .tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
    width: 100%;
}
.Payment-card-form-1 .tabs li {
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    display: inline-block;
}
.Payment-card-form-1 .tabs a {
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}

.Payment-card-form-1 .tabs_item {
  display: none;
  padding: 30px 0;
}
.Payment-card-form-1 .tabs_item h4 {
  font-weight: bold;
  color: blue;
  font-size: 20px;
}
.Payment-card-form-1 .tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.Payment-card-form-1 .tabs_item:first-child {
  display: block;
}

 

.Payment-card-form-1 .payments {
  width: 100%; 
  min-height: 200px; 
  text-align: center;
  position: relative;
}
.Payment-card-form-1 .payments h1 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 40px;
}
.Payment-card-form-1 .payments p {
  font-family: 'Quicksand', sans-serif;
  color: #888;
  margin-top: 50px;
}
.Payment-card-form-1 .payments .blank_space {
  height: 75px;
  display: block;
}
.Payment-card-form-1 .payments .fieldRow {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.Payment-card-form-1 .payments .fieldRow.col2 {
  width: 210px;
  float: left;
}
.Payment-card-form-1 .payments .fieldRow.last {
  float: right;
}
.Payment-card-form-1 .payments .fieldRow.focus input {
  outlPaymentine: none;
  border-color: #4aa9f2;
  box-shadow: 0px 0px 2px 3px #edf2f6;
  background-color: #FFF;
}
.Payment-card-form-1 .payments .fieldRow.focus input::-webkit-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-1 .payments .fieldRow.focus input::-moz-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-1 .payments .fieldRow.focus input::-ms-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-1 .payments .fieldRow.focus input + label {
  left: -100px;
  opacity: 0;
}
..Payment-card-form-1 .payments .fieldRow.focus input + label + i {
  opacity: 1;
}
.Payment-card-form-1 .payments .fieldRow.active input {
  outline: none;
  border-color: #d2dbe2;
  box-shadow: none;
  background-color: #ecf1f5;
}
.Payment-card-form-1 .payments .fieldRow.active input::-webkit-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-1 .payments .fieldRow.active input::-moz-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-1 .payments .fieldRow.active input::-ms-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-1 .payments .fieldRow.active input + label {
  left: -100px;
  opacity: 0;
}
.Payment-card-form-1 .payments .fieldRow.active input + label + i {
  opacity: 1;
}
.Payment-card-form-1 .payments .fieldRow.active .iconCheck {
  color: #98a7b4 !important;
}
.Payment-card-form-1 .payments .fieldRow.credit_card {
  transition: all 0.35s ease;
}
.Payment .fieldRow.credit_card.zoomOn {
  transform: scale(2);
  z-index: 999;
}
.Payment-card-form-1 .payments .fieldRow.credit_card.zoomOn .zoomBtn {
  display: none;
}
.Payment-card-form-1 .payments .fieldRow.credit_card.zoomOn .closeBtn {
  display: block;
}
.Payment-card-form-1 .payments input {
  display: inline-block;
  padding: 8px 50px; 
  height: 55px;
  box-sizing: border-box;
  width: 100%; ze: 18px;
  transition: all .3s ease-in-out;
      border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out; 
}
.Payment-card-form-1 .payments input.credit_card_number {
  padding-right: 100px;
}
.Payment-card-form-1 .payments input + label {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 20px;
    color: #71818c;
    font-size: 18px;
    opacity: 1;
    transition: all 0.6s ease;
}
.Payment-card-form-1 .payments input::-webkit-input-placeholder {
  color: #FFF;
}
.Payment-card-form-1 .payments input::-moz-input-placeholder {
  color: #FFF;
}
.Payment-card-form-1 .payments input::-ms-input-placeholder {
  color: #FFF;
}
.Payment-card-form-1 .payments i {
  position: absolute;
  left: 20px;
  top: 17px;
  opacity: 0;
  color: #8d9dac;
  font-size: 21px;
}
.Payment-card-form-1 .payments #iconCC {
  position: initial;
  left: 0;
  opacity: 1;
  color: #999;
  width: 30px;
  display: inline-block;
}
.Payment-card-form-1 .payments .closeBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.7s ease;
  display: none;
}
.Payment-card-form-1 .payments .closeBtn i {
  position: relative;
  left: 0;
  top: 0;
  color: #333;
  opacity: 1;
  font-size: 18px;
}
.Payment-card-form-1 .payments .closeBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.Payment-card-form-1 .payments .zoomBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  transition: all 0.7s ease;
}
.Payment-card-form-1 .payments .zoomBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.Payment-card-form-1 .payments .zoomBtn:hover:after, .payments .zoomBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Payment-card-form-1 .payments .zoomBtn:before {
  content: 'Enlarge the number to better control';
  width: 300px;
  height: 20px;
  padding: 5px 0;
  background-color: #888;
  display: block;
  position: absolute;
  z-index: 1;
  top: -50px;
  visibility: hidden;
  right: 0px;
  border-radius: 4px;
  color: #FFF;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.Payment-card-form-1 .payments .zoomBtn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #888888 transparent transparent transparent;
  content: '';
  top: -21px;
  right: 12px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.Payment-card-form-1 .payments .iconCheck {
  position: absolute;
  right: 20px;
  left: auto;
  top: 17px;
  opacity: 1;
  display: none;
}
.Payment-card-form-1 .payments #iconWrong {
  color: #ea4949;
}
.Payment-card-form-1 .payments #iconPassed {
  color: #73ba4b;
}

.Payment-card-form-1 button[type="submit"] {
  width: 450px;
  margin: 20px 0;
  background: transparent;
  border: none;
  background: #4aa9f2;
  color: #FFF;
  padding: 15px;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  transition: all 0.35s ease;
}
.Payment-card-form-1 button[type="submit"]:hover {
  cursor: pointer;
  background: #87D37C;
}

.Payment-card-form-1 .overlay {
  position: fixed;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 998;
  opacity: 0.6;
  display: none;
}
.Payment-card-form-1 .overlay.open {
  display: block;
}

.Payment-card-form-1 span#panel-price {
    font-size: 40px;
    color: #ff5252;
    font-weight: 900;
}

.Payment-card-form-1 .price_fix {
    padding: 25px 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.Payment-card-form-1  .price_fix span{
    font-size: 40px;
    color: #ff5252;
    font-weight: 900;
}

.Payment-card-form-1 .price_fix p {
    line-height: 30px;
}
 

.Payment-card-form-1 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Payment-card-form-1 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}

.Payment-card-form-1 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}

.Payment-card-form-title-1 {
    margin-bottom: 50px;
}

.Payment-card-form-title-1 h3{
    font-size: 30px;
    font-weight: 300;
}

.Payment-card-form-1 .checkbox {
    padding: 20px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
}
.Payment-card-form-1 .checkbox label {
  cursor: pointer;
  padding-left: 0;
}
.Payment-card-form-1 .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.Payment-card-form-1 .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 10px;
}
.Payment-card-form-1 .checkbox .checkbox-material:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.Payment-card-form-1 .checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.Payment-card-form-1 .checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
          animation: checkbox-off 0.3s forwards ease-out;
}
.Payment-card-form-1 .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.Payment-card-form-1 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
          animation: checkbox-on 0.3s forwards ease-out;
}
.Payment-card-form-1 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.Payment-card-form-1 .checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.Payment-card-form-1 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.Payment-card-form-1 .checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.Payment-card-form-1 .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.Payment-card-form-1 .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}







 
/**  Payment Form 2 **/



.form-box-size-2{
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}

 .login-form-2 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
 
}
.Payment-card-form-2 .formRow--item{
    position: relative;
}
.Payment-card-form-2 .formRow--item i {

    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -16px;
    line-height: 30px;

} 
.Payment-card-form-2.formRow {
  position: relative;
  width: 100%;
}
.Payment-card-form-2 .formRow--item {
  display: block;
  width: 100%;
}
.Payment-card-form-2 .formRow--input {
  position: relative;
  padding: 15px 20px 11px;
  width: 100%;
  outline: none;
  border: solid 1px #95989a;
  border-radius: 4px;
  color: #2c3235;
  letter-spacing: .2px;
  font-weight: 400;
  font-size: 16px;
  resize: none;
  transition: all .2s ease;
}
.Payment-card-form-2 .formRow--input-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-top:30px;

}
.Payment-card-form-2 .formRow--input-wrapper.active .placeholder {
  top: -5px;
  background-color: #ffffff;
  color: #fd999a;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 11px;
  line-height: 14px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.Payment-card-form-2 .formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover) ~ .placeholder {
  color: #fec8c9;
}
.Payment-card-form-2 .formRow--input-wrapper .formRow--input:focus, .formRow--input-wrapper .formRow--input:hover {
  border-color: #fd999a;
}
.Payment-card-form-2 .formRow .placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  padding: 0 10px;
  color: #71818c;
  white-space: nowrap;
  letter-spacing: .2px;
  font-weight: normal;
  font-size: 16px;
  transition: all, .2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
 


.Payment-card-form-2 .tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
   margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.Payment-card-form-2 .tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.Payment-card-form-2 .tabs li {
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    display: inline-block;
}
.Payment-card-form-2 .tabs a {
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}

.Payment-card-form-2 .tabs_item {
  display: none;
  padding: 30px 0;
}
.Payment-card-form-2 .tabs_item h4 {
  font-weight: bold;
  color: blue;
  font-size: 20px;
}
.Payment-card-form-2 .tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.Payment-card-form-2 .tabs_item:first-child {
  display: block;
}

 

.Payment-card-form-2 .payments {
  width: 100%; 
  min-height: 200px; 
  text-align: center;
  position: relative;
}
.Payment-card-form-2 .payments h1 {
   margin-bottom: 40px;
}
.Payment-card-form-2 .payments p { 
  margin-top: 50px;
}
.Payment-card-form-2.payments .blank_space {
  height: 75px;
  display: block;
}
.Payment-card-form-2 .payments .fieldRow {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.Payment-card-form-2 .payments .fieldRow.col2 {
  width: 210px;
  float: left;
}
.Payment-card-form-2 .payments .fieldRow.last {
  float: right;
}
 

.Payment-card-form-2.payments .fieldRow.focus input {
  outline: none;
  border-color: #4aa9f2;
  box-shadow: 0px 0px 2px 3px #edf2f6;
  background-color: #FFF;
}
.Payment-card-form-2 .payments .fieldRow.focus input::-webkit-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-2.payments .fieldRow.focus input::-moz-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-2 .payments .fieldRow.focus input::-ms-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-2 .payments .fieldRow.focus input + label {
  left: -100px;
  opacity: 0;
}
.Payment.credit-card-form-2 .payments .fieldRow.focus input + label + i {
  opacity: 1;
}
.Payment-card-form-2 .payments .fieldRow.active input {
  outline: none;
  border-color: #d2dbe2;
  box-shadow: none;
  background-color: #ecf1f5;
}
.Payment-card-form-2 .payments .fieldRow.active input::-webkit-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-2 .payments .fieldRow.active input::-moz-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-2 .payments .fieldRow.active input::-ms-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-2 .payments .fieldRow.active input + label {
  left: -100px;
  opacity: 0;
}
.Payment-card-form-2 .payments .fieldRow.active input + label + i {
  opacity: 1;
}
.Payment-card-form-2 .payments .fieldRow.active .iconCheck {
  color: #98a7b4 !important;
}
.Payment-card-form-2 .payments .fieldRow.credit_card {
  transition: all 0.35s ease;
}
.Payment .fieldRow.credit_card.zoomOn {
  transform: scale(2);
  z-index: 999;
}
.Payment-card-form-2 .payments .fieldRow.credit_card.zoomOn .zoomBtn {
  display: none;
}
.Payment-card-form-2 .payments .fieldRow.credit_card.zoomOn .closeBtn {
  display: block;
}
.Payment-card-form-2 .payments input {
  display: inline-block;
  padding: 8px 50px; 
  height: 55px;
  box-sizing: border-box;
  width: 100%; ze: 18px;
  transition: all .3s ease-in-out;
      border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out; 
}
.Payment-card-form-2 .payments input.credit_card_number {
  padding-right: 100px;
}
.Payment-card-form-2 .payments input + label {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 20px;
    color: #71818c;
    font-size: 18px;
    opacity: 1;
    transition: all 0.6s ease;
}
.Payment-card-form-2 .payments input::-webkit-input-placeholder {
  color: #FFF;
}
.Payment-card-form-2 .payments input::-moz-input-placeholder {
  color: #FFF;
}
.Payment-card-form-2 .payments input::-ms-input-placeholder {
  color: #FFF;
}
.Payment-card-form-2 .payments i {
  position: absolute;
  left: 20px;
  top: 17px;
  opacity: 0;
  color: #8d9dac;
  font-size: 21px;
}
.Payment-card-form-2 .payments #iconCC {
  position: initial;
  left: 0;
  opacity: 1;
  color: #999;
  width: 30px;
  display: inline-block;
}
.Payment-card-form-2 .payments .closeBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.7s ease;
  display: none;
}
.Payment-card-form-2 .payments .closeBtn i {
  position: relative;
  left: 0;
  top: 0;
  color: #333;
  opacity: 1;
  font-size: 18px;
}
.Payment-card-form-2 .payments .closeBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.Payment-card-form-2 .payments .zoomBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  transition: all 0.7s ease;
}
.Payment-card-form-2 .payments .zoomBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.Payment-card-form-2 .payments .zoomBtn:hover:after, .payments .zoomBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Payment-card-form-2 .payments .zoomBtn:before {
  content: 'Enlarge the number to better control';
  width: 300px;
  height: 20px;
  padding: 5px 0;
  background-color: #888;
  display: block;
  position: absolute;
  z-index: 1;
  top: -50px;
  visibility: hidden;
  right: 0px;
  border-radius: 4px;
  color: #FFF;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.Payment-card-form-2 .payments .zoomBtn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #888888 transparent transparent transparent;
  content: '';
  top: -21px;
  right: 12px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.Payment-card-form-2 .payments .iconCheck {
  position: absolute;
  right: 20px;
  left: auto;
  top: 17px;
  opacity: 1;
  display: none;
}
.Payment-card-form-2 .payments #iconWrong {
  color: #ea4949;
}
.Payment-card-form-2 .payments #iconPassed {
  color: #73ba4b;
}

.Payment-card-form-2 button[type="submit"] {
  width: 450px;
  margin: 20px 0;
  background: transparent;
  border: none;
  background: #4aa9f2;
  color: #FFF;
  padding: 15px;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  transition: all 0.35s ease;
}
.Payment-card-form-2 button[type="submit"]:hover {
  cursor: pointer;
  background: #87D37C;
}

.Payment-card-form-2 .overlay {
  position: fixed;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 998;
  opacity: 0.6;
  display: none;
}
.Payment-card-form-2 .overlay.open {
  display: block;
}

.Payment-card-form-2 span#panel-price {
    font-size: 40px;
    color: #ff5252;
    font-weight: 900;
}

.Payment-card-form-2 .price_fix {
    padding: 25px 0;
}
.Payment-card-form-2 .price_fix p {
    line-height: 30px;
}



.Payment-card-form-2 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Payment-card-form-2 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}

.Payment-card-form-2 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}

.Payment-card-form-title-2 {
    margin-bottom: 50px;
}

.Payment-card-form-title-2 h3{
    font-size: 30px;
    font-weight: 300;
}


.Payment-card-form-2 .checkbox {
    padding: 20px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
}
.Payment-card-form-2 .checkbox label {
  cursor: pointer;
  padding-left: 0;
}
.Payment-card-form-2 .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.Payment-card-form-2 .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 10px;
}
.Payment-card-form-2 .checkbox .checkbox-material:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.Payment-card-form-2 .checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.Payment-card-form-2 .checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
          animation: checkbox-off 0.3s forwards ease-out;
}
.Payment-card-form-2 .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.Payment-card-form-2 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
          animation: checkbox-on 0.3s forwards ease-out;
}
.Payment-card-form-2 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.Payment-card-form-2 .checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.Payment-card-form-2 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.Payment-card-form-2 .checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.Payment-card-form-2 .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.Payment-card-form-2 .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}

.Payment-card-form-2  .price_fix span{
    font-size: 40px;
    color: #ff5252;
    font-weight: 900;
}




 
/** Payment Form 3 **/



.form-box-size-2{
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}




.Payment-card-form-3 .form-wrapper { 
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
 
}

.Payment-card-form-3 .form-group {
  position: relative;
}

.Payment-card-form-3 .form-group i {
    position: absolute;
    right: 0;
    top: 10px;
}

.Payment-card-form-3 .form-group + .form-group {
  margin-top: 30px;
}

.Payment-card-form-3 .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #71818c;
  background-color: #fff;
  z-index: 10;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  font-size: 18px;
}

.Payment-card-form-3 .focused .form-label {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  font-size: .75em;
}

.Payment-card-form-3 .form-input {
    position: relative;
    padding: 25px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}
.Payment-card-form-3 .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.Payment-card-form-3 .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
 
.Payment-card-form-3 .tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
   margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.Payment-card-form-3 .tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.Payment-card-form-3 .tabs li {
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    display: inline-block;
}
.Payment-card-form-3 .tabs a {
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}

.Payment-card-form-3 .tabs_item {
  display: none;
  padding: 30px 0;
}
.Payment-card-form-3 .tabs_item h4 {
  font-weight: bold;
  color: blue;
  font-size: 20px;
}
.Payment-card-form-3 .tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.Payment-card-form-3 .tabs_item:first-child {
  display: block;
}

 

.Payment-card-form-3 .payments {
  width: 100%; 
  min-height: 200px; 
  text-align: center;
  position: relative;
}
.Payment-card-form-3 .payments h1 {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 40px;
}
.Payment-card-form-3 .payments p {
  font-family: 'Quicksand', sans-serif;
  color: #888;
  margin-top: 50px;
}
.Payment-card-form-3 .payments .blank_space {
  height: 75px;
  display: block;
}
.Payment-card-form-3 .payments .fieldRow {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.Payment-card-form-3 .payments .fieldRow.col2 {
  width: 210px;
  float: left;
}
.Payment-card-form-3 .payments .fieldRow.last {
  float: right;
}
.Payment-card-form-3 .payments .fieldRow.focus input {
  outline: none;
  border-color: #4aa9f2;
  box-shadow: 0px 0px 2px 3px #edf2f6;
  background-color: #FFF;
}
.Payment-card-form-3 .payments .fieldRow.focus input::-webkit-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-3 .payments .fieldRow.focus input::-moz-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-3 .payments .fieldRow.focus input::-ms-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-3 .payments .fieldRow.focus input + label {
  left: -100px;
  opacity: 0;
}
.Payment-card-form-3 .payments .fieldRow.focus input + label + i {
  opacity: 1;
}
.Payment-card-form-3 .payments .fieldRow.active input {
  outline: none;
  border-color: #d2dbe2;
  box-shadow: none;
  background-color: #ecf1f5;
}
.Payment-card-form-3 .payments .fieldRow.active input::-webkit-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-3 .payments .fieldRow.active input::-moz-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-3 .payments .fieldRow.active input::-ms-input-placeholder {
  color: #8d9dac;
}
.Payment-card-form-3 .payments .fieldRow.active input + label {
  left: -100px;
  opacity: 0;
}
.Payment-card-form-3 .payments .fieldRow.active input + label + i {
  opacity: 1;
}
.Payment-card-form-3 .payments .fieldRow.active .iconCheck {
  color: #98a7b4 !important;
}
.Payment-card-form-3 .payments .fieldRow.credit_card {
  transition: all 0.35s ease;
}
.Payment .fieldRow.credit_card.zoomOn {
  transform: scale(2);
  z-index: 999;
}
.Payment-card-form-3 .payments .fieldRow.credit_card.zoomOn .zoomBtn {
  display: none;
}
.Payment-card-form-3 .payments .fieldRow.credit_card.zoomOn .closeBtn {
  display: block;
}
.Payment-card-form-3 .payments input {
  display: inline-block;
  padding: 8px 50px; 
  height: 55px;
  box-sizing: border-box;
  width: 100%; ze: 18px;
  transition: all .3s ease-in-out;
      border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out; 
}
.Payment-card-form-3 .payments input.credit_card_number {
  padding-right: 100px;
}
.Payment-card-form-3 .payments input + label {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 20px;
    color: #71818c;
    font-size: 18px;
    opacity: 1;
    transition: all 0.6s ease;
}
.Payment-card-form-3 .payments input::-webkit-input-placeholder {
  color: #FFF;
}
.Payment-card-form-3 .payments input::-moz-input-placeholder {
  color: #FFF;
}
.Payment-card-form-3 .payments input::-ms-input-placeholder {
  color: #FFF;
}
.Payment-card-form-3 .payments i {
  position: absolute;
  left: 20px;
  top: 17px;
  opacity: 0;
  color: #8d9dac;
  font-size: 21px;
}
.Payment-card-form-3 .payments #iconCC {
  position: initial;
  left: 0;
  opacity: 1;
  color: #999;
  width: 30px;
  display: inline-block;
}
.Payment-card-form-3 .payments .closeBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.7s ease;
  display: none;
}
.Payment-card-form-3 .payments .closeBtn i {
  position: relative;
  left: 0;
  top: 0;
  color: #333;
  opacity: 1;
  font-size: 18px;
}
.Payment-card-form-3 .payments .closeBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.Payment-card-form-3 .payments .zoomBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 8px 10px;
  background-color: #d2dbe2;
  color: #888;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  transition: all 0.7s ease;
}
.Payment-card-form-3 .payments .zoomBtn:hover {
  background-color: #888;
  color: #FFF;
  cursor: pointer;
}
.Payment-card-form-3 .payments .zoomBtn:hover:after, .payments .zoomBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Payment-card-form-3 .payments .zoomBtn:before {
  content: 'Enlarge the number to better control';
  width: 300px;
  height: 20px;
  padding: 5px 0;
  background-color: #888;
  display: block;
  position: absolute;
  z-index: 1;
  top: -50px;
  visibility: hidden;
  right: 0px;
  border-radius: 4px;
  color: #FFF;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.Payment-card-form-3 .payments .zoomBtn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #888888 transparent transparent transparent;
  content: '';
  top: -21px;
  right: 12px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease 0.2s;
  transform: translateY(50px);
}
.Payment-card-form-3 .payments .iconCheck {
  position: absolute;
  right: 20px;
  left: auto;
  top: 17px;
  opacity: 1;
  display: none;
}
.Payment-card-form-3 .payments #iconWrong {
  color: #ea4949;
}
.Payment-card-form-3 .payments #iconPassed {
  color: #73ba4b;
}

.Payment-card-form-3 button[type="submit"] {
  width: 450px;
  margin: 20px 0;
  background: transparent;
  border: none;
  background: #4aa9f2;
  color: #FFF;
  padding: 15px;
  border-radius: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  transition: all 0.35s ease;
}
.Payment-card-form-2 button[type="submit"]:hover {
  cursor: pointer;
  background: #87D37C;
}

.Payment-card-form-3 .overlay {
  position: fixed;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 998;
  opacity: 0.6;
  display: none;
}
.Payment-card-form-3 .overlay.open {
  display: block;
}

.Payment-card-form-3 span#panel-price {
    font-size: 40px;
    color: #ff5252;
    font-weight: 900;
}

.Payment-card-form-3 .price_fix {
    padding: 25px 0;
}
.Payment-card-form-3 .price_fix p {
    line-height: 30px;
}


.Payment-card-form-3 .button.login {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    background-color: #ff5252;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Payment-card-form-3 .button.login i {
    position: absolute;
    margin-top: -1px;
    margin-left: 10px;
}

.Payment-card-form-3 .button.login:hover {
    background-color: #4843d2;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}


.Payment-card-form-title-3 {
    margin-bottom: 50px;
}

.Payment-card-form-title-3 h3{
    font-size: 30px;
    font-weight: 300;
}

 

.Payment-card-form-3 .checkbox {
    padding: 20px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
}
.Payment-card-form-3 .checkbox label {
  cursor: pointer;
  padding-left: 0;
}
.Payment-card-form-3 .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.Payment-card-form-3 .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 10px;
}
.Payment-card-form-3 .checkbox .checkbox-material:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.Payment-card-form-3 .checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.Payment-card-form-3 .checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
          animation: checkbox-off 0.3s forwards ease-out;
}
.Payment-card-form-3 .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.Payment-card-form-3 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
          animation: checkbox-on 0.3s forwards ease-out;
}
.Payment-card-form-3 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.Payment-card-form-3 .checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.Payment-card-form-3 .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.Payment-card-form-3 .checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.Payment-card-form-3 .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.Payment-card-form-3 .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}


.Payment-card-form-3  .price_fix span{
    font-size: 40px;
    color: #ff5252;
    font-weight: 900;
}


















