.login-form {
    padding: 20px;
    border: none;
    box-shadow: 0 -2px 10px 0px rgba(0, 0, 0, 0.15);
    margin-top: 50px;

    .btn-blue {
        font-size: 15px !important;
        background: #08436b;
        color: #fff;
        border-radius: 0 !important;
        padding: .5rem 1rem;
        line-height: 1.5;
        &.btn-full {
            width: 100%;
        }
    }
}
