@import url('../../../skins/control-panel/css/basic.css');
@import url('../../../skins/control-panel/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/wifi-logo-login.png) no-repeat;
    height:54px;
    display:block;
    width:80px;
    float:left;
    margin-left:3px;
}
#loginContent #logo  h2
{
   float:right;
   font-size:16px;
   margin-top:38px;
   margin-right:3px;
   color:#525252;
}


#loginContent form{
    background: #f1f1f1;
    border: solid 1px #e5e5e5;
    width: 370px;
    margin-top: 3px;
    border-radius: 3px 3px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}



#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 */
    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/arrow-enter.gif) 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:48px;
    background:url(../images/icon-error.png) no-repeat 22px 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;
}

.flags
{
    width: auto;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 4px;
    text-decoration: none;
}

#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;*/
    font-size: 11px;
    color: #888;
}

a.flags.selected
{
    text-decoration: underline;
    color: #888;
    /*box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.7) inset;*/
}

a.flags:hover
{
    text-decoration: underline;
}