body {
    min-width: 240px;
    height: 100%;
    color: #2c363a;
/*     overflow: hidden; */
}

#layout {
/*     overflow: hidden; */
/*     display: flex; */
    height: 100%;
    width: 100%;
}

#layout-content {
    text-align: center;
    width: 100%;
    display: block;
}

#layout-content {
    display: flex;
    flex: 6;
    flex-direction: column;
    background-color: #fff;
}

#logo {
    display: inline-block;
    position: relative;
    top: 16vh;
    max-height: 100px;
}

#pw-form {
    margin: 0 auto;
    top: 20vh;
    width: 95%;
    max-width: 320px;
    position: relative;
}

.back {
	float: left;
	margin-right: 15px;
}

@media only screen and (max-width: 1142px) {

	.login-form h2 {
		font-size: 38px !important;
	}
}
@media only screen and (max-width: 960px) {

	.login-form h2 {
		font-size: 32px !important;
	}
}
#pw-form table, #pw-form tbody {
    display: block;
}

#login-footer {
	text-align: left;
	font-size: 0.9em;
}
.voice {
    display: none !important;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
.icon::before {
    font-size: 1.25em;
    display: block;
    float: left;
    margin: 0 .25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.input-group .icon.input-group-text {
    min-width: 2.4rem;
}
.input-group .icon.envelope::before,
.icon.envelope::before {
    content: "\f0e0";
}
.input-group .icon.question::before {
    content: "\f059";
}
.icon.question::before {
    content: "\f059";
    color: #ccc;
	font-size: 2.4em;
	margin: 12px 4px 4px 4px;
}
.input-group .icon.answer::before {
    content: "\f35a";
}

.icon.answer::before {
    content: "\f0a8";
    color: #ccc;
	font-size: 2.4em;
	margin: 12px 4px 4px 4px;
}

.input-group .icon.password::before {
    content: "\f084";
}
.icon.password::before {
    content: "\f084";
    color: #ccc;
	font-size: 2.4em;
	margin: 12px 4px 4px 4px;
}
::placeholder {
	color: #e0e0e0 !important;
}
.input-group .icon::before {
    margin: 0 !important;
    line-height: 1;
    font-size: 1.1rem;
}
@font-face {
 font-family:'Icons';
 font-style:normal;
 font-weight:900;
 src:url("../../../skins/elastic/fonts/fa-solid-900.woff2") format('woff2'),
 url("../../../skins/elastic/fonts/fa-solid-900.woff") format('woff')
}
@font-face {
 font-family:'Icons';
 font-style:normal;
 font-weight:400;
 src:url("../../../skins/elastic/fonts/fa-regular-400.woff2") format('woff2'),
 url("../../../skins/elastic/fonts/fa-regular-400.woff") format('woff')
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.form-group {
    margin-bottom: .5rem;
}

.form-control {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background: #37beff !important;
    border-color: #37beff !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.w-100 {
    width: 100% !important;
}
.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
