
@font-face{
    font-family:DIN-Medium;
    src:url(../fonts/DINNEXTARABICMEDIUM.eot);
    src:url(../fonts/DINNEXTARABICMEDIUM.eot?#iefix) format("embedded-opentype"),url(../fonts/DINNEXTARABICMEDIUM.otf) format("opentype"),url(../fonts/DINNEXTARABICMEDIUM.svg) format("svg"),url(../fonts/DINNEXTARABICMEDIUM.ttf) format("truetype"),url(../fonts/DINNEXTARABICMEDIUM.woff) format("woff"),url(../fonts/DINNEXTARABICMEDIUM.woff2) format("woff2");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:DIN-Light;
    src:url(../fonts/DINNEXTARABICLIGHT.eot);
    src:url(../fonts/DINNEXTARABICLIGHT.eot?#iefix) format("embedded-opentype"),url(../fonts/DINNEXTARABICLIGHT.otf) format("opentype"),url(../fonts/DINNEXTARABICLIGHT.svg) format("svg"),url(../fonts/DINNEXTARABICLIGHT.ttf) format("truetype"),url(../fonts/DINNEXTARABICLIGHT.woff) format("woff"),url(../fonts/DINNEXTARABICLIGHT.woff2) format("woff2");
    font-weight:400;
    font-style:normal
}

body, html {
  height: 100%;
}

body {
    background: url(../../images/iu-triangle.svg) no-repeat left top;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
    font-family: DIN-Light;
    text-align: right
}

a,button{
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.btn:focus{
	box-shadow: none!important;
}
.login-block 
{
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #4c5f60;
	box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.20);
}
.signup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
}
.login_sec
{
    padding: 0px;
    background-color: #f8fafb;
}
.login_sec img 
{
    margin: 24px auto;
}
.banner-sec {
    min-height: 430px;
    padding: 0;
    border-left: 1px solid #e3e3e3;
}

.login-sec {
  padding: 50px 35px;
  position: relative;
}

.login-sec h2 {
	margin-bottom: 30px;
	font-size: 25px;
	color: #1e506c;
	font-family: DIN-Medium;
}

/* login start */

.login-form-btns {
    margin: 20px auto;
    text-align: center;
}
.login-form-btns .btn {
    top: 0;
}

.loginform {
  width: 100%;
}

.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 15px;
}

.label-input {
    font-size: 13px;
    color: #333333;
    line-height: 1.5;
    padding-left: 0;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

.input-txt:focus+.focus-logininput::before {
  width: 100%;
}

.input-txt {
	font-size: 13px;
	color: #333333;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 50px;
	background: transparent;
	padding: 10px 42px 10px 7px;
	font-family: DIN-Light;
}

.focus-logininput {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}

.focus-logininput::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background: #0073a6;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.focus-logininput::after {
  font-family: "FontAwesome";
  content: "\f2c0";
  color: #d9d9d9;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height:100%;
  bottom: 0;
  right: 0;
  padding-right: 13px;
  padding-top: 3px;
}

.focus-logininput.password::after {
  font-family: "FontAwesome";
  content: "\f084";
  color: #d9d9d9;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height:100%;
  bottom: 0;
  right: 0;
  padding-right: 13px;
  padding-top: 3px;
}

input {
  outline: none;
  border: none;
}

.login-block ul{
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}


.login-block ul li a{
    font-size: 13px;
    text-decoration: none;
    padding-bottom: 2px;
	color:#1e506c;
	border-bottom:1px solid transparent;
}
.login-block ul li a:hover{
	border-bottom:1px solid #bd9c66;
    text-decoration: none;
	color:#1e506c;
}

.login-block ul li a i {
    margin-left: 3px;
}

.btn{
    transition: all .3s ease;
    position: relative;
    font-size: 14px;
    font-family:DIN-Medium;
    padding: 11px 25px 15px 25px;
}

.btn:hover {
	top:-3px
}

.btn-primary {
    background-color: #005a85;
    border-color: #005a85;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
 {
    background-color: #005a85;
    border-color: #005a85;
	color:#fff
}
.btn-gold {
    background-color: #bf9f5e;
    border-color: #bf9f5e;
	color:#fff
}

.btn-gold:hover,
.btn-gold:focus
 {
    background-color: #ceae6c;
    border-color: #ceae6c;
	color:#fff
}

img{
    max-width: 100%;
}

.banner img{
    width: 160px;
}

.banner{
    text-align:center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/******************************************/

/* Awesome checkbox */

.checkbox {
	margin-left: 5px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 2px;
    font-size: 13px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 0;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
    text-align: center;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: 0;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
  font-family: DIN-Light;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
/*** awesome bootstrap checkbox RTL ***/

.checkbox label {
    padding-right: 5px;
    padding-left: unset;
}

.checkbox input[type="checkbox" i]{
    text-align: center;
}

.checkbox label::before {
    left: auto;
    right: 0;
    margin-left: unset;
    margin-right: -20px;
}
.checkbox label::after {
    left: auto;
    right: 0;
    top: 0;
    margin-left: unset;
    padding-left: unset;
    margin-right: -20px;
    padding-left: 0px;
}

/*** End ***/


@media (max-width: 767px) {
	
.banner img {
    width: 120px;
}

.login-block {
    width: 95%;
}
.banner-sec {
    min-height: auto;
    padding: 30px 10px;
    border-right: 0;
}

.login-sec {
    padding: 40px 35px;
    position: relative;
}

.login-sec p {
    text-align: center;
}
.login-sec h2 {
    margin-bottom: 8px;
}
.loginform {
    margin-top: 20px;
}
}

@media (max-height: 668px){
.loginform {
    margin-top: 15px;
}
.login-sec {
    padding: 20px 35px;
}
.banner-sec {
    padding: 18px 10px;
}
.login-block ul {
    margin: 20px 0 0 0;
    text-align: center;
}
.banner img {
    width: 110px;
}

.login-block ul li {
    display: inline-block;
    margin: 0 5px;
}

}