﻿
.login-bg {
    background-image: url('Images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    background-attachment: fixed;
}

.login-page {
    height: 96vh;
}


.bg-opacity-8 {
    background-color: rgba(255, 255, 255, .5);
}
