
.loginbox {
    position: fixed;
    display: block;
    width: 280px;
    height: 260px;
    top: 50%;
    margin-top: -195px;
    left: 50%;
    margin-left: -140px;
    background-color: rgba(255,255,255,0.9);
    z-index: 1042;
    border-radius: 5px;
    border: 2px solid #eee;
}

.loginbox h4 {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 25px;
}
.center-text {
    text-align: center;
}

.button {
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    transition: all 200ms ease;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    cursor: pointer;
}

.loginbox-username {
    margin-bottom: 20px;
    height: 40px;
    width: 85%;
    padding:0px;
    border: solid 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.5);
    padding-left: 20px;
    transition: all 400ms ease;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}



.loginbox .button {
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #FFFFFF;
    cursor: pointer;
}



.loginbox .close-loginbox {
    width: 100%;
    margin-top: 15px;
    height: 50px;
    border-top: solid 1px rgba(0,0,0,0.1);
    color: #1f1f1f;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    display: block;
}


.loginbox-username:focus {
    border: solid 2px #27ae60;
    transition: all 400ms ease;
}

.button-green {
    background-color: #27ae60;
    color: #FFFFFF;
}


.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.modal-backdrop {
	opacity: 0.5;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	overflow-y:scroll;
	
}
