
body {
    /* background: url("http://www.televersal.com/site/assets/img/background.jpg") repeat-x scroll 0 0 transparent; */
    font: 13px normal Helvetica,Arial;
    color: #4c4c4c;
    line-height: 16px;
    text-align: center;
}

a {
    color: #0077c0;
}

a:hover {
    color:#00aeef;
}

h2 {
    margin-top:0px;
    padding: 0;
    color: #0077c0;
    font-size: 20px;
    font-weight: normal;
}

form {
    margin: 0px;
    padding:0px;
}

.alert {
    display:none;
    margin: 20px auto;
    width:190px;
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

#wrapper {
    margin: 55px auto 0;
    width: 300px;
    text-align: center;
}

#loginFormWrapper {
    box-sizing: border-box;
    text-align: left;
    margin: 35px auto 0;
    padding: 20px;
    width: 240px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F4F4F4;
    background: #F4F4F4; 
}

.button {
    margin-left: 0;
    background-color: #8dc63f;
    color: #FFFFFF;
    background: #8dc63f;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    border: none;
    width: 90px;
    height: 30px;
    line-height: 27px;
}

.button:hover {
    color: #FFFFFF;
    background-color: #6C9A2E;
    background: #6C9A2E;
    cursor: pointer;
}

.field {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px; 
    line-height: 18px;
    padding: 4px;
    background-color:#FFFFFF !important;
    width: 170px;
    font-size: 14px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#username input:-webkit-autofill,
#password input:-webkit-autofill
{
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
}

/**
 * Twitter Bootstrap tooltip
 *
 */

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  /*opacity: 0.9;
  filter: alpha(opacity=90);*/
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0077c0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0077c0;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0077c0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #0077c0;
}
.tooltip-inner {
  max-width: 350px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #0077c0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  */
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

#login_submit[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ccc;
}