html, body {
    height: 100%;
}
.rm-logo {
    margin-bottom: 10px;
}
.incorrectPrompt,
.alerttext {
    color: red;
}
.captia_form_box,
.alerttext {
    display: inline;
}
.login-logo {
    width: 242px;
}
.login-page-container {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login-container {
    background-color: rgba(255,255,255,0.85);
    width: 30%;
    height: 100%;
    position: relative;
    min-width: 300px;
}
.login-form-container {
    width: 247px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-container p + p {
    margin-top: 10px;
}
.login-page-container label {
    font-size: 22px;
    font-weight: normal;
}
.login-page-container input {
    height: 30px;
    width: 242px;
}
.login-btn {
    font-size: 16px;
    color: white;
    background-color: #f58026;
    border-style: none;
    min-width: 100px;
    height: 40px;
    margin-right: 5px;
    padding: 0 15px;
}
.login-btn:hover,
.login-btn:focus {
    background-color: #d9710b;
    cursor: pointer;
}

.forgot-password {
    margin-right: 5px;
    margin-top: 3px;
    text-align: right;
}
.help-icon {
    cursor: pointer;
}
.contact-us {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 95%;
}
.login-help-text {
    font-size: 14px;
}
.browser-outdated {
    margin: 10px 0;
}
.activation-code-container {
    width: 247px;
}
.activation-code-btn {
    margin: 0 auto;
    width: 185px;
}
.activation-help-text {
    text-align: justify;
}
.image-caption {
    position: absolute;
    right: 0%;
    padding: 10px 15px;
    border: 2px solid green;
}

/*.bottom-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
*/

.warning-icon + .alerttext,
.warning-icon + .captia_form_box p,
.warning-icon + p {
    margin-left: 5px;
}

.login-help-text {
    width: 240px;
}

label.error {
    font-size: 20px;
}
.right-margin {
    margin-right: 3px;
}