/*
 * MWS Admin v2.0.2 - Login Form Stylesheet
 * This file is part of MWS Admin, an Admin template build for sale at ThemeForest.
 * All copyright to this file is hold by Mairel Theafila <maimairel@yahoo.com> a.k.a nagaemas on ThemeForest.
 * Last Updated:
 * October 21, 2012
 *
 */
@import url("shared.css");
@import url("form.css");
@import url("button.css");

.btnEdit {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    background-color: #A4A4A4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    text-shadow: none !important
}
.btnEdit:hover,
.btnEdit:active,
.btnEdit.active,
.btnEdit.disabled,
.btnEdit[disabled] {
    color: #333333;
    background-color: #737373 !important;
    color: #fff !important;
}
.btnEdit:active,
.btnEdit.active {
    background-color: #A4A4A4;
    color: #FFF !important
}
#forgot-psw {
    display: inline-block;
    margin-bottom: 5px;
}

/* Login Wrapper
================================================== */
#mws-login-wrapper {
    width: 300px;
    margin: 5% auto 40px;
}

/* Login Box
================================================== */
#mws-login-form {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    background: #fff;
}
.xeroConnectBox {
    background-image: url("../images/xero_Step1.png");
    background-repeat: no-repeat;
    background-position: center 20px;
    position: relative;
    padding: 12px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 275px;
    background-color: rgba(1, 1, 1, 0.58);
    color: #bdbdbd;
    font-size: 14px;
}
.xerostep {
    top: 28% !important;
    width: auto;
    min-width: 640px !important;
}
.xerostep .xeroConnectBox {
    background-image: url("../images/xeroStep1Big.png") !important;
    background-repeat: no-repeat;
    min-height: 275px !important;
    border-radius: 10px;
}
.xerostep1 .xeroConnectBox {
    background-image: url("../images/xero_Step1.png") !important;
    background-repeat: no-repeat;
    border-radius: 10px;
}
#mws-login h1 {
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
#mws-login h1 span {
    text-align: center;
}
#mws-login .mws-login-lock {
    background-image: url(../images/core/mws-login-circle.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#mws-login .mws-login-lock [class^="icon-"] {
    top: -2px;
    position: relative;
}

/* Login Form
================================================== */
#mws-login form {
    background-image: none;/*url(../images/core/mws-login-stitch.png);*/
    background-repeat: repeat-x;
    background-position: left bottom;
    position: relative;
}
#mws-login #mws-login-remember {
    padding: 4px 6px;
    font-size: 0.9em;
    color: #ffffff;
}
#mws-login .mws-form-row {
    padding: 12px 0;
}
#mws-login .mws-login-email {
    background-image: url(../images/icons/email.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}
#mws-login .mws-login-username {
    background-image: url('../images/icons/user.png') !important;
    background-repeat: no-repeat;
    background-position: 8px center;
}
#mws-login-form .mws-form-row {
    position: relative;
}
.block-input-login:before {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    top: 23px;
    left: 9px;
}
.block-input-password:before {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    top: 23px;
    left: 9px;
}
#mws-login .mws-login-password {
    background-image: url('../images/icons/password.png') !important;
    background-repeat: no-repeat;
    background-position: 8px center;
}
#mws-login .mws-login-email,
#mws-login .mws-login-username,
#mws-login .mws-login-password {
    padding: 8px 8px 8px 32px;
    background-color: #fff !important;
    height: 42px;
}
#mws-login .mws-login-email:focus,
#mws-login .mws-login-username:focus,
#mws-login .mws-login-password:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
#mws-login .mws-login-username.error,
#mws-login .mws-login-password.error {
    border-color: #f3797f;
}
#mws-login .mws-login-button {
    width: 100%;
}
.login-footer {
    /*position: fixed;*/
    background-color:#2D303B;
    /*bottom:0%;*/
    height:120px;
    width:100%;
    text-align:center;
    padding-top:10px;
    border-top: 4px solid #c5d52b;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.35);
}
.login-footer > a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    text-decoration: none;
}
.login-footer > a:hover {
    color: #758510;
}
.footer-cont > p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.login-footer .soc a {
    opacity: 0.6;
}
.login-footer .soc a:hover {
    opacity: 1;
}
.soc {
    margin-top: 5px;
}

.emac-logo {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}
.emac-logo img {
    width: 50px;
    height: 50px;
    text-align: center;
}
#mws-login form {
    display: table;
    width: 100%;
}
#forgot-psw {
    float: right;
}
body,
#mws-container {
    background-image: url("../images/core/bg/backg_manlaptop_emac.jpg") !important;
    background-size: cover !important;
    background-attachment: fixed;
}
#mws-reset {
    background-image: url("../images/core/bg/backg_manlaptop_2.jpg") !important;
    background-size: cover !important;
}
#mws-login-form {
    padding: 12px 16px;
}
#mws-login {
    position: relative;
}
#forgot-psw > a {
    color: #8c8c8c !important;
}
.buttonLoginColor {
    background: #2D303B;
    height: 42px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.buttonLoginColor:hover {
    background-color: #444959 !important;
}
.buttonLoginGreen{
    border-color: #507e0c !important;
    background-image: -ms-linear-gradient(top, #bccc23, #a8b80f) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bccc23), to(#a8b80f)) !important;
    background-image: -webkit-linear-gradient(top, #bccc23, #a8b80f) !important;
    background-image: -o-linear-gradient(top, #bccc23, #a8b80f) !important;
    background-image: -moz-linear-gradient(top, #bccc23, #a8b80f) !important;
    background-image: linear-gradient(top, #bccc23, #a8b80f) !important;
}
.buttonLoginGreen:hover{
    background-color:#a0b007 !important;
}

.errorMessage {
    color: #EE1B24;
}
#mws-header {
    position: relative;
    z-index: 1000;
    background: none repeat scroll 0 0 #2D303B !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    border-bottom: 4px solid;
    border-color: #C5D52B;
}
#mws-logo-container #mws-logo-wrap {
    display: table-cell;
    height: 58px;
    text-align: center;
    vertical-align: middle;
    width: 267px;
}
#mws-logo-container {
    float: left;
    padding: 0 10px;
}
.clearfix:after {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.logoImg img {
    margin-left: -66px;
    width: 201px !important;
}
@media only screen and (max-width : 740px) {
    /*phones*/
    .login-footer {
        height: 90px;
        padding-top: 2px;
    }

    .footer-cont > p {
        font-size: 10px;
    }

    .soc {
        margin-top: 0px;
    }

    #mws-login-form {
        margin-top: 0px;
    }

    /* Sticked footer */
    html,
    body {
        height: 100%;
    }

    .login-wrapper {
        min-height: 100%;
        height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
        height: 100%;
        margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
    }

    .login-footer,
    .push {
        height: 155px; /* .push must be the same height as .footer */
        clear: both;
    }

    .btnRow {
        position: relative;
    }

    .logininfo-wrap {
        display: none;
    }
}



@media only screen and (min-width : 740px) { /*NOT MOBILE*/
    .login-footer{
        bottom: 0;
        height: 155px;
        position: fixed;

    }
    .login-wrapper {
        min-height: 800px;
    }
}