
input
{
 color: black !important;
}
.error {
color: red;
font-weight: 400;

}
/* *{
  margin:0;
  padding: 0;
  box-sizing: border-box;
} */
html{
   height: 100%;
}
body{
   background: #fafafa;
font-family: 'poppins', sans-serif !important;

   height: 100%;
   line-height: 1.6;
}
.wrap {
   width: 350px;
   margin: 50px auto;
   background: #fafafa;
}
.login-form{
 width: 300px;
 margin: 0 auto;
 /* border: 1px solid #ddd; */
 /* padding: 2rem; */
 background: #ffffff;
}
.form-input{
 background: #fafafa;
 border: 1px solid #eeeeee;
 padding: 12px;
 width: 100%;
}
.form-group{
 margin-bottom: 1rem;
}
.form-button{
background: #0262af;
border: 1px solid #ddd;
color: #ffffff;
padding: 10px;
width: 100%;
text-transform: uppercase;
}
.form-button:hover{
background: #69c8e7;
}
.form-header{
text-align: center;
margin-bottom : 2rem;
}
.form-footer{
text-align: center;
}


.flipcard-inner{
position: relative;
/* width: 100%;
height: 100%; */
/*text-align: center;*/
transition: transform 0.8s;
transform-style: preserve-3d;
}
.flipcard-front, .flipcard-back{
/* position: absolute;
width: 100%;
height: 100%; */
backface-visibility: hidden;
}
.flipcard-front{
color: black;
}
.flipcard-back{
transform: rotateY(180deg);
}		
input[type="checkbox"]:checked + .flipcard .flipcard-inner{
transform: rotateY(180deg);
}
.form-button-register{
background: #2c91d8;
}
.form-button-register:hover{
background: #2c91a8;
}
.switch_form:before{
content: " ";
display: block;
background:red;
}
.label-highlight{
color: blue;
}
#error-signup{padding: 20px;}
#error{padding: 20px;}

/* .flipcard-front :hover{
   box-shadow: 0px 1px 5px 5px #3f526b;

} */

.card {
   background: #fff;
   border-radius: 2px;
   display: inline-block;
   height: 300px;
   margin: 1rem;
   position: relative;
   width: 100px;
 }

 .card-1 {
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
 }

 .card-1:hover {
   box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
 }

 .card-2 {
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
 }

 .card-3 {
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
 }

 .card-4 {
   box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
 }

 .card-5 {
   box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
 }


 .flipcard {
   perspective: 800;
   -moz-perspective: 800;
   -webkit-perspective: 800;
   margin: 1em auto;
   width: 30%;
   border: solid 4px #0262af;
   border-radius: 0.5em;
   font-family: 'poppins', sans-serif;
   transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
   -webkit-transform-style: preserve-3d;
   transition: 0.5s;
   -moz-transition: 0.5s;
   -webkit-transition: 0.5s;
   cursor: pointer;
   background-color: transparent;

perspective: 1000px;
   /*border: 2px solid #0262af !important;
   border-radius: 5px 10px 10px;
   background: white;
   height: 240px !important;
   box-shadow: 5px 5px #0262af;*/
 }
 @media only screen and (max-width: 600px)  {
  .flipcard {
    width: 100%;
  }
 

  .login-form
  {
    width: 100%;
  }
}
 .flipcard:hover {
  
   border: double 5px #0262af;
 }

 .flipcard.flipped {
   transform: rotatey(-180deg);
   -moz-transform: rotatey(-180deg);
   -webkit-transform: rotatey(-180deg);
 }

 .flipcard .face {
   padding: 1em;
   /* text-align: center; */
   backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
 }

 .flipcard .front {
   background: white;
   color: black;
   display: block;

 }

 .flipcard.flipped .front {
   display: none;
   
 }

 .flipcard .back {
   background: white;
   color: black;
   transform: rotateY(180deg);
   -moz-transform: rotateY(180deg);
   -webkit-transform: rotateY(180deg);
   display: none;
 }

 .flipcard.flipped .back {
   display: block;
 }

 #captcha_code {
   display: block;
   width: 100%;
   padding: .375rem .75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border-radius: .25rem;
   transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 }

 #captcha_code::-webkit-input-placeholder::before {
   color: #666;
   content: "Line 1\A Line 2\A Line 3\A";
 }
#captcha_code:focus {
   color: #212529;
   background-color: #fff;
   border-color: #86b7fe;
   outline: 0;
   box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}


.form-button_without_uppercase{
  background: #0262af;
  border: 1px solid #ddd;
  color: #ffffff;
  padding: 10px;
  width: 100%;

  }

