
@font-face {
    font-family: bahnschrift;
    src: url("../fonts/bahnschrift.ttf");
}

.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}
.login-box {
    width: 400px;
    margin: 0 auto;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.sigin-heading {
    margin-top: 15px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
    .software-name-heading {
        font-size: 22px !important;
    }
}
