@charset "utf-8";

body {
	font-family: "Poppins",​sans-serif;
	font-weight: 300;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #DADADA;
}

.modal {
	color: #333 !important;
}

.form-reg-part-2 h3 {
	 font-weight: 300;
}



footer ul {
	list-style-type: none;
	display: block;
	text-align: center;
	background: #34495e;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

footer ul li {
	display: inline-block;
	padding-right: 12px;
}

footer ul li a {
	color: #FFF;
}

footer ul li a:hover {
	text-decoration: none;
	color: #DADADA;
}

footer ul li:last-child {
	padding-right: 0;	
}

.logreg_block {
	padding: 23px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.footercontent {
	padding-bottom: 15px;
}

.footercontent .social {
	font-size: 30px;
	margin-left: 7px;
}

.social.gplus {
	color: #dd4b39;
}

.social.facebook {
	color: #3b5998;
}

.social.instagram {
	color: #517fa4;
}

.social.twitter {
	color: #00aced;
}

.how_it_works {
	padding-top: 20px;
	padding-bottom: 63px;
}

.block_how_to {
	text-align: center;
}

.block_how_to i {
	font-size: 50px;
	color: #333;
	background: #DADADA;
	border-radius: 100px;
	padding: 25px;
}

.how_to_title {
	text-align: center;
	display: block;
	font-size: 22px;
	color: #333;
	padding-top: 16px;
}


.second-part-titles {
	text-align: center;
	margin-top: 4px;
}

#user-carousel {
	background: #FFF;
	
	border-radius: 6px;
	padding: 10px;
	
	max-width: 600px;
	margin: -76px auto;
	
	margin-bottom: 0px;
}

#user-carousel .item{
  margin: 3px;
}
#user-carousel .item img{
  display: block;
  width: 100%;
  height: 139px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.copyright {
	text-align: right;
	padding-top: 10px;
	color: #b3b3b3;
}




.logo a {
	color: #FFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 80px;
	padding-left: 15px;
	font-weight: 800;
	padding-right: 15px;
	padding-bottom: 7px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	padding-top: 7px;
}

.logo a:hover {
	color: #FFF;
	text-decoration: none;	
}

.icon-placeholder i {
	font-size: 67px;
	color: #595c60;
	line-height: 136px;
}
.form_txt {
	color: #FFF;
	text-align: right;
	font-size: 32px;
	line-height: 69px;
}

.form_gender {
	font-size: 30px;
    height: 70px;
    width: 100% !important;
    text-align: center;
}

.form_looking_for {
	font-size: 30px;
    height: 70px;
    text-align: center;
    width: 100% !important;
}
.form-reg-part-2 {
	display: none;
	text-align: center;
	color: #FFF;
}

.logo img {
	max-width: 300px;
	display: inline-block;
}

.buttons_reglog li.btn-register-mob {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	-webkit-border-radius: 3px;
	cursor: pointer;
	
	line-height: 25px;
    padding: 12px 22px !important;
		
	transition: background-color 0.5s ease;
	
}

.buttons_reglog li.btn-login {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	-webkit-border-radius: 3px;
	cursor: pointer;
	
	line-height: 25px;
    padding: 5px 22px;
		
	transition: background-color 0.5s ease;
	
}

.buttons_reglog li.btn-encounters a {
	color: #FFF;
	font-size: 16px;
		display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	-webkit-border-radius: 3px;
	cursor: pointer;
	
	line-height: 25px;
    padding: 5px 22px;
		
	transition: background-color 0.5s ease;

}

.buttons_reglog li.btn-encounters a:hover {
	text-decoration: none;	
}



.btn-register {
	font-size: 20px;
	width: inherit;
	padding-top: 16px;
}

.buttons_reglog li.btn-register-mob {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	-webkit-border-radius: 3px;
	cursor: pointer;
	
	line-height: 25px;
    padding: 6px 22px;
		
	transition: background-color 0.5s ease;
	
}

.error-login {
	display: none;
}

.error-forgot-password {
	display: none;
}
 
.actions-btn {
	margin-top:21px;
}

.first_part {
	margin-bottom: 20px;
}

.buttons_reglog {
	padding-top: 10px;
	list-style-type: none;
}

.buttons_reglog li {
	float: left;
}

.buttons_reglog li.btn-register-mob a:hover {
	text-decoration: none;	
}

.buttons_reglog li.btn-register-mob a {
	color: #FFF;
	font-size: 20px;
    line-height: 35px;
}

.buttons_reglog li.btn-login a:hover {
	text-decoration: none;	
}

.buttons_reglog li.btn-login a {
	color: #FFF;
	font-size: 16px;
    line-height: 35px;
}

.already_registered {
	margin-right: 20px;
	font-size: 16px;
    line-height: 51px;
	
	color: #FFF;
}

.error-register {
	display: none;
	text-align: center;
}

.reg_btn_placeholder {
	margin-top: 32px;
}

.btn-register {
	height: 70px !important;
	font-size: 26px;
	width: 100%;
	position: relative;
	vertical-align: top;
	height: 50px;
	background: #16a085;
	padding: 12px;
	color:white;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btn-register:hover {
	color: inherit !important;
}

.password_form {
	text-shadow: none !important;
}

.alert-recovery-password {
	display: none;
}

.form-reg-part-2 label {
	font-size: 20px;
}

.form-reg-part-2 .help-block {
	color: #DADADA !important;
}
.form_reg {
	display: none;
}
#loginmob .form-control {
	font-size: 20px;
	height: 40px;
}
.btn-continue {
	height: 70px !important;
	font-size: 26px;
	width: 100%;
	position: relative;
	vertical-align: top;
	height: 50px;
	background: #16a085;
	padding: 0;
	color:white;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.btn-continue:hover {
}
strong, b {
	font-weight: 600;
}
h1 {
	font-size: 36px;
    font-weight: 300;
    line-height: 36px;
}
h2 {
	font-size: 40px;
	font-weight: 600;
	margin: 15px 0;
}
h3 {
	font-size: 30px;
	margin: 10px 0;
	font-weight: 600;
}
h4 {
	font-size: 25px;
	margin: 10px 0;
}
h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 15px 0;
	color: #384047;
}
h6 {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	color: #384047;
}


.form-reg-part-2 .form-control {
	height: 54px !important;
	font-size: 30px;
}

.form-control {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #DCDCDC;
}

.inner_firstpart {
	background-color: #c0392b;
}

.firstpartheader_bgcolor {
background-color:#213896;
	padding-bottom: 92px;
	}
	
	
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}





.firstpartheader {
	color: #FFF;
	text-align: center;
}

.logo {
	padding: 10px 0;
	text-align: center;
}

.firstpartheader .main-title {
	margin-bottom: 40px;
}

.firstpartheader .sub-title {
	font-size: 25px;
	margin-bottom: 33px !important;
}

select  {
	text-align: center !important;
}

@media(max-width:1180px) 
{
	.btn-continue {
		font-size: 19px;
	}
}

@media(max-width:992px) 
{
	.already_registered {
		display: none;
	}
	
	.form-reg-part-2 .form-control {
		font-size: 19px;
	}
	
	.form-reg-part-2 label {
		font-size: 15px;
	}
	
	.first_part {
	    margin-bottom: 22px;
	}
	
	.main-title {
		display: none;
	}
	
	.sub-title {
		display: none;
	}
}

@media(max-width:992px) 
{
	.logo.pull-left {
		float: none !important;
	}
	
	.firstpartheader {
		background-image: none;
	}
	
	.buttons_reglog .btn {
		display: block;
	}
	
	.buttons_reglog {
		display: inline-block;
		padding: 0;
	}
	
	.pull-right.actions-btn {
		float: none !important;
		text-align: center;
	}
	
	.form_txt {
		text-align: center;
	}
}

.icon-placeholder {
	background: #e5e8ec;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.welcome_poke_chat {
	padding-top: 37px;
    width: 70px;
}


.welcome_poke_back {
	width: 100px;
	padding-top: 22px;
	padding-left: 2px;
}

.welcome_poke {
	width: 100px;
	padding-top: 18px;
}

.btn-register:hover {
	color: #FFF;
	text-decoration: none;
	background: #3a91ca;
}

.btn-register:focus {
	color: #FFF;
	text-decoration: none;
	background: #3a91ca;
}

.form-reg-part-2 .line {
    position: absolute;
    left: 49%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #1d2939;
    z-index: 1;
}

.form-reg-part-2 .wordwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

.form-reg-part-2 .word {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px;
    background: #34495e;
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 44px;
    margin:auto;
    
    border-radius: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 50px;
    
    border: 1px solid #1d2939;
    
}

.facebook_choice {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 153px;
}

.facebook_choice .description {
    line-height: 24px;
    margin-bottom: 10px;
}

.or_horizontal_line {
	display: none;
}

.flatbutton.blue {
    background-color: #3b5999 !important;
    font-weight: normal;
    color: #FFF !important;
    font-size: 20px;
    border-radius: 3px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #6b97e7;
    
}
.flatbutton.blue:hover {
    background-color: #4470c0 !important;
}
.flatbutton.blue:active {
    background-color: #376ed5;
}

.strikey {
    margin: 24px 0 12px;
    text-align: center;
}
.strikey:before, .strikey:after {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    content: " ";
    margin-top: 12px;
    position: absolute;
    width: 46%;
}
.strikey:before {
    left: 0;
}
.strikey:after {
    right: 0;
}

.modal-body .strikey {
	margin-top: 3px;
}

.topbar {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

.topbar_cross {
	float: right;
	font-size: 25px;
	line-height: 28px !important;
	cursor: pointer;
}

.topbar i {
	padding-right:4px;
	vertical-align: -1px;
}

.topbar.error {
	background-color: #c0392b;
	color: white;
}

/*==========9. CUSTOM MEDIA QUERIES==============*/


@media (max-width: 1200px) { 
	.or_vertical_line {
		display: none;
	}
	
	.or_horizontal_line {
		display: block;
	}
	
	.facebook_choice {
		margin-top: 21px;
	}
}

@media (max-width: 767px) {
h1 {
	font-size: 30px;
	line-height: 35px;
}
.ucarousel {
	display: none;
}
h2 {
	font-size: 30px;
	line-height: 40px;
}
h5 {
	line-height: 25px;
}
.firstpartheader {
	background-attachment: scroll;
}
.firstpartheader .sub-title {
	font-size: 18px;
	line-height: 25px;
}
.signup-block .form-title {
	font-size: 20px;
}
.input-lg {
	font-size: 16px;
	height: 45px;
}
.zigzag-lead {
	text-align: center;
}
.logreg_block [class*="col-"]:not(:first-child) {
	margin-top: 20px;
}
.second-part-titles  {
	margin-top: 50px;
}
}

@media (max-width: 480px) {
	#top {
		padding-top: 10px;
	}
	
	.block_how_to {
		padding-bottom: 35px;
	}
	
	.logo {
		padding-bottom: 0;
	}
	
	.social-icons {
		text-align: center;
	}
	
	.copyright.pull-right {
		float:none;
		text-align: center;
		display: block;
		width: 100%;
	}
	
	.form-reg-part-1 {
		margin-top: 0 !important;
	}
	
	.actions-btn {
    	margin-top: 10px !important;
    	margin-bottom: 10px !important;
	}
	
	.first_part {
		margin-bottom: 0 !important;
	}
	
	.buttons_reglog {
		margin-bottom: 0;
	}
	
	.form_txt {
		font-size: 30px;
		line-height: 27px;
	}
	
	.form_gender {
		height: 45px;
		font-size: 23px;
		padding-top: 0;	
	}
	
	.form_looking_for {
		height: 45px;
		font-size: 23px;
		padding-top: 0;
	}
	
	.btn-register {
		font-size: 20px;
		padding-top: 12px;
		line-height: 0.8;
		margin-top: 15px !important;
		display: block;
		height: 41px !important;
	}
	
	.btn-continue {
		font-size: 20px;
		line-height: 0.8;
		height: 41px !important;
	}
	
	.buttons_reglog li.btn-login {
		padding-top: 5px;
	}
}

@media (max-device-width: 992px) {
	.firstpartheader {
		background-size: cover;
		background-attachment: scroll;
	}
	
	.strikey:before, .strikey:after {
		width: 41%;
	}

}

.app-links {
	padding-bottom: 63px;
}

.app-links img {
	margin-left: 7px;
}

.terms-block {
	margin-top: 32px;
}

.terms-block a {
	color: #ffffff;
}

.terms-block a:hover {
	text-decoration: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section {
  font-size: 62.5%;
  font-family: 'Raleway', sans-serif;
}
@media screen and (max-width: 620px) {
  section {
    font-size: 45%;
  }
}
@media screen and (max-width: 480px) {
  section {
    font-size: 70%;
  }
}

.forhtml {
  background: -webkit-radial-gradient(bottom, #aac1c7, #f7fbfb 80%) no-repeat center center fixed;
  background: radial-gradient(to top, #aac1c7, #f7fbfb 80%) no-repeat center center fixed;
  background-size: cover;
}

body {
  color: #686e74;
  overflow-x: hidden;
  min-height: 100vh;
}

section {
  width: 80vw;
  max-width: 64rem;
  min-width: 58.9rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  section {
    min-width: 19rem;
  }
}

.title {
  font-size: 4rem;
  font-weight: 900;
  padding-top: 10vh;
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 3rem;
    text-align: center;
    position: relative;
    padding-top: 6vh;
  }
}
.title:after {
  content: "";
  display: block;
  height: .3rem;
  width: 5.4rem;
  background-color: #fbcd8a;
  -webkit-transform: translate(0.3rem, 2rem);
          transform: translate(0.3rem, 2rem);
}
@media screen and (max-width: 480px) {
  .title:after {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 2rem);
            transform: translate(-50%, 2rem);
  }
}

.cards {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.card {
  width: 19rem;
  height: 22.5rem;
  background-color: #f9fbfb;
  border-radius: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #5a6c7a;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05rem;
  box-shadow: 0 2rem 4rem #aac1c7;
}
@media screen and (max-width: 480px) {
  .card {
    margin-bottom: 2rem;
  }
}
.card__svg-container {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.card__svg-wrapper {
  width: 8rem;
}
.card__count-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__count-text {
  -webkit-transform: translate(0, -0.5rem);
          transform: translate(0, -0.5rem);
}
.card__count-text--big {
  font-size: 2.5rem;
  font-weight: 300;
}
.card__stuff-container {
  margin: 0 auto;
  width: 90%;
    height: 30%;
	border-top: 2px solid #e7edef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__stuff-icon, .card__stuff-text {
  display: inline-block;
}
.card__stuff-icon {
  width: 1.3rem;
  height: 1.3rem;
  -webkit-transform: translate(0, -0.3rem);
          transform: translate(0, -0.3rem);
}
.card__stuff-text {
  margin-left: .4rem;
}
.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16rem;
  height: 5.625rem;
  -webkit-transform: translate(1.5rem, 22.5rem);
          transform: translate(1.5rem, 22.5rem);
}
.card--oil:after {
  background-image: -webkit-radial-gradient(top, rgba(106, 122, 135, 0.5), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(to bottom, rgba(106, 122, 135, 0.5), rgba(0, 0, 0, 0) 70%);
}
.card--tree:after {
  background-image: -webkit-radial-gradient(top, rgba(106, 191, 96, 0.5), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(to bottom, rgba(106, 191, 96, 0.5), rgba(0, 0, 0, 0) 70%);
}
.card--water:after {
  background-image: -webkit-radial-gradient(top, rgba(96, 203, 231, 0.5), rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(to bottom, rgba(96, 203, 231, 0.5), rgba(0, 0, 0, 0) 70%);
}

#container {
width: 535px;
background: #ffffff;
padding: 20px;
margin: 90px auto;
border-radius: 5px;
height: 150px;
border: 2px solid gray;
}
#header {
text-align: center;
background-color: #FEFFED;
border-radius: 5px;
margin: -39px -20px 10px -20px;
}
h2{
padding-top: 10px;
}
#content {
margin-left: 57px;
margin-top: 40px;
}
#register label{
margin-right:5px;
}
#register input {
padding: 5px 14px;
border: 1px solid #d5d9da;
box-shadow: 0 0 9px #0E34F5 inset;
width: 272px;
font-size: 1em;
height: 25px;
}
#register .short{
font-weight:bold;
color:#FF0000;
font-size:larger;
}
#register .weak{
font-weight:bold;
color:orange;
font-size:larger;
}
#register .good{
font-weight:bold;
color:#2D98F3;
font-size:larger;
}
#register .strong{
font-weight:bold;
color: limegreen;
font-size:larger;
}

.overlay, .form-panel.one:before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.form {
  z-index: 15;
  position: relative;
  background: #FFFFFF;
  width: 600px;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 100px auto 10px;
  overflow: hidden;
}
.form-toggle {
  z-index: 10;
  position: absolute;
  top: 60px;
  right: 60px;
  background: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(0, -25%) scale(0);
          transform: translate(0, -25%) scale(0);
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-toggle:before, .form-toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  background: #4285F4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-toggle:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.form-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.form-toggle.visible {
  -webkit-transform: translate(0, -25%) scale(1);
          transform: translate(0, -25%) scale(1);
  opacity: 1;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}
.form-group:last-child {
  margin: 0;
}
.form-group label {
  display: block;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.two .form-group label {
  color: #FFFFFF;
}
.form-group input {
  outline: none;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 20px;
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  transition: 0.3s ease;
}
.form-group input:focus {
  color: rgba(0, 0, 0, 0.8);
}
.two .form-group input {
  color: #FFFFFF;
}
.two .form-group input:focus {
  color: #FFFFFF;
}
.form-group button {
  outline: none;
  background: #4285F4;
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 12px 20px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  text-transform: uppercase;
  cursor: pointer;
}
.two .form-group button {
  background: #FFFFFF;
  color: #4285F4;
}
.form-group .form-remember {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.form-group .form-remember input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 0;
}
.form-group .form-recovery {
  color: #4285F4;
  font-size: 12px;
  text-decoration: none;
}
.form-panel {
  padding: 60px calc(5% + 60px) 60px 60px;
  box-sizing: border-box;
}
.form-panel.one:before {
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.form-panel.one.hidden:before {
  display: block;
  opacity: 1;
  visibility: visible;
}
.form-panel.two {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 95%;
  background: #4285F4;
  width: 100%;
  min-height: 100%;
  padding: 60px calc(10% + 60px) 60px 60px;
  transition: 0.3s ease;
  cursor: pointer;
}
.form-panel.two:before, .form-panel.two:after {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 1.5%;
  background: rgba(255, 255, 255, 0.2);
  height: 30px;
  width: 2px;
  transition: 0.3s ease;
}
.form-panel.two:after {
  left: 3%;
}
.form-panel.two:hover {
  left: 93%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form-panel.two:hover:before, .form-panel.two:hover:after {
  opacity: 0;
}
.form-panel.two.active {
  left: 10%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: default;
}
.form-panel.two.active:before, .form-panel.two.active:after {
  opacity: 0;
}
.form-header {
  margin: 0 0 40px;
}
.form-header h1 {
  padding: 4px 0;
  color: #4285F4;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.two .form-header h1 {
  position: relative;
  z-index: 40;
  color: #FFFFFF;
}

.pen-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 600px;
  margin: 20px auto 100px;
}
.pen-footer a {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.pen-footer a .material-icons {
  width: 12px;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 12px;
}

.cp-fab {
  background: #FFFFFF !important;
  color: #4285F4 !important;
}

.pass_show{position: relative} 

.pass_show .ptxt { 

position: absolute; 

top: 50%; 

right: 10px; 

z-index: 1; 

color: #f36c01; 

margin-top: -10px; 

cursor: pointer; 

transition: .3s ease all; 

} 

.pass_show .ptxt:hover{color: #333333;} 