#back {
	width: 99vw;
	height: 99vh;
	margin: 0;
	padding: 0;
	display: flex;
}
#back > DIV {
	flex: 1;
	width: 50%;
	height: 100vh;
}
#leftbg {
	background-color: #b8ccfb;
}
#detached-container {
	position: absolute;
	width: 100%;
	z-index: 10;
	left: 0;
	top: 40px;
}
#page-container {
    width: 960px;
    margin: 0 auto;
}
#page-content {
	margin-top: 4em;
    padding-bottom: 2em;
    box-shadow: 0 0 24px #7E8793;
}
#login-container {
	display: flex;
	min-height: 400px;
}
#login-container > DIV {
	flex: 1;
	max-width: 49%;
}
#leftside {
	background-color: #b8ccfb;
}
#leftside IMG {
	display: block;
	margin: 4.5em auto;
}
#login-container .title-text {
    font-size: 22px;
    font-weight: 600;
}
#login-container form {
    width: 360px;
    display: block;
    margin: 4em auto;
}
#login-section {
    width: 357px;
}
#login-section #email-field {
    margin-top: 16px;
    margin-bottom: 12px;
}
#login-section #login-footer {
    width: 100%;
}
#login-section #login-footer #login_submit {
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
    color: #000;
}
#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;
}
#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');
}
.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;
}
.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);
    /*
    text-shadow: #355782 0 1px 2px;
    -webkit-text-shadow: #c0cb29 0 1px 2px;
    -moz-text-shadow: #c0cb29 0 1px 2px;
    -moz-box-shadow: 0 1px 1px rgba(0,  0,  0,  .3),  inset 0 1px 0 #869312;
    -webkit-box-shadow: 0 1px 1px rgba(0,  0,  0,  .3),  inset 0 1px 0 #869312;
    box-shadow: 0 1px 1px rgba(0,  0,  0,  .3),  inset 0 1px 0 #869312;
    */
}
 .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;
}
.div-input {
    position: relative;
}
.div-input input {
    width: 345px;
    height: 24px;
}
.div-input input {
    border-radius: 3px;
    -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;
    box-shadow: 0 0 0 #000,  inset 0 3px 3px #eee;
    font-size: 16px;
    border: 1px solid #bfbfbf;
    padding: 5px;
}
.div-input input:hover {
    border: 1px solid #a0a0a0;
}
a, a * {
    cursor: pointer;
}
input[type=password] {
    font-family: arial,  sans-serif;
}
button {
    border: 0;
    width: auto;
    overflow: visible;
    border-style: solid;
}
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;
}
form {
    padding: 0;
    margin: 0;
}
a {
    color: #2254A7;
    text-decoration: none;
}
a:focus { border: 1px #777 dotted; }
a img {
    border: 0;
}
#forgot-pass {
	display: block;
	text-align: left;
	font-style: italic;
	padding-top: 2px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
html {
    overflow-y: scroll;
}
* html .clearfix {
    height: 1%;
}
a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
}
.unhidepass {
	position: absolute;
	cursor: pointer;
	padding: 5px;
	z-index: 10;
	right: 4px;
	top: 15px;
}

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;
}
input:focus ~ .docova_placeholder,
input:not(:focus):not(:placeholder-shown) ~ .docova_placeholder{ top: 7px; } 
input:focus ~ .docova_placeholder{ font-size: 12px; }

input:not(:focus):not(:placeholder-shown) ~ .docova_placeholder{ font-size: 12px; }
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_placeholder {
	position: absolute;
	pointer-events: none;
	font-size: 16px;
	left: 5px;
	top: 15px;
	transition: 0.2s ease all;
}