@import url("../fonts/droidsans/webfont.css");



body {
    color:#333333;
    
	background:url(../images/login-background.jpg) no-repeat center center fixed #e5e9ec; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    /*#ECF0F1; #FCFCFC*/
    
    font-family:'droid_sansregular',sans-serif;
	font-size: 13px;
    font-weight: 400;
	line-height:none!important;
	
	
}


*, *::before, *::after {
    box-sizing: border-box;
}

body { overflow: hidden;}

.container {  -webkit-overflow-scrolling: touch;   height: 100vh; overflow: auto;}
ul{ padding:0px; margin:0px;}
li{ list-style:none;}


input.alert{ border:1px solid #C00!important;}

/** the actual animation, credit where due : http://daneden.me/animate/ ***/

.animate{
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;

    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;

    -o-animation-duration: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;

    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;

    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}








/********* /login ***************/
/********** sign in ***************************/

.bgbody{}
.login-footer {
	font-size: 11px;
}  
  
.login_box{ padding:20px; margin: auto;}
a{ text-decoration: none; }
a:hover{ text-decoration:none; }
.left { float:left; }
.alignleft { float: left; margin-right: 15px; }
.alignright { float: right; margin-left: 15px; }

.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
   
    min-width: 400px;
	
	padding:30px 30px 20px 30px;
	-webkit-box-shadow: 1px 0px 16px -3px rgba(0,0,0,0.46);
-moz-box-shadow: 1px 0px 16px -3px rgba(0,0,0,0.46);
box-shadow: 1px 0px 16px -3px rgba(0,0,0,0.46);
background:#fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.login_content h1 {
   
    margin: 10px 0 30px;
	color:#666666;
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	
}

.frgt h1:before,
.frgt h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 15%;
}

.login_content form { margin: 20px 0 0 0; position: relative }
.login_content form input[type="text"],
.login_content form input[type="email"],
.login_content form input[type="password"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #c8c8c8;
    color: #666;
    margin: 0 0 10px;
    width: 100%;
	padding:10px;
	font-size:14px;
}

}

.error{border: 1px solid #cf4c35!important;}

#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }

.adminlogo{ padding-bottom:25px; text-align:center; padding-top:10px;}

.reset_pass{margin-top:10px !important;}
.change_link a{ color:#666; text-decoration:none;}
.change_link a:hover{ color:#000; text-decoration:none;}

.txt-right{ text-align:right!important;}
.error-wrap{ width:100%; display:inline-block; text-align:left; color:#C00; font-size:11px;}


.login_content div .reset_pass{margin-top: 13px !important; margin-right: 0px; }
.separator{
           margin-top: 10px;
           padding-top: 10px;}
.button {
    background: rgb(247,249,250);
    background: -moz-linear-gradient(top,  rgba(247,249,250,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
    background: linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0',GradientType=0 );
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #CFD5D9;
    padding: 15px 0;
}
login_content form input[type="submit"],#content form .submit{float: left; margin-left: 38px;}
.button a {
    background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px no-repeat;
    color: #7E7E7E;
    font-size: 17px;
    padding: 2px 0 2px 40px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button a:hover {
    background-position: 0 -135px;
    color: #00aeef;
}

header{width:100%;}
/********** end of sign in ********************/


/********* login ****************/

a.hiddenanchor{
    display: none;
}
/** The wrapper that will contain our two forms **/
#wrapper{
    right: 0px;
    margin: 0px auto;
    margin-top: 10%;
    max-width: 350px;
    position: relative;
}

#register, 
#login{
    position: absolute;
    top: 0px; width:100%;
}
#register{	
    z-index: 21;
    opacity: 0; width:100%;
}
#login{
    z-index: 22;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login{
    z-index: 22;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    -ms-animation-delay: .1s;
    animation-delay: .1s;
}
#toregister:target ~ #wrapper #login,
#tologin:target ~ #wrapper #register{
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -ms-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}






.grey-btn {
    background-color: #ff4100;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin: 10px 0px 0 0;
    padding: 10px 25px;
    text-decoration: none;
	width:100%;
}
.grey-btn:hover {
    background-color: #2b303b;
    text-decoration: none;
}
.grey-btn i {
    padding-right: 5px;
}

.pull-right {
  float: right!important;
}
.login-footer{ color:#7f7f7f;}






.alert-box {
    border-radius: 10px;
    color: #555;
    font-family:'droid_sansregular',sans-serif;
    margin: 0px 0 10px 0;
    padding: 10px 36px;
}
.alert-box span {
    font-weight: bold;
    text-transform: uppercase;
}
.error {
    background: #ffecec url("../images/error.png") no-repeat scroll 10px 50%;
    border: 1px solid #f5aca6;
    display: none;
}
.success {
    background: #e9ffd9 url("../images/success.png") no-repeat scroll 10px 50%;
    border: 1px solid #a6ca8a;
    display: none;
}
.pass-error {
    background: #ffecec url("../images/error.png") no-repeat scroll 10px 50%;
    border: 1px solid #f5aca6;
    display: none;
}
.pass-success {
    background: #e9ffd9 url("../images/success.png") no-repeat scroll 10px 50%;
    border: 1px solid #a6ca8a;
    display: none;
}
.warning {
    background: #fff8c4 url("../images/warning.png") no-repeat scroll 10px 50%;
    border: 1px solid #f2c779;
}
.notice {
    background: #e3f7fc url("../images/notice.png") no-repeat scroll 10px 50%;
    border: 1px solid #8ed9f6;
}


