/***
Login page
***/
@font-face {
	font-family: 'dm_serif_textregular';
	src: url('../fonts/dmseriftext-regular-webfont.woff2') format('woff2'),
			 url('../fonts/dmseriftext-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'dm_serif_textitalic';
	src: url('../fonts/dmseriftext-italic-webfont.woff2') format('woff2'),
			 url('../fonts/dmseriftext-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'Ilisarniq';
	src: url('../fonts/Ilisarniq-Light.woff2') format('woff2'),
			url('../fonts/Ilisarniq-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	}
@font-face {
	font-family: 'Ilisarniq';
	src: url('../fonts/Ilisarniq-Regular.woff2') format('woff2'),
			url('../fonts/Ilisarniq-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'Ilisarniq';
	src: url('../fonts/Ilisarniq-Demi.woff2') format('woff2'),
			url('../fonts/Ilisarniq-Demi.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'Ilisarniq';
	src: url('../fonts/Ilisarniq-Bold.woff2') format('woff2'),
			url('../fonts/Ilisarniq-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	}

/* logo page */
.login {
/*background:url(../../img/loginbg.jpg);*/
background:url(../../img/sc-login.jpg);
background-size:cover;
background-color:#fff !important;
height:100vh;
}

.login .logo {
  margin: 0 auto;
  margin-top:60px;
  padding: 15px;
  text-align: center;
}

.login .content {
  background-color:#fff;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.login .content h3 {
  color: #000;
}
.login .content h4  {
	font-family: 'dm_serif_textregular';
  color: #222;
}

.login .content p {
	font-family: 'Ilisarniq';
  color: #222;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
	font-family: 'dm_serif_textregular';
  font-weight: 300;
  margin: 0 0 25px;
	padding: 5px 10px 20px;
	display: block;
	text-align: center;
	font-size: 22px;	
	border-bottom: 1px solid #000;
	width: 100%;
	position: relative;
}

.login .content .form-title::before {
	background-color: rgb(255, 108, 0);
	content: '';
	display: block;
	height: 3px;
	left: 50%;
	margin-left: -20px;
	margin-top: -1px;
	position: absolute;
	top: 100%;
	width: 40px;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {	
  margin-top: 8px;
  display: inline-block;
  font-family: Ilisarniq;
}

.login .content .form-actions .btn {
  margin-top: 1px;
	border-radius: 0;
	background-color: #ff6c00;
	border-color: #ff6c00;
	color: #fff;
	font-family: 'Ilisarniq';
}

.login .content .form-actions .btn:hover, .login .content .form-actions .btn:focus {
	background-color: #212121;
	border-color: #212121;
}
.login .content .form-actions .btn-default.step-prev{
      display: inline-block;
    padding: 1px 12px;
  background-color: #fff;
  font-family: 'Ilisarniq';
  font-size:16px;
  font-weight:500;
  letter-spacing: normal;
  line-height:26px;
  text-transform:capitalize;
  color: #FF6C00;
  font-weight: 500;
  border:3px solid #FF6C00;
  /*border-radius:5px;*/
}
.login .content .form-actions .btn-default.step-prev:hover,.login .content .form-actions .btn-default.step-prev:focus,.login .content .form-actions .btn-default.step-prev:active{
	color:#2e2e2e !important;
	border:3px solid #2e2e2e !important;
}
.login .content .forget-password {
  margin-top: 25px;
}

.login .content .forget-password a {
	color: #FF6C00;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
	color: #FF6C00;
}

/* select2 dropdowns */


.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top:1px;
  margin: 4px 4px 0px 3px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #999;
  font-size: 13px;
}

.form-group {
	padding: 0;
}
.input-icon input {
	border: 1px solid #c1bfbf;	
	border-radius: 0;
	padding: 10px 10px 10px 15px !important;
	color: #4C4B48;
    font-family: Ilisarniq;
    font-size: 14px !important;
    letter-spacing: -0.2px;
    line-height: 16px;
    text-transform: none;
}
.input-icon input:focus {
	border-color: rgb(255, 108, 0);
}
.input-icon i {
	margin-top: 12px;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top:10px;
  }

  .login .content {
    padding1: 20px;
    width: 280px;
  }

  .login .content h3 {
    font-size: 22px;
  }


  .login .checkbox {
    font-size: 13px;
  }
}
