
.login-box{
    background-color: rgba(204, 204, 204, 0.2);
    display: block;
    margin: auto;
    max-width: 100%;
    width: 410px;
    margin-top: 50px;
    border: 1px;
    border-style: outset;
    border-color: gainsboro;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1), 3px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.login-box-header{
	height: 100px;
	background-image: url("../../../images/logo_login_WAYRENTALS.png");
    background-size: 57% 80%;
    background-repeat: no-repeat;
    background-position:center bottom;
}

.login-box-content{
	background: #FFFFFF;
	color: #13294B;
	text-align:left;
	padding: 8%;
	border-style: solid;
    border-bottom-color: #E5E5E5;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-right-color: #FFFFFF;
}

.login-box-content .col-md-12
{
	float: none !important;
}

.login-box-footer{
	height: 40px;
}

.loginbtn{
	padding: 5px;
	background:  #709B44;
	width: 100%;
	color: white;
	border-color: transparent;
	border-radius: 6px;
}

.loginbtn:hover{
	background: #95BB6D;
}

.loginbtn:active{
	background:  #558029;
}

#login-background
{
    background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url("../../../images/login_default.jpg") no-repeat scroll center center / cover ;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: -10;
}

.login-input {
    display: inline-table;
    width: 80%;
}

.login-span {
    margin-top: 30px;
    color: #ccc;
}

.login-button {
    margin: auto !important;
    float: none !important;
    margin-bottom: 10px !important;
}