@font-face {
	font-family: Roboto-Medium;
	src: url(../font/roboto/Roboto-Medium.ttf);
}

@font-face {
	font-family: Roboto-Light;
	src: url(../font/roboto/Roboto-Light.ttf);
}
body, button, input, select, option, textarea {
	font-family: Roboto-Light;
}

body {
	background: #dfe7e9;
	box-sizing: border-box;
	font-weight: 400;
	line-height: 1.5;
}
.sign_up {
	width: 359px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 10px;
}

.sign_up form {
	background: #fff;
	color: #999;
	border-radius: 3px;
	margin-bottom: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;
}

.sign_up h2 {
	color: #636363;
	margin: 0 0 40px;
	position: relative;
	text-align: center;
	
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}

.sign_up h2::after {
	right: 0;
}

.sign_up h2::before, .sign_up h2::after {
	content: "";
	height: 2px;
	width: 30%;
	background: #d4d4d4;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.sign_up h2::before {
  left: 0;
}

.sign_up .hint-text {
	color: #999;
	margin-bottom: 30px;
	text-align: center;
}

.sign_up {
	margin-top: 0;
	margin-bottom: 1rem;
}

.sign_up .form-group {
	margin-bottom: 20px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.sign_up .row div:first-child {
	padding-right: 10px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;

	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.form-control, .btn {
	border-radius: 3px;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.sign_up .btn {
	font-size: 16px;
	font-weight: bold;
	min-width: 140px;
	outline: none !important;
}

.form-control, .btn {
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-group-lg > .btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.btn-success {
	color: #fff;
	background-color: #28a745;
}

.btn {
	text-align: center;
	user-select: none;
	border: 1px solid transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.text-center {
	text-align: center !important;
}

/*sign in*/
	.signin-form {
		width: 359px;
		margin: 0 auto;
	}
	
	.signin-form form {
	  border-radius: 5px;
	  margin-bottom: 20px;
	  background: #fff;
	  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	  padding: 40px;
	}

	.signin-form h2 {
		text-align: center;
		font-size: 34px;
		font-weight: 500;
		line-height: 1.2;
		margin: 10px 0 15px;
	  
	}

	.signin-form .hint-text {
	  color: #999;
	  text-align: center;
	  margin-bottom: 20px;
	}

	.or-seperator {
	  margin: 50px 0 15px;
	  text-align: center;
	  border-top: 1px solid #e0e0e0;
	}

	.or-seperator b {
	  padding: 0 10px;
	  width: 40px;
	  height: 40px;
	  font-size: 16px;
	  text-align: center;
	  line-height: 40px;
	  background: #fff;
	  display: inline-block;
	  border: 1px solid #e0e0e0;
	  border-radius: 50%;
	  position: relative;
	  top: -22px;
	  z-index: 1;
	}

	.signin-form .form-group {
	  margin-bottom: 20px;
	}

	button, input {
	  overflow: visible;
	}	
	
	.signin-form .small {
	  font-size: 13px;
	  font-weight: 400;
	}

	a {
	  color: #5cb85c;
	  text-decoration: none;
	  background-color: transparent;
	}

	.social_container {
		display: flex;
		justify-content: center;
	}
	
	.social_logo {
		background-image: url(../img/logo/icons8-facebook-96.png);
		background-size: 100% 100%;
		border-radius: 50%;
		margin-right: 20px;
		width: 55px;
		height: 55px;
	}
	
	.google_logo {
		background-image: url(../img/logo/icons8-google-96.png);
	}
	
	.twitter_logo {
		background-image: url(../img/logo/icons8-twitter-96.png);
		width: 62px;
		height: 62px;
		margin-right: 0;
		margin-top: -4px;
		margin-left: -6px;
	}
	
	.err {
		margin-top: -14px;
		margin-left: 1px;
		font-size: 11px;
		color: red;
		height: 24px;
	}
	
	.msg {
		margin-top: -14px;
		margin-left: 1px;
		font-size: 11px;
		color: #28a745;
		height: 24px;
	}
/* end signin*/	