﻿/*.logo {
    margin: 40px 0;
}*/

/*Login page background/stripe image*/
.login-wrapper-row {
    /*stripe.jpg image is hosted in the same folder as this CSS file.*/
    background-image: url('stripe.jpg')
}

/*Login panel usually kicked to right-hand side*/
.login-sidebar {
    background-color: black;
    color: #fff;
}

/* 
    Addition .md-button css class reference is necessary here to properly override the 
    commons.css angular-md styles.
*/
.md-button.login-button, .md-button.signup-button {
    color: #1b2c64;
    background-color: #f8b715;
    font-weight: bold;
    border: none;
}

.logo {
    /*login-logo.png image is hosted in the same folder as this CSS file.*/
    background-image: url('login-logo.png');
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    margin: 32px 32px;
}

/*.sidebar-footer {
    background-color: #2e4594;
}*/

.poweredby {
    /*poweredby.png image is hosted in the same folder as this CSS file.*/
    background-image: url('poweredby.png');
    background-repeat: no-repeat;
    width: 350px;
    height: 150px;
}
