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