﻿html, body {
    color: #fff;
    background: linear-gradient(to top, #3c96ff 0%, white 100%) !important;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
}

.lni {
    font-size: 64px;
}

.bg {
    background: linear-gradient(to top, #3c96ff 0%, white 100%) !important;
}

.regform {
    box-shadow: 0px 8px 9px 0px rgba(69, 69, 69, 0.25);
    top: 10%;
}

.sign {
    color: #000;
}

.footer {
    padding-top: 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #42ADC0;
    color: white;
    text-align: center;
    z-index: 950;
}