strong {
    font-weight: bold !important;
}

/* SignInPanel */
.signinpanel {
    margin-top: 0 !important;
    width: auto !important;
}

/* Image Responsive */
.content-segment img {
    max-width: 100%;
    height: auto;
}

/* Forms */
.btn {
    background: #E41608;
    border-color: #E41608;
    color: #fff;
    margin-bottom: 3px;
}
button.btn-default {
    color: #636e7b;
}
.btn-white {
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
}
.btn:hover,
.btn:focus {
    background: #ad0f06;
    border-color: #ad0f06;
    color: #fff;
}
.btn-active {
    background: #830d07;
    border-color: #830d07;
    color: #fff;
}

input[type=text]:focus,
input[type=password]:focus{
    border-color: #E41608;
}
