@import url('../../../skins/wifimax-mkt/css/basic.css');
/*@import url('../../../skins/wifimax-mkt/css/dialogs.css');*/

body
{
    /*background: url(../../../skins/control-panel/images/background.png);*/
    font-family: "Helvetica Neue", Arial, sans-serif;
}

#loginContent
{
    margin: auto;
    position: absolute;
    top: -20%; left: 0; bottom: 0; right: 0;
    width: 370px;
    height:300px;
    overflow:visible;
    z-index: 1;
   
   
}

#loginContent #logo 
{
   overflow:hidden;
}

#loginContent #logo h1
{
    background: url("../images/logo-wifi-max.png") no-repeat;
    height:54px;
    display:block;
    width:80px;
    float:left;
    margin-left:3px;
}


@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

    #loginContent #logo h1
    {
        background: url("../images/logo-wifi-retina.png") no-repeat;
        background-size: 64px;
    }
}

#loginContent #logo  h2
{
   float:right;
   font-size:18px;
   margin-top:30px;
   margin-right:5px;
   color:#6693c5;
}


#loginContent form{
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 1px #999;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin-top: 3px;
    width: 370px;
    
    /*padding para correção no safari*/
    padding-bottom: 1px;
    /*padding para correção no safari*/
    
}



#loginContent form fieldset
{
    display:block;
    padding-top:50px;
}

#loginContent form.error fieldset
{
    display:block;
    padding-top:40px;
}

#loginContent form label
{
    margin:10px auto 30px auto;
    display:block;
    width:321px;
    
}

#loginContent form input
{
    font-size:16px;
    width:100%;
    box-sizing: border-box;
    border:1px solid #c0c0c0;
    height:32px;
    padding-left:2px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

#loginContent .buttonSet
{
   margin:50px auto 30px auto;
   width:321px;
   text-align: right;
}

#loginContent .buttonSet .loader
{
    width:33px;
    height:33px;
    background:url(../images/ajax-loader.gif) no-repeat 50% 50%;
    vertical-align: top;
    display:none;
}

#loginContent form.clicked .buttonSet .loader
{
    display:inline-block;
}

#loginContent form button
{
    font-family: "Helvetica Neue", Arial, sans-serif;
    border:none;
    border-radius: 3px 3px;
    width:136px;
    height: 33px;
/*    background: #6c8895;  Old browsers 
    background: -moz-linear-gradient(top,  #6c8895 0%, #587381 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8895), color-stop(100%,#587381));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #6c8895 0%,#587381 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #6c8895 0%,#587381 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  #6c8895 0%,#587381 100%);  IE10+ 
    background: linear-gradient(to bottom,  #6c8895 0%,#587381 100%);  W3C */
    background: #5987bd;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8895', endColorstr='#587381',GradientType=0 ); /* IE6-9 */
    font-size:17px;
    font-weight: normal;
    color:#fff;
    -webkit-transition:opacity .1s ease-in;  
    -moz-transition:opacity .1s ease-in;  
    -o-transition:opacity .1s ease-in;  
    transition:opacity .1s ease-in;
}

#loginContent form button:hover
{
    cursor:pointer;
    background:#6490D5;
}

#loginContent form.clicked button
{
    opacity: 0.4;
}

#loginContent form.clicked button:hover
{
    cursor: default;
}


#loginContent form button span
{
    display:inline-block;
    padding-right:25px;
    background: url(../images/login-icon.png) no-repeat 90% 50%;
    margin-left:10px;
}


#loginContent .errorMsg
{
    font-size:13px;
    display:block;
    padding-top:10px;
    padding-bottom:7px;
    border-bottom: 1px solid #d3d3d3;
    padding-left:35px;
    background:url(../images/icon-error.png) no-repeat 5px 4px;
    background-color:#F3E4EA;
    display:none;
}

#loginContent .error .errorMsg
{
    display:block;
}


#loginContent #footer a
{
    margin-top:20px;
    display:block;
    background: url(../../../images/logo-criare-interno.png) no-repeat 50% 8px;
    height:37px;
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
    border-top-color: #e0e0e0;
    border-top-style: dotted;
}

#langList
{
    position: absolute;
    right: 15px;
    top: 65px;
}

#langList li
{
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 23px;
    margin-left: 0;
    width: auto;
    /*border: 1px solid #666;*/
    /*box-shadow: 0px 1px 2px 0px rgba(0,0,0, 0.4);
    border-radius: 25px;*/
}

#langList li:hover
{
    text-decoration: underline;
    /*box-shadow: 0px 1px 3px 0px rgba(0,0,0, 0.9);*/
}

.ptBr
{
    /*background: url(../images/bg-br.jpg) no-repeat center center;
    background-size: 33px;*/
}

.enUs
{
    /*background: url(../images/us-bg.png) no-repeat center center;*/
}

#langList li.selected
{
    /*box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.5) inset;*/
    text-decoration: underline;
    cursor: default;
}