body {
	background-color:#121212;
	overflow: auto;
}
.outerWrapper {
	background-color:#121212;
	color:#fff;
}
.outerDiv {
    width: 100%;
}
.outerWrapper {
    background-color: #121212;
    color: #fff;
}
*, ::after, ::before {
    text-size-adjust: 100%;
    box-sizing: border-box;
}
.outerCenterBox {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.vMiddle {
    display: table-cell;
    vertical-align: middle;
}
.mWidth440 {
    max-width: 440px;
}
.centerBoxDiv {
    margin: 0 auto;
    min-height: 300px;
    border: 1px solid #333;
    background-color: #222;
    padding: 44px;
}
.mainLogoBoxDiv {
    width: 100%;
    flex: none;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-align: center;
    font-family: Lato,sans-serif;
    font-size: 200%;
}
.mainLogoBoxDiv span {
	font-size: 120%;
	color: brown;
}
.mainLogoBoxDiv span:last-child {
	font-size: 110%;
	color: darkgray;
}
.titleUnder {
    font-weight: 300;
    z-index: 1;
    margin: 0;
    margin-top: 40px;
}
.inputBox {
    color: #fff;
    cursor: text;
    display: inline-flex;
    position: relative;
    border-radius: 4px;
    margin-top: 15px;
    background-color: #484848;
    width: 100%;
    line-height: 50px;
}
.inputBox input, .inputBox select {
    font: inherit;
    color: #f4f4f4;
    width: 100%;
    border: 0;
    height: 50px;
    margin: 0;
    display: block;
    /* padding: 6px 0 7px; */
    min-width: 0;
    background: none;
    padding: 0 14px 0 14px;
    outline: none;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.textBox {
    color: #ccc;
    position: relative;
    border-radius: 4px;
    margin-top: 15px;
    width: 100%;
    line-height: 24px;
}
.textBox a {
    color: inherit;
}
.textCenter {
    text-align: center !important;
}
a.btn:hover {
    color: #999;
}
a.btn {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.inputBox input[type=submit], .inputBox button[type=submit], .inputBox button[type=button] {
    font: inherit;
    color: #f4f4f4;
    width: 100%;
    border: 0;
    height: 50px;
    margin: 0;
    display: block;
    padding: 6px 0 7px;
    min-width: 0;
    background-color: #005da6;
    border-radius: inherit;
    padding: 0 14px 0 14px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.fa-eye-slash:before {
    content: "\f070";
}
.inputBox i#togglePassword {
    cursor: pointer;
    line-height: inherit;
    padding: 0 14px;
}
.inputBox input.required.error, .inputBox select.required.error {
    background-color: #d54841;
    border-radius: 4px;
}
.inputBox input.required.error + i#togglePassword {
    background-color: #d54841;
    border-radius: 0 4px 4px 0;
}
.inputBox input[type=submit][disabled], .inputBox button[type=submit][disabled] {
    color: rgba(255, 255, 255, 0.3);
    background-color: rgba(18,18,18,0.5);
    border-radius: inherit;
    padding: 0 14px 0 14px;
    outline: none;
    cursor: auto;
}
.inputBox button.loading span {
    display: none;
}
