html a {
    color: #ad0000  !important;
}
html img {
    max-width: 80% !important;
}
body {
    background-size: cover !important;
    background-position-y: -171px !important;
    background-repeat: no-repeat !important;
}
/* .content-wrap {
    background-image: url(../img/header-background.jpg);
    background-size: cover;
    background-position-y: -171px;
    background-repeat: no-repeat;
} */
.content-wrap>header {
    border-bottom: transparent !important;
}
.dark-bar {
    background: transparent !important;
    color: #32373e !important;
}
.dark-bar a {
    color: #ed6464  !important;
}
body>footer {
    border-top: transparent !important;
	font-size:10px !important;
}
#login-box {
    position: absolute !important;
    left: 15%;
    top: 20%;
    background: transparent !important;
    border: 0;
}
.guesstype{
	font-size:larger;
	border: solid 1px;
    border-radius: 4px;
    padding: 5px;
	}
.logo-head-title {
    margin-left: 70px;
    margin-top: 20px;
    display: block;
}
.block-left {
    display: block;
    float: left;
}
.block-right {
    display: block;
    margin-right: 5%;
    float: right;
}
.block-right h1 {
    font-size: 25px;
    margin-top: 5px;
    color: #333;
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	/**/
	background: rgb(255 255 255 / 70%);
	border-radius:4px;
	padding:10px;
	border: 2px solid;
}
.h1_1 {
    color: #a90808;
    font-weight: 700;
}
.h1_2 {
    font-weight: 700;
}
#login-box #connect {
    display: inline-block;
    padding: 10px;
    border: 1px solid #af4242;
    border-radius: 8px;
    background-color: #1b605c  !important;
    color: #ffffff;
    font-size: 16px !important;
    text-decoration: none;
    transition: all 0.2s;
    height: unset !important;
    line-height: unset !important;
    text-shadow: unset !important;
	/*width: 12rem;*/
	width: 100%;
}
#login-box #connect:hover {
    background-color: #1b605c !important;
    color: #ffffff !important;
}
.image-container {
    width: 540px;
    position: absolute;
    left: 50%;
    top: 30%;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
label.label-control {
    position: absolute;
    top: 0.125rem;
    left: 1.375rem;
	color: #5d636b;
	opacity: 1;
    cursor: text;
	font-size: 0.75rem;
	font-weight: 700;
}
input#login, input#password {
    display: block;
    width: 100%;
    border: 1px solid #cbcbd1;
    border-radius: 8px;
    background-color: #ffffff;
    color: #5d636b;
    -webkit-appearance: none;
    font-size: 16px;
    padding: 13px 0 13px 1.3125rem;
    font-weight: normal;
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
}
.xhtml_form .form-toolbar {
    margin: 10px 0 0 0 !important;
	text-align:left !important;
	/*position: absolute;
    right: 20px;*/
}
.form-control {
    position: relative;
}
@media(max-width: 1600px){
    .block-right h1 {
        color: #333;
        /* text-decoration: underline; */
        /* text-decoration-color: orangered; */
    }
}
@media(max-width: 1280px){
    .image-container {
        width: 480px;
    }
    .block-right h1 {
        font-size: 21px;
		background: rgb(255 255 255 / 70%);
		border-radius:4px;
		padding:10px;
		border: 1.5px solid;
    }
}
@media(max-width: 960px){
    #login-box h1 {
        font-size: 20px !important;
    }
    #login-box #connect {
        background: #1b605c !important;
    }
    #login-box div > a {
        /*float: right;*/
        color: #ad0000 !important;
        margin-top: 10px;
        margin-right: 5px;
    }
    .content-wrap {
        background-position-x: right;
    }
    .logo-head-title {
        margin-left: 0;
        margin-top: 10px;
    }
    .image-container {
        position: relative;
        width: 100%;
        left: unset;
        top: unset;
    }
    .block-left {
        text-align: center;
        float: none;
    }
    .block-right {
        float: none;
        margin-right: 15px;
        margin-left: 15px;
    }
    .block-right h1 {
        text-decoration: none;
        color: #333;
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        padding: 10px;
        display: block;
        border: 1px solid;
        background: rgb(255 255 255 / 70%);
        border-radius: 5px;
		
    }
    .h1_1 {
        color: #ad0000;
    }
    #login-box {
        position: relative !important;
        left: unset;
        top: unset;
    }
}