﻿.login-body {
    background: #eee;
}

div.mainwrapper form.xforms-form fieldset.loginform {
    background-color: #FFFFFF;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.35);
    border: 1px solid #bbbbbb;
    border-radius: 16px;
    display: block;
    margin: 5% auto;
    padding: 8px 30px;
    top: 25%;
    width: 300px;
}

.xforms-form .recoveryform {
    background-color: #FFFFFF;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.35);
    border: 1px solid #bbbbbb;
    border-radius: 16px;
    display: block;
    margin: 5% auto;
    padding: 16px 32px;
    top: 25%;
    width: 450px;
}

.recoveryform legend {
	font-size: 200%;
}

.recoveryform a {
	text-decoration: underline dotted;
}

.recoveryform a:hover {
	text-decoration: underline;
}

.loginform .xforms-cc {
    margin-top: 4px;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 0;
}

.loginform div.xforms-cc > label {
    position: absolute;
    margin-left: 0;
}

.loginform .xforms-required label {
    width: 22px;
    color: transparent;
    font-size: 0;
    margin-top: 0;
    padding-top: 0;
}
.loginform .xforms-required label:before {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    margin: 0 8px 0 4px;
    padding: 0;
    width: 28px;
    background-image: url("../images/icons/skin4/sys-base2.png");
}

.loginform .xforms-required label.username:before {
    background-position: 0 -38px;
}
.loginform .xforms-required label.password:before {
    background-position: 0 0;
}
.loginform .xforms-required input {
    width:220px;
    margin-left: 48px;
}
.loginform .xforms-cc label {
    display: inline;
}

.xforms-builtin-type-boolean {
    margin-left: 42px;
    margin-right: 6px;
    margin-top: 0;
}

.xforms-builtin-type-boolean > label {
    margin-left: 60px;
}

.loginform .label_after{
    margin-bottom: 15px;
    margin-left: 25px;
}

body .loginform div.label_after label {
    margin-left: 46px;
    margin-top: -5px;
}

form.xforms-form  legend.formtitle {
    color: #7E9812;
    font-size: 170%;
    font-weight: bold;
    margin: 10px 0 0 45px;
}

.buttonbar {
    
}
.buttonbar button.lang_toggle.btn {
    min-width: 2em;
    display: inline-block;
	float:right;
}
.buttonbar button.lang_toggle.btn:hover {
    background-color: #7E9812;
}
.buttonbar button.lang_toggle.btn.selected {
    background-color: #7E9812;
}

.buttonbar button.lang_toggle.btn span {
    color: #fcfcfc;
    margin: 0;
}

.loginbtn {
    margin-left: 46px;
    min-width: 225px;
}

.loginform .xforms-field-alert {
    margin-left: 50px;
}

.loginform .confirmcode div.xforms-cc > label {
	position: relative;
	display: inline;
	margin: 4px 12px;
}

.loginform .confirmcode div.xforms-cc > input {
	width: 6em;
}

.loginform .xforms-output.information {
	background-color: #ffffcc;
	border: 1px solid #ddddbb;
	border-radius: 4px;
	padding: 4px;
}

.recoverylink {
	color: #444444;
	text-decoration: underline;
}
.recoverylink:hover {
	color: #111111;
}