﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* sb-2 overrides */

.btn-user {
    font-size: 0.8rem;
    border-radius: 10rem;
    padding: 0.75rem 1rem;
}


.bg-login-image {
    background: url(../img/nooredu-account-page.png);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    margin: 2em 0;
    border-right: 1px solid #e3e6f0;
}
