/* Custom CSS overrides */
/*admin login*/
.sopuo-admin-wrap{
	position:relative;
    text-shadow: 0 1px 3px rgba(0,0,0,.4),0 0 30px rgba(0,0,0,.075);
    background: #020031;
    background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353));
    background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: linear-gradient(45deg,#020031 0,#6d3353 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1);
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);

	
	}
.sopuo-admin-wrap:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/bs-docs-masthead-pattern.png) repeat center center;
	opacity: .4;
	z-index:5;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1) {
.sopuo-admin-wrap:after {
	background-size: 150px 150px
}
}

.sopuo-admin-wrap .container { padding-top:15%; z-index:50; position:relative;}
.sopuo-admin-wrap{text-shadow:none;}
.sopuo-admin-wrap .panel-heading h2{ font-size:28px;border-bottom: 1px solid #e5e4ee; padding:30px 0; margin:0;}
#sopuoadmin #edit-actions{ text-align:center;}
#sopuoadmin #edit-actions input{ width:100%; padding:15px 0;}