/*
 * Styles for login and logout
 */
/*
 * Reset css
 */
/*
 * Variables used in all the scss files
 */
/*****************************************
 VARIABLES
***************************************** */
/* Colors */
/* Font style */
/* Measures */
/*****************************************
 MIXINS
***************************************** */
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    /* Mejorar el font-face en safari */
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

img {
    border: 0;
    vertical-align: top;
}

a, button, input[type=submit] {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #6c6c6c;
}

a:hover {
    text-decoration: underline;
    color: #6c6c6c;
}

section, header, footer, nav {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav {
    text-align: left;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

address {
    font-style: normal;
}

/*
 * Variables used in all the scss files
 */
/*****************************************
 VARIABLES
***************************************** */
/* Colors */
/* Font style */
/* Measures */
/*****************************************
 MIXINS
***************************************** */
body {
    background: url(/img/woodland-trail-1229089-1278x852.jpg) no-repeat center top #0c0c0d;
    background-color: #0c0c0d;
}

header {
    text-align: center;
    padding: 40px 0;
    margin-top: 40px;
}

footer.session_footer {
    background: none;
    padding: 75px 0;
}

.form-group.col-sm-6 {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

label {
    color: #FFFC01;
    font-size: 18px;
    font-weight: bold;
}

.input-box input {
    height: 45px;
    line-height: 45px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.login_box {
    background: rgba(0, 0, 0, 0.6);
    width: 90%;
    max-width: 570px;
    margin: 15px auto;
    height: 440px;
    padding: 15px 0;
    font-size: 18px;
}

.login_box .login_box_content {
    width: 80%;
    max-width: 370px;
    margin: auto;
    color: #fffc01;
    padding-top: 50px;
}

.login_box .login_box_content h1 {
    margin-bottom: 40px;
    color: #fffc01;
}

.login_box .login_box_content p {
    padding-bottom: 40px;
}

.login_box .login_box_content input {
    width: 100%;
    color: #6c6c6c;
}

.login_box .login_box_content .help-block {
    color: #00ace8;
    font-size: 14px;
    text-transform: uppercase;
}

.actions {
    margin-top: 35px;
}

button, .button, a.button, a.button:hover,
#loginbutton {
    width: 170px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    background: #00ace8;
}

a.button {
    display: block;
}

