/* mobbeel css 
-------------------------------------------------- */


/* Fonts
-------------------------------------------------- */
@font-face {
    font-family: "gotham-book";
    src: url("../fonts/gotham/gotham-book-webfont.eot");
    src: url("../fonts/gotham/gotham-book-webfont.eot") format("embedded-opentype"), url("../fonts/gotham/gotham-book-webfont.woff") format("woff"), url("../fonts/gotham/gotham-book-webfont.ttf") format("truetype"), url("../fonts/gotham/gotham-book-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gotham-medium";
    src: url("../fonts/gotham/gotham-medium-webfont.eot");
    src: url("../fonts/gotham/gotham-medium-webfont.eot") format("embedded-opentype"), url("../fonts/gotham/gotham-medium-webfont.woff") format("woff"), url("../fonts/gotham/gotham-medium-webfont.ttf") format("truetype"), url("../fonts/gotham/gotham-medium-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gotham-light";
    src: url("../fonts/gotham/gotham-light-webfont.eot");
    src: url("../fonts/gotham/gotham-light-webfont.eot") format("embedded-opentype"), url("../fonts/gotham/gotham-light-webfont.woff") format("woff"), url("../fonts/gotham/gotham-light-webfont.ttf") format("truetype"), url("../fonts/gotham/gotham-light-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gotham-bold";
    src: url("../fonts/gotham/gotham-bold-webfont.eot");
    src: url("../fonts/gotham/gotham-bold-webfont.eot") format("embedded-opentype"), url("../fonts/gotham/gotham-bold-webfont.woff") format("woff"), url("../fonts/gotham/gotham-bold-webfont.ttf") format("truetype"), url("../fonts/gotham/gotham-bold-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


body {
    padding-bottom: 40px;
    background-color: #505659;
}


.header {
    background: #fff;
    padding-bottom: 10px;
}

.logo {
    padding-top: 10px;
    width: 78px;
    height: auto;
}

.login-container {
    padding-top: 140px;
}

.login-sign {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
}

.login-sign .login-sign-heading {
    font-family: "gotham-medium";
    font-size: 18px;
    font-weight: 700;
    color: #565d61;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
}


.content-sign {
    padding: 20px 40px;
}


.login-sign .form-control {
    position: relative;
    height: auto;
    padding: 10px;
    font-size: 16px;
    background: #fff;
    box-shadow: none;
    color: #9c9c9c;
    font-size: 16px;
    font-family: "gotham-book";
}


.login-sign .form-control:focus {
    z-index: 2;
}

.title {
    padding-top: 10px;
    padding-left: 30px;
}

.login-sign input {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.login-sign input[type="text"] {
    border: 0px;
    border-bottom: 1px solid #eee;
}


.login-sign input[type="password"] {
    margin-bottom: 10px;
    border: 0px;
    border-bottom: 1px solid #eee;
}

.login-sign a {
    font-size: 12px;
    color: # #35b6ff
}

.mb-3 {
    margin-bottom: 20px;
}

.btn-primary {
    background: #35b6ff;
    color: #fff;
    border: 0px;
    border-radius: 3px;
    margin-top: 40px;
}

/* Idioma
-------------------------------------------------- */


#top-menu {
    margin-top: 30px;
}

#topbar-main {
    background: #00a6eb;
    font-size: 12px;
    color: #fff;
}

#top-menu li a {
    color: #fff
}

#top-menu li {
    display: inline;
    float: left;
    list-style: none;
    padding: 0 10px;
}

#topnav .topbar-main {
    background: #00a6eb;
    line-height: 60px;
}

.lang-selected,
.lang-id,
.lang-name,
.lang-navigation a {
    font-size: 12px;
    color: #000;
    font-family: gotham-medium;
    font-weight: normal;
}

#lang-navigation ul li a {
    color: #000;
}


.alert {
    border-radius: 0;
    border: 0;
    padding: 15px 3em 15px 15px;
    position: relative;
    border-color: transparent;
    color: #fff;
    font-size: 13px;
}

.alert-danger {
    background-color: #f87961;
}

.alert-success {
    background-color: #c1dda3;
}

.requirements {
    list-style-type: none;
}

.wrong .fa-check {
    display: none;
}

.good .fa-times {
    display: none;
}

.login-text {
    text-align: justify;
    font-family: "gotham-medium";
    font-size: 14px;
}

p.content-sign {
    font-family: gotham-medium, serif;
}

.login-text-footer {
    text-align: justify;
    font-family: "gotham";
    font-size: 13px;
}