﻿body {
    background-color: #18113b;
    background-image: url(../../img/logo-icon.png);
    background-repeat: no-repeat;
    background-position: center 700px;
}

a {

    font-size: .95em;
}


.login-div {
    max-width: 310px;
    min-height: 400px;
    background-color: #fff;
    margin: 100px auto 400px auto;
    color: #444;
    font-size: 1em;
    font-weight: 400; 
    font-family: 'Roboto', sans-serif;
}

.title-label {
    font-size: 1.2em;
}

.top-green-decor {
    width: 100%;
    height: 10px;
    background-color: #61b522;
}

.login-content {
    padding: 20px 40px;
}

.generic-button {
    display: block;
    margin-top: 50px;
    width: 100%;
    height: 35px;
}


@media screen and (max-width: 700px) {
    body {
        background-image: none;
    }
    .login-div {
        margin: 0 auto 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .generic-button {
        display: block;
        margin-top: 50px;
        width: 100%;
        height: 55px;
    }
}
