/* Login
------------------------------------------------ */
.form-login { margin-top: 1em; margin-bottom: 2em; }
.display-block { display: block; padding: 1em 0 0; }
.page-header { margin-top: 0;  }
.no-gutter { padding-left: 0; padding-right: 0; }
.panel-default { padding: 0; }
.recPass.AspNet-ChangePassword { width: 220px; margin: auto;  }

body { padding: 2em 1em; }
a { color: #d00; }
.btn-danger,
.btn-danger:focus { background: #d00 !important; border-color: #d00; }
.btn-danger:hover { color: #d00; background: #fff !important;  border-color: #d00; }
.img-responsive { margin: 0 auto;}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    color: #d5ae62;
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    margin-right: 5px;
    text-align: center;
    padding: 17px 25px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #d5ae62;
     -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s;
}
.btn-primary:hover {
    border: 2px solid #000 !important;
    color: #000;
    background: #fff;
}
