 @import url('css2');


/*universal style*/

body 
{
	  font-family: "Jost";
}
p, span
{
	font-family: "Roboto";
}

/*parent div*/

.sign-up-form
{
	background-image: url(../images/bg.jpg);
	min-height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.sign-up-form-inner
{
	position: relative;
}
.wrapper
{
	padding: 50px 30px 50px 50px;
}


/*logo style*/
.brand-name
{
	text-transform: uppercase;
	width: 15%;
	animation: fadeInTop 1s ease forwards;
	margin-bottom: 20px;
}
.brand-name a
{
	color: rgb(255,255,255);
	font-size: 17px;
	font-weight: bold;
	margin-left: 25px;
	display: inline-block;
	height: auto;
	text-decoration: none;
	position: relative;
}
.brand-name a::before
{
	content: "";
	position: absolute;
	width: 5px;
	height: 85%;
	top: 5px;
	left: -20px;
	background: rgb(255,255,255);
	border-left: solid 5px #fff;
}

/*user desc style*/
.about
{
	position: absolute;
	bottom: 50px;
	width: 35%;
}
.about h1
{

  font-size: 90px;
  color: rgb(255, 255, 255);
  font-weight: bold;

}
.about p
{
  font-size: 20px;
  color: rgb(255, 255, 255);

}

/*search input style*/
.search
{
	background: rgb(255,255,255);
	border-radius: 35px;
	overflow: hidden;
	margin: 30px 0;
	padding: 5px 5px 5px 30px;
	height: 60px;
	width: 80%;
}

/*search input*/
.search input[type=search]
{
	border-radius: inherit;
	height: 100%;
	border: 0;
	width: 69%;
	background: transparent;
	line-height: 100%;
  font-size: 14px;
  font-family: "Roboto";
  color: rgb(125, 125, 125);
}
 .search input[type=search]:focus
{
	outline: none;
}
.search input[type=search]::after
{

}

/*search button*/
.search button
{
  border-radius: 35px;
  background-image: -moz-linear-gradient( 0deg, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(129,76,249) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(129,76,249) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(129,76,249) 100%);
  width: 29%;
  height: 100%;
  font-family: "jost";
  font-size: 14px;
  border: 0;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.search button:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}
.search button:hover:before
{
    left: 100%;
}

.about span
{

  font-size: 16px;
  color: rgb(255, 255, 255);

}
.about span a
{
	color: rgb(84,76,249);
	font-weight: bold;
	text-decoration: none;
}

/*reg-form-parent*/
.reg-form
{
  border-radius: 4px;
  background-color: rgb(236, 244, 245);
  box-shadow: 0px 5px 73px 0px rgba(0, 0, 0, 0.36);
}
.reg-form .wrapper
{
	padding: 50px 30px 50px 30px;
}
.reg-form h2
{
  font-size: 45px;
  margin-bottom: 0;
  color: rgb(79, 79, 111);
  font-weight: bold;
}
.reg-form p
{

  font-size: 14px;
  margin-top: 0;
  color: rgb(136, 136, 136);
}
.reg-form .reg-button-social
{
	margin-top: 30px;
}

.reg-form .reg-button-social button
{

  border-radius: 25px;
  height: 50px;
  width: 12vw;
  font-size: 13px;
  margin-right: 5px;
  font-family: "roboto";
  color: rgb(255, 255, 255);
  transition: 0.5s;
    line-height: 40px;
  border: none;
}
.reg-form .reg-button-social button:hover i
{
	transform: rotateX(360deg);
}
.reg-form .reg-button-social button i
{
	margin-right: 10px;
	transition: 0.5s;
}
.reg-form .reg-button-social .fb-btn
{
	background: rgb(59, 89, 152);
}
.reg-form .reg-button-social .google-btn
{

  background-color: rgb(219, 68, 55);

}

/*reg-form form-style*/
.reg-form form
{
	border-top: solid 2px rgb(187, 211, 214);
	border-bottom: solid 2px rgb(187, 211, 214);
	margin: 30px 0;
	padding: 20px 0;
}
.reg-form form span
{
  font-size: 16px;
  font-family: "Jost";
  color: rgb(0, 0, 0);
  font-weight: bold;

}
.login-link
{
	  text-align: right;
}
.signup-link
{
	  text-align: right;
}
/*sreg-form fields*/
.reg-form form input[type=text], .reg-form form input[type=password], .reg-form form input[type=email]
{
	width: 100%;
	height: 60px;
	outline: solid 3px rgb(235, 235, 235);
	border: none;
	border-radius: 26px;
	padding-left: 30px;
	background-color: rgb(255, 255, 255);

}
.reg-form input
{
	
	margin-top: 20px;
}
.reg-form form input:focus
{
	outline: none;
	box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
}

/*reg-form label*/
.reg-form form label
{
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  margin-top: 20px;
  	cursor: pointer;
  display: flex;
}
.reg-form form label input 
{
	margin-top: 4px;
	margin-right: 10px;
	-webkit-appearance: none;
  border: solid 2px rgb(102, 132, 242);
  cursor: pointer;
}

.reg-form form label input:checked
{
	position: relative;
}

.reg-form form label input[name="newsletters"]
{

  border-radius: 50%;
  min-width: 15px;
  cursor: pointer;
  height: 15px;

}
.reg-form form label input[name="newsletters"]:checked::after
{
	background: rgb(102, 132, 242);
	position: absolute;
	content: "";
	top: 15%;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.reg-form form label input[name="reg-agree"]:checked::after
{
	background: rgb(102, 132, 242);
	content: "\f00c";
	font-family: "font Awesome 5 Free";
	font-weight: 900;
	line-height: 11px;
	text-align: center;
	font-size: 11px;
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;


}
.reg-form form label input[name="reg-agree"]
{

  border-radius: 3px;
  width: 15px;
  height: 15px;
} 	

.reg-form form label a, .reg-button span a
{
	color: rgb(102, 132, 242);
	text-decoration: none;
}

/*Sign in*/


.signin-block
{
	display: none;
}
.signin-none
{
	display: block;
}
.show-signin .signin-block
{
	display: block;
}
.show-signin .signin-none
{
	display: none;
}

/*reg-button login/sign button*/
.reg-button
{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reg-button .sign-up
{
  font-size: 14px;
  color: rgb(255, 255, 255);
  border-radius: 26px;
  background-image: -moz-linear-gradient( 0deg, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(129,76,249) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(129,76,249) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(84,76,249) 0%, rgb(129,76,249) 100%);
  border: 0;
  width: 250px;
  position: relative;
  overflow: hidden;
  height: 50px;
  text-transform: uppercase;
}
.reg-button .sign-up:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}
.reg-button .sign-up:hover:before
{
    left: 100%;
}
/*reveal signup/login link*/
.reg-button span
{
	float: right;
	line-height: 50px;
}

/*copyright field*/
.copyright
{
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(149, 149, 149);
}
.copyright a
{
	text-decoration: none;
	color: rgb(84,76,249);
}

.color-signin{
	color: rgb(102, 132, 242) !important;
	cursor: pointer;
}
.reg-form form label input[name="show-password"] {
    border-radius: 3px;
    width: 15px;
    height: 15px;
}
.reg-form form label input[name="show-password"]:checked::after {
    background: rgb(102, 132, 242);
    content: "\f00c";
    font-family: "font Awesome 5 Free";
    font-weight: 900;
    line-height: 11px;
    text-align: center;
    font-size: 11px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#signup-message{
	margin-top: 18px;
    margin-bottom: 8px;
}
#signin-message{
	margin-top: 18px;
    margin-bottom: 8px;
}
