@font-face {
	font-family: DagnyWebBlack;
	src: url(../fonts/DagnyWebW03Black.ttf);
}

@font-face {
	font-family: DagnyWebRegular;
	src: url(../fonts/DagnyWebW03Regular.ttf);
}
body,html {
	height: 100%;
}

body {
	font-family: DagnyWebRegular;
}
.banner-sec {
	background-image: url('/o/bi-freal-theme/images/Hands_Cake_Batter_Vanilla.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} 
.custom-login-container {
	height: 100%;
}
.custom-login-container .row {
	height: 100%;
	margin: 0;
}
.custom-login-container .btn {
	font-family: DagnyWebBlack;
}
.or-seperator {
	text-align: center;
	margin: 20px 0;
	position: relative;
}
.or-seperator p:before {
	content: "";
	position: absolute;
	background-color: #e1e1e1;
	display: block;
	width: 40%;
	top: 11px;
	height: 1px;
	left: 0
}
.or-seperator p:after {
	content: "";
	position: absolute;
	background-color: #e1e1e1;
	display: block;
	width: 40%;
	top: 11px;
	height: 1px;
	right: 0
}
img.logo {
	width: 100px;
	margin-bottom: 10px;
}
.login-sec {
	padding: 0px 80px;
	position: relative;
	background-color: #fff;
	height: 100%
}
.login-sec .copy-text {
	position: absolute;
	width: 80%;
	bottom: 20px;
	font-size: 13px;
	text-align: center;
}
.login-sec .copy-text i {
	color: #FEB58A;
}
.login-sec .copy-text a {
	color: #E36262;
}
input.form-control.custom-form-control {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding: 10px 0;
}
input.form-control.custom-form-control::placeholder {
	color: #e1e1e1;
	font-family: DagnyWebBlack;
}
.login-sec h2 {
	font-family: DagnyWebBlack;
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 32px;
	line-height: 31px;
	color: #203d7c;
	margin-top: 20px;
}
.sign-in-form .btn-login {
	background: #007BB8 !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}
.btn-primary {
	color: #fff;
	background-color: #203d7c;
	border-color: #203d7c;
	font-size: 16px !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.font-weight-700 {
	font-weight: 700
}
.text-uppercase {
	text-transform: uppercase;
}
.login-branding-image img {
	width: 80%;
}
.login-branding-content h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	font-family: DagnyWebBlack
}
.login-branding-content span {
	display: block;
	font-family: DagnyWebBlack
}
.forget-password-wrapper, .login-link-wrapper {
	margin-top: 15px;
}
.forget-password-wrapper a {
	color: #00b1ec;
	font-weight: 600;
	margin-left: 10px;
	font-family: DagnyWebRegular;
}
.login-link-wrapper a {
    color: #00b1ec;
    font-weight: 600;
    margin-left: 0px;
    font-family: DagnyWebRegular;
}
@media only screen and (max-width: 768px) {
	.banner-sec {
		display: none;
	}
	.login-sec {
		padding: 50px;
	}
}
@media (max-width: 1200px) {
	.login-box-wrapper {
		margin: 0 auto;
	}
}
a.icon-monospaced.portlet-icon-back.text-default {
    display: none !important;
}

.password-eye-icon {
	position:absolute;
	right:0;
	bottom:10px;
	right:5px;
	color:grey
}