.login {
    background: url("../img/bg.jpg") no-repeat center center fixed;
    background-size: cover;
    color: white;

    .btn-lg {
        line-height: 46px;
        padding: 0;
        font-size: 14px;
        font-weight: normal;

        > span {
            display: inline-block;
            text-align: center;

            &:first-child {
                width: 13%;
                box-shadow: 2px 0 0 rgba(0,0,0,0.12);

                img {
                    max-width: 100%;
                }
            }

            &:last-child {
                width: 87%;

                img {
                    padding: 0 0 3px 5px;
                }
            }
        }
    }

    p {
        padding-top: 20px;
    }

    .ma-logo {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}
