BODY {
	width: 100vw;
	height: 100vh;
	display: flex;
	padding: 0;
	margin: 0;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
    color: #2254A7;
    text-decoration: none;
}
a img {
    border: 0;
}
a:hover {
    text-decoration: underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

INPUT { outline: none; }
.column {
	flex: 1;
	width: 50%;
	max-width: 50%;
	align-content: flex-start;
}
.login-option {
	padding: 10px 0px;
	text-align: center;
	border: 1px #777 solid;
	border-radius: 20px;
	background-position: 32% center;
	background-repeat: no-repeat;
	background-size: 7%;
	padding-left: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	margin-top: 10px;
}
.login-option:hover {
	text-decoration: none;
	background-color: #F5F5F5;
}
#samlBtn DIV {
	background-image: url('../images/saml.png');
}
#oauthBtn DIV {
	background-image: url('../images/azure.png');
}
#facebookBtn DIV {
	background-image: url('../images/facebook.png');
}
#googleBtn DIV {
	background-image: url('../images/google.png');
}
#docova_custom_login .button-green 
{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: center;
    padding: 5px 16px;
    font-size: 15px;
    height:36px;
    font-weight: 600;
    cursor: pointer;
    overflow: visible;
    color: #FFFFFF;
    border-top: 1px #ADB725 solid;
    border-right: 1px #ADB725 solid;
    border-bottom: 1px #ADB725 solid;
    border-left: 1px #ADB725 solid;
    background:#c0cb29;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0cb29',  endColorstr='#869312');
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#c0cb29),  to(#869312));
    background: -moz-linear-gradient(top,  #c0cb29,  #869312);
}
#docova_custom_login .button-green:hover {
    border-top: 1px #4D5110 solid;
    border-right: 1px #4D5110 solid;
    border-bottom: 1px #4D5110 solid;
    border-left: 1px #4D5110 solid;
    -moz-box-shadow: 0 1px 1px rgba(0,  0,  0,  .3),  inset 0 0 3px #c0cb29;
    -webkit-box-shadow: 0 1px 1px rgba(0,  0,  0,  .3),  inset 0 0 3px #c0cb29;
    box-shadow: 0 1px 1px rgba(0,  0,  0,  .3),  inset 0 0 3px #c0cb29;
}
.unhidepass {
	position: absolute;
	cursor: pointer;
	padding: 5px;
	z-index: 10;
	right: 4px;
	top: 15px;
}

#docova_custom_login input[type='text'], input[type='password'] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	padding: 12px 5px 5px 5px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
}
#docova_custom_login input:focus ~ .docova_placeholder,
#docova_custom_login input:not(:focus):not(:placeholder-shown) ~ .docova_placeholder{ top: 7px; } 
#docova_custom_login input:focus ~ .docova_placeholder{ font-size: 12px; }

#docova_custom_login input:not(:focus):not(:placeholder-shown) ~ .docova_placeholder{ font-size: 12px; }
#docova_custom_login input[type='text']:focus, input[type='password']:focus  {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}
#docova_custom_login .docova_placeholder {
	position: absolute;
	pointer-events: none;
	font-size: 16px;
	left: 5px;
	top: 15px;
	transition: 0.2s ease all;
}

html, body, p, h1 {
    margin: 0;
    padding: 0;
    font-family: "Open Sans",  "lucida grande",  "Segoe UI",  arial,  verdana,  "lucida sans unicode",  tahoma,  sans-serif;
    font-size: 13px;
    background-color: #FFF;
    color: #444;
    font-weight: normal;
}

#page-container {
	display: flex;
	justify-content: center;
	width: 100%;
}

#page-content {
	margin: 4em;
    padding: 2em;
	max-height: 600px;
    box-shadow: 0 0 24px #7E8793;
}

#login-container {
	display: flex;
	min-height: 400px;
}
#login-container > DIV {
	flex: 1;
	max-width: 49%;
}
#login-container .title-text {
    font-size: 22px;
    font-weight: 600;
}
#login-container form {
    width: 360px;
    display: block;
    margin: 4em auto;
}

#docova_custom_login TD {
	vertical-align: middle;
	text-align: center;
}
#docova_custom_login input {
	width: 345px;
	height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 0 0 #000,  inset 0 3px 3px #eee;
	-webkit-box-shadow: 0 0 0 #000,  inset 0 3px 3px #eee;
	border-radius: 3px;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #bfbfbf;
	box-shadow: 0 0 0 #000,  inset 0 3px 3px #eee;
}
#docova_custom_login label {
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: 6px;
    cursor: text;
    pointer-events: none;
    color: #777;
    z-index: 1;
    transition: color .2s linear 0;
    -webkit-transition: color .2s linear 0;
    -moz-transition: color .2s linear 0;
}
#docova_custom_login input:hover {
	border: 1px solid #a0a0a0;
}
#docova_custom_login input[name=login_submit]{
    font-size: 14px;
    margin-top: 5px;
    width: 150px;
	height: 36px;
    color: #000;
}

#logo {
	text-align: center;
	height: 110px;
}

#docova_custom_login TABLE DIV {
	display: block;
	margin: 10px auto;
	position: relative;
	z-index: 0;
}
#hr {
	width: 15px;
	position: relative;
}
#hr SPAN {
	position: relative;
	background: #FFF;
	color: #afafaf;
	padding: 0 5px;
	z-index: 1;
}
#strike {
	border-left: 1px #cfcfcf solid;
	position: absolute !important;
	height: 110px;
	width: 10px !important;
	left: 15px;
	top: 10px;
}
#or { margin: 3px auto !important; text-align:center; }
#or:before {
    border-top: 2px solid #afafaf;
    content:"";
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
}
#or span {
	padding: 0 5px;
	background: #FFF;
}
#other-link A {
	text-decoration: none;
}
#other-link, #or, #strike, #hr {
	display: none !important;
}
