﻿
md-input-container {
    margin-top: 0px !important;
}

.loginbackground {
    background: url('../Img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-heIght: 100vh !important;
    overflow: auto;
}

.blur {
    position: fixed;
    width: 30%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    min-width: 300px !important;
    background: url('../Img/background.jpg') fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    filter: blur(8px);
}

.footer-blur {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background: url('../Img/background.jpg') fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(18px);
    -moz-filter: blur(18px);
    filter: blur(18px);
}
