/*CSS Reset by Eric Meyer at http://meyerweb.com*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;*/
	font-size: 100%;
	vertical-align: baseline;
}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
input {vertical-align:middle; margin:0; padding:0;}

.bg-load {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-color: transparent;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.bg-load.hide {
    display: none;
}

.divForgetPassWord .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 200px;
}

.divForgetPassWord .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.divForgetPassWord .controlIndicator {
    zoom: 1.4;
    position: absolute;
    top: -2px;
    left: -6px;
    height: 16px;
    width: 17px;
    background: white;
    border: 1px #DEDEDE solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divForgetPassWord .controlIndicator:after {
    content: '';
    position: absolute;
    display: none;
}

.divForgetPassWord .control input:checked ~ .controlIndicator:after {
    display: block;
}

.divForgetPassWord .controlCheckbox .controlIndicator:after {
    left: 7px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #015f95;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    font-weight: bold;
}
