@media (max-width: 767px) {
    form.login-form div.checkbox button.btn{
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.container{
    margin-top: 50px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

body{
    background-color: #EDEDEC;
}

#logo{
    margin-right: 10%;
    margin-left: 5%;
    margin-bottom: 0%;
}

.thumbnail{
    background-color: transparent;
    border-color: transparent;
}

.divider {
    border-top: 20px solid #084776;
    border-bottom: 20px solid #689aca;
    margin-bottom: 20px;
}

.form-actions { 
    background-color: transparent;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.login-error {
    margin: 20px auto;
    max-width: 300px;
}

html body div.container div#box div#logo.row ul.thumbnails li{
    list-style-type: none;
}

.thumbnails{
    padding-left: 0;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}

form.login-form div.checkbox button.btn{
    margin-bottom:20px;
}

.login-form .form-group div.checkbox label{
    padding-top: 0;
    padding-bottom: 10px;
}
