@font-face {
  font-family: Basic;
  src: url('/assets/font/SegoeUI/SegoeUI.ttf');
}

*{
	font-family: Basic;
}

.form-auth-wrapper .notif-auth a{
	text-decoration: none;
	color: #666666;
	font-size: 13px;
}

.form-auth-wrapper label{
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bolder;
}

.form-auth-wrapper .form-group{
	margin-bottom: 15px;
}

.form-auth-wrapper{
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: 1px 1px 10px #EEEEEE;
	border-radius: 5px;
	background-color: #FFFFFF;
}

.form-auth-wrapper input{
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 1px 1px 10px #DADADA;
}

.auth-header{
	font-size: 28px;
}

.auth-divider{
	text-align: center;
}

body{
	background-image: url('/assets/image/home/auth-bg.jpg');
	background-size: 100%;
	background-position: center;
}

.login-auth-third button{
	margin-left: 5px;
	margin-right: 5px;
}

.login-auth-third i{
	margin-right: 6px;
}

.notif-error{
	font-style: italic;
}

.registering-note{
	font-style: italic;
	color:#666666;
}