

.loginpanel {
width: 100%;
display: inline-block;
min-height: 480px;
height: 700px;
float: left;
position: relative;
overflow: hidden;
}



.toggle {
display: inline-block;
color: #fff;
letter-spacing: 0;
text-decoration: underline;
}




.fullwidth,
.padder {
	width: 100% !important;
	max-width: 10000px !important;
	min-width: 960px;
	margin: 0 auto;
	clear:both;
    float: left;
}

h2 { font-size: 30px; font-weight: 300; color: #f9ba13; }




.spot2 {
position: absolute;
top: -500px;
left: -500px;
border-radius: 50%;
width: 3000px;
height: 3000px;
z-index: 30;
background-color: #EEF745;
  background: #00cdcc;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform-origin: left center;
-webkit-transform-origin: left center;
-ms-transform-origin: top left;
-moz-transform-origin: top left;
transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
}

.done .spot2 {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
}




.formfeedback {
width: 100%;
padding: 20px;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
display: none;
z-index: 9650;
color: #fff;
}

.formfeedback.active {
display: inline-block;
animation: fadeInDown 0.3s cubic-bezier(.4,0,.2,1);
-webkit-animation: fadeInDown 0.3s cubic-bezier(.4,0,.2,1);
-moz-animation: fadeInDown 0.3s cubic-bezier(.4,0,.2,1);
-ms-animation: fadeInDown 0.3s cubic-bezier(.4,0,.2,1);
}

.formfeedback .response-text {
position: absolute;
width: 100%;
text-align: center;
padding: 20px 60px;
font-size: 18px;
bottom: 0;
left: 0;
text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.formfeedback .response-text label {
font-size: 30px;
font-weight: 400;
width: 100%;
display: inline-block;
padding-bottom: 5px;
}


.formfeedback  .response-icon {
width: 100px;
height: 100px;
position: absolute;
top: 50%;
left: 50%;
margin: -50px 0 0 -50px;
background-size: 100px 100px;
background-position: center;
background-repeat: no-repeat;
}
.formfeedback  .response-icon.ok {
background-image: url('/themes/vista.hu/images/response-ok.svg');
}


.response-icon span {
position: absolute;
display: inline-block;
background-color: #00cdcc;
width: 100%;
height: 100%;
top: 0;
left: 0;
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}
.response-icon.active  span {
transform: translate3d(100px,0,0);
-webkit-transform: translate3d(100px,0,0);
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
}










.form-group {
  height: 55px;
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;*/
    margin-top: -10px;
}

.control-label {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.6;
	color: #666;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -moz-transform: translate3d(0, 22px, 0) scale(1);
    transform: translate3d(0, 22px, 0) scale(1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 240ms;
    -moz-transition: 240ms;
    transition: 240ms;
	z-index: 1;
	display: inline-block;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

}

.form-group.focused .control-label {
    opacity: 1;
    -webkit-transform: translate3d(0, 8px, 0) scale(0.75);
    -moz-transform: translate3d(0, 8px, 0) scale(0.75);
    transform: translate3d(0, 8px, 0) scale(0.75);
    color: #666 !important;
}
/*
.form-control {
    align-self: flex-end;
}*/

.form-control::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 240ms;
    -moz-transition: 240ms;
    transition: 240ms;
}

.form-control:focus::-webkit-input-placeholder {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.form-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

#aff-link { font-size: 14px; }

#textbox { width: 50%; max-height: 100%; height: 100%; overflow: hidden; left: 50%; position: absolute; box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
#toplayer { width: 200%; height: 100%; position: relative; left: 0;   left: -100%;}
#toplayer .left { width: 50%; height: 100%; background: #fff;  left: 0; position: absolute;  overflow-x: auto; text-align: center; overflow: hidden;}
#toplayer .right { width: 50%; height: 100%; background: #fff; right: 0; position: absolute; overflow-x: auto; text-align:center; overflow: hidden;}
#ic { width: 260px; margin: 0 auto; margin-top: 15%; position: relative; left: auto; margin-left: auto; margin-right: auto; text-align: left; }

#ic p {  font-size: 15px; font-weight: 400; line-height: 20px; color: #7a7a7a; margin-bottom: 30px;}




#textbox.active {
transform: translate3d(-100%,0,0);
-webkit-transform: translate3d(-100%,0,0);
}
#toplayer.active {
transform: translate3d(50%,0,0);
-webkit-transform: translate3d(50%,0,0);
}

.transition-move {
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}



form#girisyap input {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  color: #000;
  font-size: 14px;
  width: 100%;
  resize: none;
  max-height: 20px;
  outline: 0;
  border-left: 0;
  border-right: 0;
  padding: 8px 0;
  margin-top: 20px !important;
  background: none;
  border-top: 0;
  overflow:hidden;
 transition: border .2s;
 -webkit-transition: border .2s;
 z-index: 10;
}

form#girisyap input:-webkit-autofill {
    background-color: transparent !important;
	-webkit-background-color: transparent !important;
	-webkit-box-shadow: /*your box-shadow*/0 0 0 50px white inset;
}


form#girisyap input[type="checkbox"] {
	float:right !important;
	width:auto !important;
}

.form-group.focused input {  border-bottom: 1px solid #f9ba13 !important;}
#girisyap .form-group { width: 100%; float: left; margin-bottom: 20px;}
#girisyap h2 { font-size: 28px; font-weight: 400; color: #f9ba13; line-height: 35px; }
#girisyap .soninpt { margin-bottom: 30px; }


#toplayer .left .yarim { width: 46% !important; float: left; margin-right: 8%; }
#toplayer .left .sn { margin-right: 0;}


form#girisyap .submitbtn {
  width: auto;
  float: none;
  background: #f9ba13;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0 !important;
  line-height: 16px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  max-height: 36px;
  height: 36px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: background-color,-webkit-box-shadow;
  transition-property: background-color,box-shadow;
  border: 0; }

form#girisyap .submitbtn:hover{-webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1); -moz-box-shadow: 0 4px 7px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1); box-shadow: 0 4px 7px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);}

#moveleft, #moveright{ width: auto;
  float: none;
  background: #f0f0f0;
  padding: 10px 16px;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #f9ba13;
  font-weight: 600;
  margin: 10px 0 !important;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  max-height: 36px;
  height: 36px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  border: 0;
  outline: 0;}

#moveleft:hover { background: #eee; }
#moveright:hover { background: #eee; }

#fback { width: 100%; height: 100%; position: absolute; z-index: -9999; }
.girisback { position: absolute; right: 0; width: 50%; height: 100%; background: #f9ba13 url(/themes/vista.hu/images/signup.jpg); background-size: cover; background-position: 50% 50%;}
.kayitback { position: absolute; left: 0; width: 50%; height: 100%; background: #f9ba13 url(/themes/vista.hu/images/register.jpg); background-size: cover; background-position: 50% 50%;}




.forgetmenot {
width: auto;
display: inlnie-block;
margin: 5px 0;
float: left;
font-size: 14px;
}












@media screen and (max-width: 700px){





.fullwidth,
.padder {
	width: 100% !important;
	max-width: 10000px !important;
	min-width: 320px;
	margin: 0 auto;
	clear:both;
    float: left;
}



.form-group {
  height: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-top: -10px;
}

.control-label {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.6;
	color: #666;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -moz-transform: translate3d(0, 22px, 0) scale(1);
    transform: translate3d(0, 22px, 0) scale(1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 240ms;
    -moz-transition: 240ms;
    transition: 240ms;
	z-index: 1;
	display: inline-block;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

}

.form-group.focused .control-label {
    opacity: 1;
    -webkit-transform: translate3d(0, 8px, 0) scale(0.75);
    -moz-transform: translate3d(0, 8px, 0) scale(0.75);
    transform: translate3d(0, 8px, 0) scale(0.75);
    color: #007aff !important;
}

.form-control {
    align-self: flex-end;
}

.form-control::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 240ms;
    -moz-transition: 240ms;
    transition: 240ms;
}

.form-control:focus::-webkit-input-placeholder {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.form-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}



#textbox { width: 100%; max-height: 100%; height: 100%; overflow: hidden; left: 0; position: absolute; box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
#toplayer { width: 100%; height: 100%; position: relative; left: 0;   left: 0%;}
#toplayer .left { width: 100%; height: 100%; background: #fff;  left: -100%; position: absolute; overflow-x: auto;}
#toplayer .right { width: 100%; height: 100%; background: #fff; left: 0; position: absolute; overflow-x: auto;}
#ic { width: 260px; margin: 0 auto; margin-top: 0; top: 70px; position: realtive; left: 50%; margin-left: -130px; }
#toplayer .left #ic { margin-top: 0;}
#ic p {  font-size: 15px; font-weight: 400; line-height: 20px; color: #7a7a7a; margin-bottom: 30px;}


#textbox.active {
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}
#toplayer.active {
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}


#toplayer.active .right {
transform: translate3d(100%,0,0);
-webkit-transform: translate3d(100%,0,0);
}

#toplayer.active .left {
transform: translate3d(100%,0,0);
-webkit-transform: translate3d(100%,0,0);
}

.transition-move, #toplayer .left, #toplayer .right {
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}

#fback {display: none;}


}
/*
@media screen and (min-width: 1401px){
	.left #ic {
		margin-left: 5px;
	}
}
*/
