﻿/*.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 {
	 color: #1c355e  !important;
    background-color: bcbcbc;
    border-left:5px solid #d89b2a;
}

/* 
    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: #fff !important;
    background-color: #1c355e !important;
    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: 300px;
    height: 300px;
    
}

/*.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;
	margin-left: 80px;
}

input.username-input, input.password-input{
	border: 1px solid #dcddde;
	border-radius: 3px;
}
