* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	background: white;
	width: 100%;
	margin: 0;
	height: 100%;
}
.login-onethird {
	position: relative;
	width: 33.33%;
	float: left;
	padding: 3em;
	text-align: center;
	padding-top: 5em;
}

img {
	max-width: 100%;
    width: 130px;
}

.login-twothird {
	position: relative;
	width: 66.66%;
	float: left;
	background-image: url('/idp/images/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center;
}

form {
	box-sizing: border-box;
	text-align: left;
}
h1 {
	color: #00427a;
	font-size: 1.75em;
	font-weight: bold;
	margin-bottom:0.5em;
}
legend {
    font-style: normal;
    font-size: 0.9em;
    display:block;
    margin-bottom:3em;
}
.form-group {
	margin-bottom: 1.5em;
}

.btn {
	width: 100%;
	background: rgb(6,49,86);
	border: none;
	outline: none;
	border-radius: 0px;
	padding: 10px 16px;
	font-size: 1.15em;
	line-height: 1.3333333;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	cursor:pointer;
}
.btn span {
	margin-right: 0.5em;
}
.alert {
	margin-bottom: 3em;
}
.btn:hover {
	background: rgb(6,49,86);
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 1.3em;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin: 0;
	font: inherit;
}
.form-control {
	border-radius: 0px;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	color: #00427a;
}

a {
	text-decoration: underline;
	color: #337ab7;
	margin-bottom: 1.5em;
	display: block;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
.copyright {
	margin-top: 5em;
	color: #888;
	font-size: 0.9em;
	width: 100%;
	text-align: center;
}


@media only screen and (max-width: 992px){
	.login-onethird,.login-twothird {
		width:50%;
	}
}
@media only screen and (max-width: 750px){
	.login-onethird {
		width:100%;
		padding:2em;
		
	}
	.login-twothird {
		display:none;
	}
}
