body {
    background: url("/Casos/CasosSite/build/img/background_.jpg") no-repeat center center fixed;
    background-size: cover;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    color: #666;
}




/* Typography */

h1#title {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 3.2em;

    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    padding-top: 90px;
    max-width: 530px;
    text-align: center;
    position: relative;
    top: 0px;
}

h1#title span span {
    font-weight: 400;
}

h1 {
    text-transform: uppercase;
    color: black;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 2.4em;
    line-height: 2.8em;
}

a {
    text-decoration: none;
    color: #666;
}

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

p.small {
    font-size: 0.9em;
    margin: 20px 0 0;
}

















/* Layout */

.container {
    margin: 0;
}

.img-custom {
    max-width: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top {
    margin: 0;
    padding: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.login-box {
    background-color: transparent;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    top: 150px;
    padding-bottom: 43px;
    text-align: center;
}

.login-box .box-header {
    background-color: transparent !important;
    margin-top: 0;
    border-radius: 5px 5px 0 0;
}



.login-box .btn-office365 {
    margin-top: 0px;
    margin-left: 14px !important;
    border: 0;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
    color: white;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: #FF6800 !important;
    cursor: pointer;
    outline: none;
    width: 300px;
    text-align: center;
}


.login-box .btn-office365:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.login-box .btn-office365:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.selected {
    color: #0a5499 !important;
    transition: 0.5s;
}

















/* Animation Delay */

#logo {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 2s;
}

.login-box {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1s;
}








.container_input {
    height: 100%;
}

a {
    color: inherit;
}

a:hover {
    color: #7f8ff4;
}

.container_input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.uppercase {
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    background: transparent;
    color: inherit;
    font: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    transition: all 200ms ease-in;
    cursor: pointer;
}

.btn--primary .fa-chevron-right {
    font-weight: bold;
    font-size: 10px
}

.btn--check .fa-check {
    font-weight: bold;
    font-size: 10px;
}

.btn--primary {
    background: #FF6800;
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    padding: 13px 18px;
}

.btn--check {
    background: #73c037;
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    padding: 13px 17px;
}

.btn--check:hover, .btn--primary:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.btn--primary:active {
    background: #FF6800;
    box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.btn--inside {
    margin-left: -50px;
}

.form__field {
    width: 310px;
    background: #fff;
    color: #a3a3a3;
    font: inherit;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    outline: 0;
    margin-bottom: 10px;
    padding: 19px 16px;
}

.hide_elem {
    display: none;
}

.show_elem {
    display: block;
}
.form__field:disabled {
    color: #333;
}
