
html, body {
	font: 12px Arial, Helvetica, sans-serif;
}

#login-box {
	width:333px;
	height: 352px;
	padding: 158px 76px 0 76px;
	color: #222222;
	background: url(../img/login-box-backg.png) no-repeat left top;
}

#login-box img {
    border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}


.login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

.login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid;
	background-color: White;
	font-size: 14px;
	color: #CC0000;
	outline: none;
	border-radius: 3px;
}

#btnLogin {
    color: #CC0000;
    background-color: White;
    width:110px; 
    height:38px; 
    margin-left:125px; 
    margin-top:0px;
    font-weight:bold;
	border:none;
	border-radius:3px;
	cursor:pointer;
}

.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

#dlgAccRecovery {
    width:400px;
    height:200px;
    font-weight: bold;
    overflow:hidden;
}

.dlg-title {
    margin: 10px 10px 15px 0;
	color: #222;
}

.dlg-ctrl {
    width:100%;
    text-align:center;
}

    .dlg-ctrl input {
        width: 350px;
        color: #665;
        font-size: smaller !important;
        text-align: center;
        outline: none;
        border-color: #C00;
        border-width: 1px;
        padding: 3px;
        border-radius: 3px;
    }

#btContinue {
    padding: 12px 20px;
    margin: 15px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: -webkit-linear-gradient(top, #bc2900, #9d000080);
    background: -moz-linear-gradient(top,#bc2900,#9d000080);
    text-decoration: none;
    border-radius: 5px;
    width: 300px;
    cursor: pointer;
}

.user-guide {
	width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #C7C7C7;
	padding: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.41);
	box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.41);
}
.user-guide .chapter {
	width: 95%;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}
.chapter .section {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.chapter .section a {
    text-decoration: none;
    color: black;
	margin: 3px 0 3px 10px;
}
.chapter .section a:hover {
	color: #fff;
	font-weight:600;
}
.user-guide h1 {
	font-size: xx-large;
	margin: 0 0 10px 0;
}
.chapter h3 {
	font-size: large;
	margin: 5px 0 5px;
}