@charset "utf-8";
/* CSS Document */
html, body {
    color: #4f5f6f;
    font-family: "Open Sans",sans-serif;
    height: 100%;
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
}
html {
    font-size: 14px;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
}
h1, .h1 {
    font-size: 2.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    margin-top: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.auth {
    background-color: #667380;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 100%;
}
.auth-container {
    left: 50%;
    min-height: 330px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 450px;
}

.card {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.auth-container .auth-title {
    color: #97a4b1;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 20px;
}

.auth-container .auth-header {
    border-bottom: 1px solid #85ce36;
    text-align: center;
    display: block;
}
.auth-container .auth-content {
    min-height: 260px;
    padding: 30px 50px;
}
.text-xs-center {
    text-align: center;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
.form-group {
    margin-bottom: 1rem;
}

label, .control-label {
    font-weight: 600;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-control.underlined {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #d7dde4;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.form-control {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    color: #55595c;
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    padding: 0.4rem 0.75rem;
    width: 100%;
}
input, textarea {
    outline: medium none;
}
input, button, select, textarea {
    line-height: inherit;
}
a, area, button, [role="button"], input, label, select, summary, textarea {
    touch-action: manipulation;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}
*, *::before, *::after {
    box-sizing: inherit;
}
.form-control::-moz-placeholder {
    color: #d7dde4;
    font-style: italic;
}
.form-control::placeholder {
    color: #999;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.btn.btn-primary {
    background-color: #85ce36;
    border-color: #85ce36;
    color: #ffffff;
}
.btn {
    background-image: none;
    border-radius: 0;
    margin-bottom: 5px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    padding: 0.5rem 1rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
button, html [type="button"], [type="reset"], [type="submit"] {
}
input, button, select, textarea {
    line-height: inherit;
}
a, area, button, [role="button"], input, label, select, summary, textarea {
    touch-action: manipulation;
}
button, html [type="button"], [type="reset"], [type="submit"] {
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}
.error{
	margin:0 0 20px 0;
	padding:20px;
	text-align:center;
	width:90%;
	background:#C00;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	}