#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;
	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 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
}
#login-container form {
    width: 360px;
    display: block;
    margin: 5em auto;
}
#login-section {
    width: 357px;
}
#login-section #email-field {
    margin-top: 16px;
    margin-bottom: 12px;
}
#login-section #login-footer {
    margin-top: 20px;
    width: 95%;
}
#login-section #login-footer #login_submit {
    float: left;
    font-size: 14px;
    margin-top: -6px;
}
.button-green 
{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    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;
}
.div-input 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;
}
a, a * {
    cursor: pointer;
    outline: none;
}
input[type=password] {
    font-family: arial,  sans-serif;
}
button {
    border: 0;
    width: auto;
    overflow: visible;
    border-style: solid;
    outline: 0;
}
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;
    color: #444;
    font-weight: normal;
}
form {
    padding: 0;
    margin: 0;
}
a {
    color: #2281cf;
    text-decoration: none;
}
a img {
    border: 0;
}
label {
    cursor: default;
}
:focus {
    outline: none;
}
#forgot-pass {
	clear: both;
	display: block;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	padding-top: 14px;
}
.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: -3px;
}