* {
    font-family:arial;
}

#switch-panel {
    background:#767676;
    width:90px;
    color:#ffffff;
    position:absolute;
    z-index: 99999;
    top:45%;  
    right:0;
    text-align:center;
    padding:10px;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
}

body.login-page {
    background: url(../img/bg_blur.jpg) no-repeat;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
    margin: 0;
    padding: 0;
}

.zm-fancy .fancybox-skin {
    background-color: rgb(244,233,220) !important;
}

/***************** POPIN FORGOT PASSWORD *****************/
#forgot-box-wrapper {
    width: 400px;
    text-align:center;
    padding-bottom:20px;
}

#forgot-box h1 {
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: rgb(64,71,82);
}

#forgot-box p {
    font-size: 13px;
    font-weight: normal;
    color: rgb(64,71,82);
    margin:0 0 10px 0;
}

section div#flash-msg {
    font-size: 14px;
}

section#forgot-box input {
    width: 295px;
    height: 32px;
    line-height:32px;
    margin-bottom: 12px;
    border: 1px;
    outline:none !important;
    padding: 0 0 0 10px !important;
    background:#ccc;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

section#forgot-box button { 
    width: 150px;
    height: 32px;
    font-size: 12px;
    color: rgb(69,63,65);
    background-color: rgb(219,175,81);
    border: 0px;
    padding: 0px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

/*********** LOGIN BOX *************/

#login-box {
    background-image: url(../img/box_translucid.png);
    margin:100px auto 0 auto;
    padding: 0;
    border: 0;
    width:466px;
    height:600px;
    position:relative;
    text-align: center;
}

#login-box header {
    width:189px;
    height:54px;
    margin:0 auto 0 auto;
    padding-top:40px;
}

#login-box .login-alerts {
    color:#F4E9DC;
    font-size:13px;
    min-height:25px;
    width:400px;
    line-height: 25px;
    margin:20px auto 20px auto;
    border-radius: 7px;    
    background:#333333 url(../img/warning.png) 10px 4px no-repeat !important;
    padding-left: 25px;
}

section#login-box form span.alert-msgs {
    display: none;
}

.wrapper-3 {
    width: 400px;
    display: block;
}

.image-style-1 {

}

#user-advice-box {
    margin: 20px;
}

.admin-info-container {
    margin: 30px;
    display:table;
}

.admin-info p {
    margin: 5px 0 0 90px;
}

.right {
    float:right;
}

.left {
    float:left;
}

.bold-1 {
    font-weight: bold;
}

#login-box input[type="text"],
#login-box input[type="password"] {
    width:390px;
    height:50px;
    line-height:1;
    margin:0 0 20px 0;
    padding: 0 0 0 10px;
    color:#ffffff !important;
    outline:none;
    border:none;
    /*background:url(../img/tx-15.png);*/
    background: #888 !important;
}


section#login-box ::-webkit-input-placeholder { /* WebKit browsers */
    /*color: #645953;*/
    color:#ffffff;
}
section#login-box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ffffff;
}
section#login-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ffffff;
}
section#login-box :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#ffffff;
}

section#login-box button {
    width:400px;
    height:51px;
    border:0px;
    padding:0px;
    color:rgb(69,63,65);
    background-color: rgb(219,175,81);
    /* Smoth shadow */
    -webkit-box-shadow: 6px 6px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 28px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 28px 0px rgba(0,0,0,0.75);
}

section#login-box button:hover {
    background-color: rgb(194,153,77);

    -webkit-box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.75);
}

section#login-box div#googleLoginButton {
    width:400px;
    height:51px;
    border:0px;
    padding:0px;
    color:rgb(0,0,0);
    margin-left: 33px;
    
    margin-bottom: 10px;
    background-color: #fff;
    /* Smoth shadow */
    -webkit-box-shadow: 6px 6px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 28px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 28px 0px rgba(0,0,0,0.75);
}

section#login-box div#googleLoginButton span img {
	width: 15px;
	margin-right: 10px;	
}

section#login-box div#googleLoginButton span {
	position: relative;
  	top: 30%;
  	transform: translateY(-50%);	
}


section#login-box div#facebookLoginButton {
    width:400px;
    height:51px;
    border:0px;
    padding:0px;
    color:rgb(255,255,255);
    margin-left: 33px;
    background-color: rgb(59,89,152);
    /* Smoth shadow */
    -webkit-box-shadow: 6px 6px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 28px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 28px 0px rgba(0,0,0,0.75);
}

section#login-box div#facebookLoginButton span img {
	width: 15px;
	margin-right: 10px;	
}

section#login-box a {
	text-decoration: none;
}

section#login-box div#facebookLoginButton span {
	position: relative;
  	top: 30%;
  	transform: translateY(-50%);
	
}

section#login-box div#facebookLoginButton:hover {
    background-color: rgb(139,157,195);

    -webkit-box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.75);
}

/* section#login-box h2 { 
	width:100%; 
	text-align:center; 
	border-bottom: 1px solid #fff;
	color: #fff;
	
	line-height:0.1em; 
	margin:10px 0 20px; 
} */

section#login-box h2 {
	margin : 10px 5px 15px 10px ;
}

section#login-box h2 span { 
	/* background:rgb(218,187,111); */
	padding:0 10px;
	font-size: 18px; 
	color: #fff;
}

section#login-box h2 span:after,section#login-box h2 span:before {
	text-align:center;
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration:line-through;
    color: #fff;
}

footer a#new-user {
    float: left;
    text-decoration: none;
    color: rgb(252,249,125);
    font-size: 13px;
}

#login-box #forgot-password  {
    text-align:right;
    padding-top:10px;
    width:400px;
    margin:0 auto 0 auto;
    display:block;
    text-decoration: none;
    color:rgb(252,249,125);
    font-size:13px;
    font-weight:bold;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    visibility: hidden !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}