﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.fil0:hover {
    fill: #4B4B4B;
}

.fnt0 {
    font-size: 260px;
    font-family: 'Segoe UI Semibold', 'Segoe UI';
    text-decoration: none;
}
.kt-login__signin a
{
    line-height:2;
}
.kt-login__actions .btn-pill {
    color: #fff;
    background-color: #4D1A9B;
    border-color: #4D1A9B;

}

    .kt-login__actions .btn-pill:hover {
        color: #fff;
        background-color: #5A27A6;
        border-color: #5A27A6;
    }