﻿body {
    padding-top:200px;
    height: 100vh;
    background: linear-gradient(to right bottom, #000000, #2c0f16, #531120, #7b0e25, #a30924);
}




.login-form {
    width: 390px !important;
    background-color:whitesmoke;
}

.login-title {
    font-family: 'Exo', sans-serif;
    text-align: center;
    color: black;
}

.login-userinput {
    margin-bottom: 10px;
}

.login-button {
    margin-top: 10px;
}

.login-options {
    margin-bottom: 0px;
}

.login-forgot {
    float: right;
}

.icon-credits {
    width: 100%;
    position: absolute;
    bottom: 4px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 26px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    z-index: -1;
}

    .icon-credits a {
        text-decoration: none;
        color: rgba(255,255,255,0.2);
    }




