.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/img/loading4.gif) center no-repeat #fff;
}

.se-pre-con.premium {
    background: url(/img/loading4premium.gif) center no-repeat #fff;
}

#linkcontainer *, #forgotpassword, #newaccount, #demologin {
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

#logincontainer {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    /*background: url(/img/loginbackground.jpg) no-repeat center center;*/
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: "muli";
}

#rewirelogo {
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 30px;*/
    margin-top: 15px;
}

#shopcontainer {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 370px;
    height: 300px;
    background: rgba(0, 0, 0, .85);
    padding: 3px 30px 30px 30px;
    box-sizing: border-box;
}

#shopheader {
    color: #2c70ce;
    font-size: 30px;
}

#linkcontainer {
    margin-top: 5px;
}

#shopcontainer a {
    display: block;
    font-size: 17px;
    color: white;
    margin-top: 18px;
}

div#shopiconcontainer {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background: #2c70ce;
}

img#shopicon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -18px;
}

div#rightpanel {
    display: table;
    box-sizing: border-box;
    padding: 50px;
    width: 380px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
    background: rgba(0, 0, 0, .85);
}

div#loginformcontainer {
    display: table-cell;
    vertical-align: middle;
}

div#loginformcontainer img {
    margin-bottom: 30px;
}

.userinputbox {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 33px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    padding-left: 8px;
    font-size: 19px;
}

div#remembermetext {
    display: inline-block;
    font-size: 19px;
    color: white;
    margin-top: 20px;
}

input.button {
    border-radius: 3px;
    height: 30px !important;
    margin-top: 30px;
    color: #999;
    font-size: 19px !important;
}

div#forgotcontainer {
    position: absolute;
    bottom: 25px;
    left: 50px;
    right: 50px;
}

div#forgotpassword {
    color: #fff;
    font-size: 15px;
    padding-bottom: 7px;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    cursor: pointer;
}

div#newaccount {
    color: #fff;
    font-size: 15px;
    margin-top: 7px;
    cursor: pointer;
}

div#forgot-block {
    display: none;
    width: 374px;
    height: 314px;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -157px 0 0 -235px;
    background: rgba(0, 0, 0, .75);
    padding: 35px;
    box-sizing: border-box;
    border-radius: 4px;
}

div#blockback {
    display: none;
    background: rgba(200, 200, 200, .9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}

.passwordrecoveryheader {
    color: #fff;
    font-size: 19px;
}

.title-block {
    /*color: #777 !important;*/
    height: 30px !important;
    font-size: 12px !important;
}

#crem_email, #creg_email {
    margin-top: 30px;
}

.security-code {
    top: 8px !important;
}

.userinputbox::-webkit-input-placeholder {
    color: #999 !important;
}

.userinputbox::-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}

.userinputbox:-ms-input-placeholder {
    color: #999;
}

input.button {
    margin-top: 3px;
    /*float: left;*/
}

.userinputbox::-moz-placeholder {
    color: #999;
}

.closebutton {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}

div#copyrightdiv {
    margin-top: 12px;
    color: #999;
    font-size: 9px;
}

.loginbutton {
    margin-top: 25px !important;
}

.loginbutton[disabled] {
    background: #727272 !important;
    border-color: #727272 !important;
    border-radius: 1em;
}

div#newaccount-block {
    display: none;
    width: 374px;
    height: 314px;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -157px 0 0 -235px;
    background: rgba(0, 0, 0, .75);
    padding: 35px;
    box-sizing: border-box;
    border-radius: 4px;
}

div#learnmore {
    display: inline-block;
    float: right;
    padding: 5px 16px;
    background: #555;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

div#learnmore:hover {
    background: #2c70ce;
}

#logincontainer a:hover, #forgotpassword:hover, #newaccount:hover {
    color: #2c70ce;
}

a#demologin {
    color: #2c70ce;
    font-size: 15px;
    padding-bottom: 11px;
    cursor: pointer;
    display: block;
}

a#demologin:hover {
    color: #ccc;
}

.gpsTrackerStore {
    display: inline !important;
    color: #2c70ce !important;
    font-size: 30px !important;
}

.gpsTrackerStore:hover {
    color: #2c70ce !important;
    font-size: 30px !important;
}

.loginSpinner {
    color: white;
    position: relative;
    top: 20px;
    left: 35px;
}



div#gpsstorelink {
	position: absolute;
	bottom: 25px;
	left: 50px;
	right: 50px;
	font-size: 13px;
	color: #fff;
}

div#gpsstorelink a {
	color: #fff;
}

input.button:disabled {
	color: #999 !important;
}

@media (max-height: 650px) {
    div#forgotcontainer {
        /*display: none;*/
        transform:scale(.8);
    }
    div#loginformcontainer{
        transform:scale(.8);
    }
}

@media (max-height: 485px) {
    div#forgotcontainer {
        display: none;
    }
}



div#annContainer {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 370px;
    background: rgba(255, 255, 255, .5);
    padding: 15px 30px 30px 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 17px;
}

.annTitle {
    color: #2c70ce;
    font-size: 30px;
    margin-bottom: 15px;
}

.annContent {
    background: rgba(0,0,0,.85);
    padding: 18px;
    position: relative;
}

.annIconcontainer {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background: #2c70ce;
    display: flex;
    justify-content: center;
    align-items: center;
}

.annIcon {
    font-size: 40px !important;
}
