﻿.login {
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
}

@media (min-width: 768px) {
    .login {
        width: 600px;
    }
}

#loginBackground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 70px;
    overflow: hidden;
}

    #loginBackground .acquire {
        position: absolute;
        opacity: 0.25;
        white-space: nowrap;
    }

.serif {
    font-family: "Times New Roman", Times, serif;
}
