* {
  box-sizing: border-box;
    margin: 0;
  padding: 0;
}
html {
  font-family: "Source Sans Pro", Helvetica, sans-serif !important;
  font-size: 14px;
}


body{
	font-family: 'Poppins', sans-serif;
	background-color: #fff;
}
.sign-up-container {
	background: #fff;
	padding: 10px;
	width: 60%;
	position: relative;

	margin: 50px auto;
}
@media only screen and (max-width: 600px) {
 .sign-up-container {
	width: 90%;
}
}
.page-header {
	float: right;
}

.login-signup {
	margin: 0px;
	text-decoration: none;
	float: right;
}

.login-signup a {
	text-decoration: none;
	font-weight: 700;
}

.signup-heading {
	font-size: 2em;
	font-weight: bold;
	padding-top: 0px;
	text-align: center;
}
.signup-parent {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}
.underline{
	text-decoration: underline;
}
.inline-block {
	width: 100%;
	display: inline-block;
}

.row {
	width: 100%;
	margin: 15px 0px;
	text-align: center;
}

.form-label {
	margin-bottom: 5px;
	font-size: 12px;
	text-align: left;
}

input.input-box-330 {
	position: relative;
	width: 100%;
	border:1px solid #AAB8C2;
	height: 40px;
	border-radius: 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input.input-box-330:focus {
    color: #495057;
    background-color: #fff;
    border-color: #98c2f2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(39, 128, 227, .25)
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.sign-up-container .error {
	color: #ee0000;
	padding: 0px;
	background: none;
	border: #ee0000;
}

.sign-up-container .error-field {
	border: 1px solid #d96557;
}

.sign-up-container .error:before {
	content: '*';
	padding: 0 3px;
	color: #D8000C;
}

.error-msg {
	padding-top: 10px;
	color: #D8000C;
	text-align: center;
}

.success-msg {
    padding-top: 10px;
	color: #176701;
	text-align: center;
}

input.btn {
	width: 100%
}

.signup-align {
	margin: 0 auto;
}

.page-content {
	font-weight: bold;
	padding-top: 60px;
	text-align: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.container-full {
  width: 100%;
  margin: 0;
}

.grid-row {
  display: flex;
  flex-flow: wrap;
  flex-wrap: wrap;
  justify-content: center;

}
[class*="col-"] {
flex-basis: 100%;
text-align: left; 
position: relative;
padding: 10px;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {flex-basis: 8.33%;}
  .col-s-2 {flex-basis: 16.66%;}
  .col-s-3 {flex-basis: 25%;}
  .col-s-4 {flex-basis: 33.33%;}
  .col-s-5 {flex-basis: 41.66%;}
  .col-s-6 {flex-basis: 50%;}
  .col-s-7 {flex-basis: 58.33%;}
  .col-s-8 {flex-basis: 66.66%;}
  .col-s-9 {flex-basis: 75%;}
  .col-s-10 {flex-basis: 83.33%;}
  .col-s-11 {flex-basis: 91.66%;}
  .col-s-12 {flex-basis: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {flex-basis: 8.33%;}
  .col-2 {flex-basis: 16.66%;}
  .col-3 {flex-basis: 25%;}
  .col-4 {flex-basis: 33.33%;}
  .col-5 {flex-basis: 41.66%;}
  .col-6 {flex-basis: 50%;}
  .col-7 {flex-basis: 58.33%;}
  .col-8 {flex-basis: 66.66%;}
  .col-9 {flex-basis: 75%;}
  .col-10 {flex-basis: 83.33%;}
  .col-11 {flex-basis: 91.66%;}
  .col-12 {flex-basis: 100%;}
}
.order-1{
  order: 1;
}

.order-2{
  order: 2;
}
@media(max-width: 555px) {
  .order-s-1{
  order: 1;
}
.order-s-2{
  order: 2;
}

}
.pcard{
	width: 100%;
	border:1px solid #AAB8C2;
	border-radius: 2px;
	padding: 30px 20px;
}

.pcard .header{
	font-size: 24px;
	font-weight: 600;
	padding: 10px 0;
}
.pcard .body{
	border-top: 1px solid #AAB8C2;
	border-bottom: 1px solid #AAB8C2;
	padding: 10px 0;
	margin-bottom: 10px;
}
.pcard table.sum{
	width: 100%;
}

.pcard table th{
	font-weight: 600;
}
.top{
	border-top: 1px solid #AAB8C2;
}

.pay-btn{
display: block;
	width: 100%;
	background-color: #1DA1F2;
	padding: 10px 0;
	border:0;
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

header{
	width: 100%;
	padding: 30px;
	text-align: center;
}

.product {
	width: 100%;
	background-color: #f2f2f2;
	margin: 0;
	padding: 0;
}
.title {
	font-size: 30px;
	text-align: center;
	background-color: #efe9fc;
}
.forget{
	color: #657786;
	font-weight: 600;
	text-decoration: none;
}
.forget:hover{
	text-decoration: underline;
}

.create {
	text-align: center;
	font-size: 14px;
	color: #657786;
	font-weight: 600;
}

.create a{
	color: #6225E6;
	text-decoration: none;
}

.create a:hover{
	text-decoration: underline;
}

.steps{
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 50px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  background: linear-gradient(60deg ,#f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  background-size: 300% 300%;
  color: #fff;
  animation: gradient 3s ease infinite alternate;
  transition: transform .3s,-webkit-transform .3s;
}
.steps span{
  display: block;
  font-size: 16px;
  font-weight: 400;
}
@keyframes gradient { 
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}