@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url("../../../skins/dashboard/css/dialogs.css");

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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: inherit;
  vertical-align: baseline;
}

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;
}

body, div, p, h1, h2, h3, h4, h5, ul, li, label, legend, input, button {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Arial, Sans;
}

body {
  font-size: 100%;
  background-color: #305c72;
  background-image: url(../../../skins/dashboard/images/background.gif);
  background-position: 50% 0;
  background-attachment: fixed;
  background-repeat: repeat-x;
}

#loginContent
{
    width:400px;
    margin:100px auto;
    overflow:hidden;
}

header
{
    overflow:hidden;
}

header #logo
{
    float:left;
    width:94px;
    height:63px;
    background:url(../images/wifimax-logo.png) no-repeat;
    margin-bottom:5px;
    margin-left:8px;
}

header #adminLogo
{
    float:right;
    width:134px;
    height:32px;
    background:url(../images/admin-area-logo.png) no-repeat bottom;
    margin-top:31px;
}

#formWrapper
{
    
    background-color:rgba(255,255,255,.38);
    border-radius:3px 3px;
    min-height:307px;
    
}

#formWrapper #slider
{
    left:0;
    width:1200px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    transition:left 0.2s linear;
    position:relative;
    overflow:visible;
}

#formWrapper #slider:after
{
    content:' ';
    display:block;
    clear:both;
}

fieldset h5
{
    display:block;
    width:340px;
    margin:80px auto 0;
    color: #2A4553;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#recoverPwForm.error h5
{
    margin-top:50px;
}

#messageSection fieldset h5
{
    padding-left: 50px;
    line-height: 1.3em;
    padding-top: 6px;
    background: url(../../../skins/dashboard/images/icon-success.png) no-repeat;
    padding-bottom:30px;
}

#messageSection p a
{
    color: #3F5E6F;
    font-size: 13px;
    text-decoration: none;
    display: block;
    width:340px;
    /*margin:50px 0 0 90px;*/
    margin: 50px auto 0;
    text-align: center;

}

#messageSection p a:hover
{
    text-decoration: underline;
}

#formWrapper #slider.recover
{
    left:-400px;
}


#formWrapper #slider.message
{
    left:-800px;
}

#formWrapper form
{
    display:block;
    float:left;
    width:400px;
    top:0;
}


#formWrapper fieldset p:first-child
{
    padding-top:60px;
}




#formWrapper fieldset p
{
    padding-top:30px;
    width:400px;
    width:340px;
    margin:0 auto;
    position:relative;
}

#formWrapper #recoverPwForm fieldset p
{
    padding-top:16px;
}


#formWrapper input
{
    -webkit-appearance: none;
    border:0px solid transparent !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    display:block;
    height:47px;
    font-size:1em;
    border-radius:4px 4px;
    background:none;
    background-color:#D7E2E8;
    padding-left:51px;
    padding-right:6px;
    background-position:0 50%;
    background-repeat: no-repeat;
    border:1px solid rgba(0,0,0,0);
    outline:none !important;
    
}


#formWrapper input:-webkit-autofill
{
  
    
    -webkit-box-shadow: 0 0 0 1000px #D7E2E8 inset !important;
    
    background-color:rgba(0,0,0,0) !important;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0))) !important;
    background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)) !important;
}

#formWrapper label
{
    position:absolute;
    height:47px;
    width:41px;
    display:block;
    z-index:1;
    left:0px;
    text-indent:-9999px;
    cursor:pointer;
}

#formWrapper label[for=login]
{
    
    background:url(../images/login-user-icon.png);
}
#formWrapper label[for=password]
{
    
    background:url(../images/login-pw-icon.png);
}

.loginOptions
{
    width:340px;
    margin:0 auto;
    overflow:hidden;
    margin-top:3em;
    padding-bottom:2em;
}

#recoverPwForm .loginOptions
{
    margin-top:4.5em;
}

.loginOptions .textOption
{
    float:left;
    margin-top:12px;
}

.textOption a
{
    color:#3F5E6F;
    font-size:13px;
    text-decoration: none;
    display:block;
    padding:.5em .5em;
}

.textOption a:hover
{
    text-decoration: underline;
}

.loginOptions .buttonWrapper {
    float:right;
    display:block;
    padding:0 6px;
    padding-top:3px;
    position:relative;
}

.loginOptions button
{
    
    border:none;
    background:none;
    height:40px;
    line-height:40px;
    font-size:18px;
    color:#fff;
    font-weight: normal;
    background-color:#4C9E9F;
    padding:0 2em;
    border-radius:3px 3px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) ;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) ;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) ;
    position:relative;
}

.loginOptions button.clicked:after{
    content:" ";
    
    background:url(../images/login-ajax-loader.gif) no-repeat;
    position:absolute;
    left:9px;
    display:block;
    width:15px;
    height:15px;
    top:12px;
}

.loginOptions button:hover
{
    cursor:pointer;
    background-color:#5FB0B0;
}

p.errorMessage
{
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 auto;
    background-color:#9DB9C6;
    border-radius:4px 4px 0 0;
    padding-top:15px;
    padding-bottom:10px;
    font-size:12px;
    display:none;
    line-height:1.2em;
}

p.errorMessage span
{
    display:block;
    width:320px;
    margin:3px auto 0;
    padding-left:23px;
    padding-top:3px;
    padding-bottom:5px;
    background:url(../images/icon-invalid-login.png) no-repeat 0 0;
}

.flags
{
    width: auto;
    height: 11px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 4px 0 0 0;
    font-size: 11px;
    color: #def;
    text-decoration: none;
}

a.flags:hover
{
    text-decoration: underline;
}

#brazilFlag
{
    /*background: url(../images/brasil-flag.png) center center no-repeat;*/
}

#usFlag
{
    /*background: url(../images/us-flag.png) center center no-repeat;*/
}

#spainFlag
{
    /*background: url(../images/spain-flag.png) center center no-repeat;*/
    /*display: none;*/
}

.spanCountryFlags
{
    /*display: none;*/
}

a.flags.selected
{
    text-decoration: underline;
    /*box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.7) inset;*/
}

#loginForm
{
    position: relative;
}