      html body {
    height: 100%;
    direction: ltr;
}

body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icon-key3:before {
	content: "\f084";
}

.icon-head::before {
	content: "\e074";
}

.icon-lock::before {
    content: "\eddd";
}

.icon-checkmark2::before {
    content: "\ee5e";
}
.border-grey.border-lighten-3 {
    border: 1px solid #EEEEEE !important;
}
.position-relative {
    position: relative !important;
}
.has-icon-left .form-control.input-lg {
    padding-right: 1.5rem;
    padding-left: 3.16667rem;
}
input.form-control.input-lg {
    height: 3.16667rem;
    line-height: 1.45;
}
form .form-control {
    border: 1px solid #d4d4d4;
    color: #5a5a5a;
}
.card {
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0;
}
.card-header .card-title {
    margin-bottom: 0;
}
.card .card-title {
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.line-on-side {
    border-bottom: 1px solid #dadada;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
.line-on-side span {
    background: #fff;
    padding: 0 10px;
}
.font-small-3 {
    font-size: 0.9rem !important;
}
.no-border {
    border: 0 !important;
}

.box-shadow-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blank-page .content-wrapper {
    padding: 0 !important;
}
.blank-page .content-wrapper .flexbox-container {
    display: flex;
    align-items: center;
    height: 100vh;
}

.blank-page .content-wrapper .gridbox-container{
	 display: grid;
    align-items: center;
    height: 92vh;
}
input.form-control.input-lg {
	border-radius: 0.27rem 0.27rem 0 0;
	font-size: 1rem;
}

.second-form {
	border-radius: 0 0 0.27rem 0.27rem !important;
}

.wrapper2 {
	margin-bottom: -15px !important;
	color: #bebfbf;
	text-align: center;
}
input.form-control.input-lg + .form-control-position, input.form-control.form-group-lg > .form-control-position {
    width: 3.16667rem;
    height: 3.16667rem;
    line-height: 3.16667rem;
}
.has-icon-left .form-control-position {
    right: auto;
    left: inherit;
}

.offset-md-4 {
    margin-left: 33.33333%;
    margin-right: 0%;
}

.form-control-position {
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
    text-align: center;
}
html body.bg-full-screen-image {
      background: url(../images/Login/gradient.jpg) no-repeat center center fixed;
      background-size: cover; }
 