.wrapper {
    width: 100%;
    height: 100%;

}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.row {
    width: 100%;
    align-content: center;
}

.form-group {
    width: 100%;
}

.content-center {
    justify-content: center;
    text-align: center;
}

.content-left {
    justify-content: left;
    text-align: left;
}

.full-width {
    width: 100%
}

.full-height {
    height: 100%
}

.absolute {
    position: absolute;
}

.green {
    color: green;
}

.hidden {
    display: none;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

body.error #weakauraOut {
    border: 1px solid red;
    color: red;
}

body.success #button-copy {
    display: block;
}


#background {
    background: url('../images/legion_back02.gif');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -100;
}

.container {
    padding: 55px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px rgba(0, 0, 0, 0.2) solid;
    border-radius: 14px;
}

#container-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 14px;
    opacity: 0.9;
    z-index: -50;
}

.title {
    font-family: Arial;
}

.bold {
    font-weight: bold;
}

.arial {
    font-family: Arial;
}

.vcenter
{
    align-items: center;
}

.info-field {
    display: none;
}

.feedback {
    position: absolute;
    bottom: 10px;
}

.feedback img {
    width: 240px;
    opacity: 0.91;
}

.medicate {
	width: 97px;
	height: 28px;
	background: url('../images/medicate.png');
    background-repeat: no-repeat;
    background-size: 80%;
	position: absolute;
	top: -31px;
	right: -18px;
	margin-right: 10px;
	margin-top: 5px;
}