body {
    background-color: #f2f2f2;
    border-style: solid;
    border-top-width: 5px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: #cd4237;
}

div.credentials h1 {
    font-size: 26px;
    padding-top: 50px;
    border-color: #3b3b3b;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
}

p.lead {
    font-size: 14px;
    border-color: #3b3b3b;
}

div.credentials p {
    border-color: #3b3b3b;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5px;
}

div.container a {
    color: #3b3b3b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
}

div.container form {
    border-style: solid;
    border-right-width: 0;
    border-top-width: 0;
    border-left-width: 0;
    border-color: #cccccc;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    margin-bottom: 10px;
}

a.collapsed {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

img.padlock {
    vertical-align: baseline;
    margin-right: 10px;
}

img.logo {
    margin: 30px;
}

.well {
    min-height: 20px;
    padding: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    box-shadow: none;
}

.btn {
    padding: 6px 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 35px;
    border-radius: 3px;
}

.btn-primary {
    background-image: none;
    background-color: #cd4237;
    border-color: #cd4237;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b03127;
    border-color: #b03127;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #b03127;
    background-position: 0;
}

.btn-primary.active, .btn-primary:active {
    background-color: #9d271e;
    border-color: #9d271e;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #9d271e;
    border-color: #9d271e;
}

.btn-primary[disabled] {
    background-color: #CCC;
    border-color: #ccc;
}

.btn-primary[disabled]:hover {
    background-color: #bbb;
    border-color: #bbb;
}

#wait {
    margin-bottom: 0
}

#proceed {
    margin-bottom: 15px;
    margin-top: 15px;
}

#collapse_toggle {
    margin-top: 15px;
    display: inline-block;
}

/* The animation code */
@keyframes example {
    from {
        background-color: orange;
    }
    to {
        background-color: transparent;
    }
}

/* The element to apply the animation to */
#result_link {
    padding: 5px;
    border-radius: 3px;
}

#result_link.ping {
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: 3;
}

.form-group {
    margin-bottom: 25px;
}