/* -------------------------------------------------------------------------- */
/* Copyright 2002-2017, OpenNebula Project, OpenNebula Systems                */
/*                                                                            */
/* Licensed under the Apache License, Version 2.0 (the "License"); you may    */
/* not use this file except in compliance with the License. You may obtain    */
/* a copy of the License at                                                   */
/*                                                                            */
/* http://www.apache.org/licenses/LICENSE-2.0                                 */
/*                                                                            */
/* Unless required by applicable law or agreed to in writing, software        */
/* distributed under the License is distributed on an "AS IS" BASIS,          */
/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   */
/* See the License for the specific language governing permissions and        */
/* limitations under the License.                                             */
/* -------------------------------------------------------------------------- */

body {
    background: #FAFAFA;
    margin: 0px;
   font-family: "Open Sans", sans-serif;

}


#header {
    height: 30px;
    background-color: #353735;
    padding: 0 10px 0 10px;
}


#footer {
    padding: 9px 10px 10px 10px;
    text-align: center;
    border:0;
    width: 100%;
    height: 9px;
    position: fixed;
    bottom: 0;
    font-size: 10.4px;
}

#footer a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
    font-size:      13px;
}

#logo {
    padding-top: 6px;
    font-size: 1.1em;
    font-weight: bold;
    color: white;
    font-family:    Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size:      13px;
}

#wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    text-align: center;
}


div#logo_sunstone {
    position: relative;
    height: 200px;
    width: 800px;
    top: 65px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: center;
}

div#login {
    width: 400px;
    height: 300px;
    position: relative;

    margin-left: auto;
    margin-right: auto;
    top: 30px;
    padding-left: 80px;
    padding-right: 80px;
    background: url(../images/panel.png) no-repeat center ;

    vertical-align: center;
}


.box {
    font-size:0.8em;
    width: 300px;
    height: 25px;
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-bottom-color: gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: gray;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: gray;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: gray;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}



div#login input#login_btn {
    width: 130px;
    height: 45px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 43px;
    margin-top: 20px;
    background-color: transparent;
    border:0;
    float: right;
    background:  url(../images/login.png) no-repeat center ;
}

div#login input#login_btn:hover {
  width: 130px;
  height: 45px;
  cursor: pointer;
  margin-left: auto;
  margin-right: 43px;
  margin-top: 20px;
  background-color: transparent;
  border:0;
  float: right;
  background:  url(../images/login_over.png) no-repeat center ;
}


#login_spinner {
    left: 22px;
    position: relative;
    top: 2px;
}

#label_remember {
  color:#353735;
  font-size:0.4em;
  font-family: Arial, Helvetica, sans-serif;
}

.content {
  padding-top:40px;
  font-size:1.8em;
  margin-bottom:0px;
  margin-left:50px;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
}

#check_remember {

  margin-top: 35px;
  margin-left:0px;
}

div.alert-box {
  display: block;
  padding: 6px 7px 7px;
  font-size: 14px;
  color: white;
  background-color: #2ba6cb;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

div.alert-box.alert {
  background-color: #c0392b;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

div.alert-box a.close {
  color: #333;
  position: absolute;
  right: 4px;
  top: -1px;
  font-size: 17px;
  opacity: 0.2;
  padding: 4px;
}
/* line 34, ../../../../../../../.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box a.close:hover, div.alert-box a.close:focus {
  opacity: 0.4;
}

#error_box {
  margin-top:70px;
}