﻿.login-banner {
    background: url('/images/bannerimg5.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    height: 300px;
}

    .login-banner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

.institution-logo {
    height: 70px;
    width: auto;
}

.login-banner .container {
    position: relative;
    z-index: 2;
}

.card {
    border-radius: 12px;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
