*
{
border:none;
padding:0;
margin:0;
}
@font-face {
    font-family: 'robotoregular';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff2') format('woff2'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.reset_btn_link
{
    float: right;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.reset_btn_link:hover
{
color:#FFC408 !important;
}
.footer_note
{
/* color: #293a4a;	*/
color:#fff;
margin:0 auto;
}
.footer_note h2{
	font-size: 22px;
}
.footer_note ol
{
	
}
.footer_note ol li
{
	font-size: 14px;
    line-height: 24px;
}
.footer_note .note
{
	    font-size: 14px;
    font-weight: 600;
	font-style:italic;
}
.footer_note .note .noteheading
{
	
}
/* Reset */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* end reset */
body {
	background: #ffc408; 
	font-family: 'robotoregular';
}
*
{
font-family: 'robotoregular', Arial, sans-serif;
}
#zlogin_spacer {
	display: block;
}
#zlogin_notifybox {
    min-height: 20px;
    width: 340px;
    margin-right: auto;
    margin-left: auto;
    background: #FFC408;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 8px 12px -3px #3A3B3D;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    text-align: center;	
}
div#zlogin_main_wrapper {
    display: flex;
    background: #000000;
    align-items: center;
    justify-content: center;
	clear: both;
}
.header_logo_title {
    width: 50%;
    float: right;
    padding-top: 6em;
}
.header_logo_title h2 {
    color: #7C6002;
    font-size: 79px;
    font-family: unset;
}
#zlogin_wrapper {
    padding: 27px;
	width: 50%;
	background: #1B1B1B;

}
div#admin_notes_area {
    padding: 27px;
	width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#zlogin_header img 
{
	max-height: 140px;
	max-width: 345px;

	text-align: center;

}
#zlogin_header
{
	text-align: center;
}
#login_wrapper table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}
#login_wrapper table tr td {
	vertical-align: text-bottom;
	position: relative;
	font-size: 15px;
	/* color: #333; */
	color:#fff;
}
tr.SubmitArea {
	text-align: center;
}
#inUsername,#inPassword,#inForgotPassword,#inForgotCaptcha,#inOtp  {
    border: 1px solid #FFF;
    height: 50px;
    background: #FFF;
    padding-left: 5px;
    width: 330px;
    font-size: 15px;
}
::placeholder {
	color: #000000;
}
#inUsername,#inPassword,#inOtp {
    color:#000000;
}
.username_icon, .password_icon {
    width: 35px;
    height: 38px;
    position: absolute;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    right: -12px;
    top: 10px;
}
.username_icon {
	background: url(../img/login/username-icon.png) no-repeat;
}
.password_icon
{
        background: url(../img/login/password-icon.png) no-repeat; 
        /* background: url(../img/login/password-cross-icon.png) no-repeat; */

}
#forgotpassword_wrapper table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}
#forgotpassword_wrapper table tr td {
	vertical-align: text-bottom;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#confirmation_wrapper table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}
#confirmation_wrapper table tr td {
	vertical-align: text-bottom;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#zlogin_header h2
{
	text-align: center;
    font-size: 28px;
    color: #FFF;
    margin-top: 40px;
    font-family: unset;
}
#inConfEmail {
	border: 2px solid #bebebe;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	height: 30px;
	padding-left: 30px;
	width: 245px;
	background-image: url(../images/login_icon_name.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}
#inNewPass {
	border: 2px solid #bebebe;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	height: 30px;
	padding-left: 30px;
	width: 245px;background-image: url(../images/login_icon_pass.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}
#inNewPass2 {
	border: 2px solid #bebebe;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	height: 30px;
	padding-left: 30px;
	width: 245px;background-image: url(../images/login_icon_pass.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}
#button {
    background-color: #FFC408;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    /* border: 1px solid #095779; */
    -khtml-border-radius: 4px;
    /* border-radius: 4px; */
    color: #000000;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    -webkit-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.75);
}

#button:hover
{
	    background-color: #fff;
	color:#000;
    text-decoration: none;
}
#copy {
    background: #EFEFEF;
    float: none;
    padding: 10px 0;
    text-align: center;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
#copy img
{
max-width:200px;
max-height: 60px;
}
#copy a {
	color: #000;
	text-decoration: underline;
}
#logo {
max-width:340px;
max-height:140px;
}
.forget_captcha
{
text-align:right;
}
.forget_captcha img
{
vertical-align:middle;
}
/*.get_passwd_btn
{
width:105px !important;
}*/
.logo_footer
{
background: #121130;
padding: 25px 0;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.password_icon_slash
{
	background: url(../img/login/password-cross-icon.png) no-repeat; 
	/* background: url(../img/login/password-icon.png) no-repeat;  */
	width: 35px;
	height: 38px;
	position: absolute;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	right: -12px;
	top: 10px;
	cursor: pointer;
}
.password_icon
{
	cursor: pointer;
}
