
/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
body, html {


}
.navbar-brand
{

    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    padding:0px;
}

.navbar-toggle {
    z-index:1;
}
#contenedor_central {
    display: block;
    width: 80%;
    max-width: 850px;
    height: auto;
    min-height: 300px;
    background: rgba(0, 0, 0, 0.7);
    margin: 50px auto 0;
    border-radius: 5px;
}
#top_central {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}
.bg-1{
  background: url("https://mvc.travelaccessbenefits.com/assets/img/background-1.jpg");  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 800px;
}
.bg-2{
  background-color: #b3b3b3;
}
#logo_active{
  text-align: center;
}
#logo_active img {
    width: 80%;
    text-align: center;
}
footer{
  background: url("https://mvc.travelaccessbenefits.com/assets/img/patron_footer.jpg");
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 0;
}
.top_footer {
    width: 100%;
    top: 0;
    height: 2px;
    background: url("https://mvc.travelaccessbenefits.com/assets/img/degradado_top_footer.png");
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 7px;
}
#medio_central {
    width: 100%;
    height: 2em;
}
#divisor {
    background-color: #eac775;
    width: 100px;
     height: 3px;
    border-radius: 10px;
    margin: 20px auto -30px;
}
#registered {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 200px;
    top: 7px;
    color: #fff;
    font-size: 12px;
}
#registered img {
    width: 180px;
}
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 0px;
    margin: 0 auto 25px;

}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    background-color: #d9a834;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
  background-color: #785d1f;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: #353535;
    border-color: #dee2e6 #dee2e6 transparent;
}
.nav-link, .nav-link:hover{
  color: white;
}
.bg-access{
  background-color: #d9a834;
  color:white;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    color: #a09e9e;
}
.datepicker table tr td.today {
    background-color: #337ab7!important;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    cursor: pointer;
    background: #eeeeee;
    border-radius: 4px;
    color: black;
}
@media only screen and (max-width: 550px){
#top_central img {
    width: 85%;
}
}
