/* GENERAL STYLES */
body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #555555;
    width: 100%;
    height: 100%;
}
a {
    color: #3798eb;
}
a:hover, a:focus {
    color: #e75a0c;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 30px;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}
h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 4px;
}
hr {
    margin-top: 20px;
    margin-bottom: 30px;
}
button:focus {
    outline:0 !important;
}
.has-error span {
    color: #a94442;
}

/* Modal */
.modal-backdrop {
    background-color: #05254e;
}
.modal-backdrop.in {
    opacity: 1;
}
.modal-header {
    height: 50px;
    background-color: #05254e;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}
.modal-header .logo {
    height: 40px;
    margin-top: 5px;
}
.modal-body .form-group {
    margin-bottom: 8px;
}
.modal-footer {
    height: 50px;
    background-color: #f9f9f9;
}