html{-webkit-text-size-adjust: 100%;}@font-face {
	@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.woff2") format("woff2"),url("../fonts/opensans/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-LightItalic.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-LightItalic.woff2") format("woff2"),url("../fonts/opensans/OpenSans-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}


@font-face {
	font-family:"dbs-ib-login";
	src:url("../fonts/dbs-ib-login.eot");
	src:url("../fonts/dbs-ib-login.eot?#iefix") format("embedded-opentype"),
	url("../fonts/dbs-ib-login.woff") format("woff"), url("../fonts/dbs-ib-login.ttf") format("truetype"), url("../fonts/dbs-ib-login.svg#dbs-ib-login") format("svg");
	font-weight:normal;
	font-style:normal;
}

[data-icon]:before {
	font-family:"dbs-ib-login" !important;
	content:attr(data-icon);
	font-style:normal !important;
	font-weight:normal !important;
	font-variant:normal !important;
	text-transform:none !important;
	speak:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family:"dbs-ib-login" !important;
	font-style:normal !important;
	font-weight:normal !important;
	font-variant:normal !important;
	text-transform:none !important;
	speak:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.icon-key-2:before {
  content: "f";
}
.icon-profile-1:before {
  content: "g";
}
body {
	font-family:'Opensans';
	font-size:14px;
	font-weight:300;
	color:#100f0f;
	line-height:20px;
	overflow-x:hidden;
}


body, html {
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
}

ul, li, h1, h2, h3, h4, h5, p {
	margin:0;
	padding:0;
	list-style-type:none;
}

img {
	border:0;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

a {
	color:#999494;
	text-decoration:none;
}

a:hover {
	color:#c00;
	text-decoration:underline;
}


input:focus, buttton:focus {
	outline:0;
}


.btn {
	padding:7px 12px;
	font-size:18px;
	font-weight:300;
	text-align:center;
	cursor:pointer;
	box-shadow:none;
	line-height:20px;
	border:0;
	border-left:medium none;
	border-right:medium none;
	border-top-style:medium none;
	margin:0;
	font-family:"Opensans", Arial, sans-serif;
	margin-bottom: 15px;
}

.btn:hover {
	text-decoration:none;
}

.btn.btn-primary, .btn.btn-primary:visited {
	color:#f7f2f2;
	background-color:#c00;
	border-bottom:2px solid #7f0000;
	display: block;
	width: 100%
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
	text-decoration:none;
	background-color:#ab0000;
}

.btn.btn-secondary, .btn.btn-secondary:visited {
	background-color:#f4f0ea;
	border-bottom:2px solid #ccc6c6;
	color:#666363;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
	background-color:#e9e6e1;
}


input[type="text"], input[type="password"] {
	position:relative;
	padding:7px 0 7px 5px;
	width:235px;
	border:0;
	box-shadow:none;
	float:left;
	font-size:16px;
	margin:0;
}


i {
	margin-right:5px;
}


iframe#iframe1 {
	width:100%;
	height:100%;
	
	position:absolute;
	min-height: 640px;
}


.login-form{
	width:280px;
	margin-right:130px;
	margin-top:100px;
	float:right;
	background:#fff;
	position: relative;
	border-top: 5px solid #cc0000;
	z-index: 99;
	padding: 15px 20px;
	border-left:1px solid #666872;
	-moz-box-shadow:0 10px 10px 0 rgba(0, 0, 0, 0.30), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
	box-shadow:0 10px 10px 0 rgba(0, 0, 0, 0.30), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
}
.login-form h1{
	  color: #100f0f;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 15px;
}
.login-form h1 a{
	font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.forget {
	text-align: right;
	color:#999494;
	margin-bottom: 15px;
}
.no-account{
	text-align: left;
	line-height: 36px;color:#999494;
	
}
.no-account button{
	float: right;
}
.links{
	margin: 15px -20px 0 -20px;
	border-top: 1px solid #ccc6c6;
	padding-top: 10px;

}
.links li{
	padding: 0 20px;
}

.form-row {
	position:relative;
	border:1px solid #ccc6c6;
	margin-bottom: 10px;
}

.form-row span.icon {
	float:left;
	margin:8px 0 0 10px;
	color:#ccc6c6;
}

.error-msg {
	
	background:none repeat scroll 0 0 #fcf2f2;
	border:1px solid #C00;
	padding:10px;	
	margin-bottom:10px;
}

.error-msg h4 {	
	word-break:break-word;
	white-space:normal;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	color:#C00;
}

.brower-detect-error {
	position:relative;
	background:none repeat scroll 0 0 #f4f0ea;
	border:1px solid #ccc6c6;
	padding:10px;
	position:relative;
	text-align:center;
	color:#333 !important;
	font-size:14px;
	line-height:20px;
	text-align:left;
	margin-bottom:10px;
}

.brower-detect-error a {
	color:#333 !important;
}



@media (min-width:1400px) {
.login-form{
	margin-top: 170px;
}
}

@media (min-width:768px) and (max-width:1024px) {
.login-form{
	float: none;
	margin: 0 auto;
	  top: 100px
}

	}

	@media (min-width:0) and (max-width:767px) {

		
		.login-form{
			width: 100%;
			margin: 0;
			margin-top: 125px;
			box-sizing:border-box;
			border:0;
			box-shadow: none;
		}
		iframe#iframe1{
			height: 645px
		}

	}