#main-container {
	background: 
		url("../images/login_assets/login_optec_screens_wclouds_text_c01.svg") center top/auto 800px no-repeat,
		url("../images/login_assets/login_optec_ground_green_c01.svg") center 764px/3000px 38px no-repeat;
	min-width: 700px;
	float: none;
	overflow: hidden;
	width: auto;
}
div#content {
	padding-top: 390px;
	height: 700px;
}
div#content form{
	width: 300px;
	margin: 0 auto;
}
div#content form .form-group {
	margin-bottom: 0px;
}
#username-input {
	border-top: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color:rgba(255, 255, 255, 0.75);
}
#password-input {
	border-top: none;
	border-bottom: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color:rgba(255, 255, 255, 0.75);
}
#verification-code-input {
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color:rgba(255, 255, 255, 0.75);
}
.two-fa-data {
	display: none;
}
#recovery-links {
	margin-top: 10px !important;
	margin-left: 10px;
}
#recovery-links a {
	text-decoration: underline;
	color: black;
	font-size: 12px;
}
.submit-icon {
	background: url("../images/login_assets/grey_right_arrow_c01.svg") center/30px no-repeat;
	cursor: pointer;
	pointer-events: auto;
	margin-top: 0px;
	margin-right: 10px;
}
#trust-this-computer-wrapper {
	margin-left:5px;
	margin-bottom:0px;
	margin-top: -5px;
}
#trust-this-computer-wrapper label {
	font-size:0.7em;
	font-weight:bold;
	color:#666;
}
#trust-this-computer-wrapper input[type='checkbox'] {
	margin-top:0px !important;
}
#quick-start-guide-button {
    font-weight: bold;
    cursor: pointer;
    height: 45px;
    display: inline-block;
    padding-top: 7px;
    margin-right: 12px;
    color: #666;
    vertical-align: middle;
    font-size: 20px;
}
#quick-start-guide-section {
	float: right;
	width: 325px;
	height: 800px;
	padding: 0px;
	background: url("../images/login_assets/qs_guide_wood_background_c01.svg") center top/325px auto repeat-y;
}
#quick-start-guide-section #guide-icon {
	width: 100%;
	height: 300px;
	margin-top: 100px;
	background :url("../images/login_assets/qs_guide_icon_c01.svg") no-repeat center;
	background-size: 200px;
}
#quick-start-guide-section #guide-description {
	color: white;
	padding: 20px 70px;
}
#quick-start-guide-section #guide-description .guide-title {
	font-size: 22px;
	margin-bottom: 20px;
}
#quick-start-guide-section #guide-download-button {
    margin: 0 auto;
    display: block;
    width: 180px;
    height: 35px;
    color: white;
    border: 1px solid white;
    border-radius: 6px;
    padding-top: 2px;
    padding-left: 12px;
    text-decoration: none;
    font-size: 20px;
    margin-top: 20px;
    background: url("../images/login_assets/document_icon_wpdflogo_white_c01.svg") no-repeat;
    background-position: right 15px center;
    background-size: 20px;
}
#quick-start-guide-section #guide-download-button img {
	margin-bottom: 3px;
}
#quick-start-guide-section #closing-bar {
	float: left;
	overflow: hidden;
	width: 10px;
	height: 100%;
	background :url("../images/login_assets/grey_bar_wright_arrow_c01.svg") no-repeat center;
	background-size: 11px;
	cursor: pointer;
}
.login-errors {
	width: 300px;
}
#submit-button {
	display: none;
}
#globalErrorMessage {
	display: none;
}
#globalInfoMessage {
	display: none;
}