﻿@font-face {
    font-family: 'Calibri Bold';
    src: url('../../fonts/calibri font sv/Calibri Bold/Calibri Bold.TTF') format('truetype');
}

@font-face {
    font-family: 'Calibri Bold Italic';
    src: url('../../fonts/calibri font sv/Calibri Bold Italic/Calibri Bold Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Calibri Italic';
    src: url('../../fonts/calibri font sv/Calibri Italic/Calibri Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Calibri Light';
    src: url('../../fonts/calibri font sv/Calibri Light/Calibri Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Calibri Light Italic';
    src: url('../../fonts/calibri font sv/Calibri Light Italic/Calibri Light Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Calibri Regular';
    src: url('../../fonts/calibri font sv/Calibri Regular/Calibri Regular.ttf') format('truetype');
}

div {
    font-family: Calibri Regular; !important
}

html{
    height:100%;
}
body {
    height: 100%;
    background-image: url('../Images/wallpaper.png');
    background-size:cover;
}
.login-panel{
    height:50%;
    background-color: rgba(2, 159, 251, 0.25098039215686274);
    border: 1px solid #268ae0;
}

    .login-panel > .panel-heading {
        color: #fff;
        background-color: #000000;
        border-color: #ddd;
    }
#logbtn {
    background-color: #2a3747;
}