<<<<<<< HEAD
#logo-bar {
    padding: 30px 0;
}
.create-account {

    background-color: #0088cc;
    padding: 50px 0;
    color: #fff;

}
.create-tit {

    font-size: 30px;margin-top: 0;

}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
	border-radius: 0px;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
.btn-social > :first-child {

    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 40px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
    background-color: #304981;

}
.btn.btn-block.btn-social.btn-facebook:hover {
    color: #fff;
}

.signin-from {
    border: 3px solid #e5e5e5;
    background-color: #fff;
    border-radius: 0px;
    margin: 100px 0;
}
form {
  margin: 10px auto;
  padding: 10px 35px;
}
.alredy-member {
    margin-top: 10px;
    margin-bottom: 25px;
}
.alredy-member a{ color: #0657bc;}

h1 {
  margin: 0 0 30px 0;
  text-align: center;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	font-size: 16px;
	height: auto;
  margin: 0;
    margin-bottom: 0px;
	outline: 0;
	padding: 10px 15px;
	width: 100%; 
	background-color: #fff;
	color: #212121;
	box-shadow: inset 0px 0px 15px rgba(0,0,0,.1);
	margin-bottom: 30px;
	border: 1px solid #acacac;
}	
select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}
button {
     padding: 8px;
    color: #FFF;
    background-color: #0088cc;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    border-radius: 0px;
    width: 35%;
    margin-bottom: 10px;
    border: none;
}
fieldset {
  margin-bottom: 30px;
  border: none;
  max-width: 500px;
}
legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}
label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
label.light {
  font-weight: 300;
  display: inline;
}
#mail {
    margin-bottom: 50px;
}
#l_name {
    float: left;
    width: 48%;
}
#f_name {
    float: right;
    width: 48%;
}
.auth-code {
    width: 100%;
    float: left;
}
.code-a {
    width: 50%;
    float: left;
	font-size: 16px;
height: auto;
margin: 0;
    margin-bottom: 0px;
margin-bottom: 0px;
outline: 0;
padding: 10px 15px;
background-color: #fff;
color: #212121;
box-shadow: inset 0px 0px 15px rgba(0,0,0,.1);
margin-bottom: 30px;
border: 1px solid #acacac;
}
.auth-code a {

    width: 44%;
    float: right;
    color: #0137ff;
    font-size: 18px;
    margin-top: 5px;

}
.web-terms {
    float: left;
    width: 100%;
    color: #787878;
    font-size: 14px;
}
.web-terms a{ color: #0137ff;
}
.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

@media only screen and (max-width : 992px) {
	.create-account { padding: 40px 0; }
	.create-tit {
    font-size: 24px;
    margin-top: 5px;
}
}

@media only screen and (max-width : 640px) {
	button { font-size: 16px; }
		.create-tit {
    font-size: 20px;
    margin-top: 8px;
}
.btn {
    font-size: 12px;
    text-align: right;
    padding: 8px 20px 8px 15px;
}
}

@media only screen and (max-width : 460px) {
	button { font-size: 16px; width: 65%; }
	.auth-code a { font-size: 14px; margin-top: 8px;}
}
@media only screen and (max-width : 360px) {
	button { font-size: 14px; width: 100%; }
	.auth-code a { font-size: 14px; margin-top: 8px;}
	.alredy-member { font-size: 14px;}
=======
#logo-bar {
    padding: 30px 0;
}
.create-account {

    background-color: #f49c1e;
    padding: 50px 0;
    color: #fff;

}
.create-tit {

    font-size: 30px;margin-top: 0;

}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
	border-radius: 0px;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
.btn-social > :first-child {

    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 40px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
    background-color: #304981;

}
.btn.btn-block.btn-social.btn-facebook:hover {
    color: #fff;
}

.signin-from {
    border: 3px solid #e5e5e5;
    background-color: #fff;
    border-radius: 0px;
    margin: 100px 0;
}
form {
  margin: 10px auto;
  padding: 10px 35px;
}
.alredy-member {
    margin-top: 10px;
    margin-bottom: 25px;
}
.alredy-member a{ color: #0657bc;}

h1 {
  margin: 0 0 30px 0;
  text-align: center;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	font-size: 16px;
	height: auto;
  margin: 0;
    margin-bottom: 0px;
	outline: 0;
	padding: 10px 15px;
	width: 100%; 
	background-color: #fff;
	color: #212121;
	box-shadow: inset 0px 0px 15px rgba(0,0,0,.1);
	margin-bottom: 30px;
	border: 1px solid #acacac;
}	
select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}
button {
     padding: 8px;
    color: #FFF;
    background-color: #00837e;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    border-radius: 0px;
    width: 35%;
    margin-bottom: 10px;
    border: none;
}
fieldset {
  margin-bottom: 30px;
  border: none;
  max-width: 500px;
}
legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}
label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
label.light {
  font-weight: 300;
  display: inline;
}
#mail {
    margin-bottom: 50px;
}
#l_name {
    float: left;
    width: 48%;
}
#f_name {
    float: right;
    width: 48%;
}
.auth-code {
    width: 100%;
    float: left;
}
.code-a {
    width: 50%;
    float: left;
	font-size: 16px;
height: auto;
margin: 0;
    margin-bottom: 0px;
margin-bottom: 0px;
outline: 0;
padding: 10px 15px;
background-color: #fff;
color: #212121;
box-shadow: inset 0px 0px 15px rgba(0,0,0,.1);
margin-bottom: 30px;
border: 1px solid #acacac;
}
.auth-code a {

    width: 44%;
    float: right;
    color: #0137ff;
    font-size: 18px;
    margin-top: 5px;

}
.web-terms {
    float: left;
    width: 100%;
    color: #787878;
    font-size: 14px;
}
.web-terms a{ color: #0137ff;
}
.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

@media only screen and (max-width : 992px) {
	.create-account { padding: 40px 0; }
	.create-tit {
    font-size: 24px;
    margin-top: 5px;
}
}

@media only screen and (max-width : 640px) {
	button { font-size: 16px; }
		.create-tit {
    font-size: 20px;
    margin-top: 8px;
}
.btn {
    font-size: 12px;
    text-align: right;
    padding: 8px 20px 8px 15px;
}
}

@media only screen and (max-width : 460px) {
	button { font-size: 16px; width: 65%; }
	.auth-code a { font-size: 14px; margin-top: 8px;}
}
@media only screen and (max-width : 360px) {
	button { font-size: 14px; width: 100%; }
	.auth-code a { font-size: 14px; margin-top: 8px;}
	.alredy-member { font-size: 14px;}
>>>>>>> 8c53fa7bcae1200c93f9611c5b736ab884312d41
}