﻿@font-face {
    font-family: 'hallowed';
    src: url('../../../fonts/HolidayFonts/Halloween.ttf') format('truetype');
}

.login-title {
    font-family: hallowed !important;
    font-size:45px;
}

.form-control {
    font-family: hallowed !important;
    font-size: 35px;
}

.login-submit{
    font-size:35px !important;
    line-height:35px;
}

.login-right-message{
    font-size:50px;
    font-family:hallowed;
}