.login-bg img {width: 100%;}
.standout {background-color: #deebe1; border: 1px solid #c5e1cb; border-radius: 6px; padding: 15px 15px 0px 15px; margin-bottom: 15px;}

.mtop {margin-top: 15px;}
.block {display: block;}

.nomargin-top {margin-top: 0px;}
.nomargin-bottom {margin-bottom: 0px;}
.nomargin {margin-top: 0px; margin-bottom: 0px;}

.white {color: #fff;}
.circle {border-radius: 50%; width: 108px; height: 108px;}
.icon-standalone {background-color: #7fa280; margin: auto;}
.large-text {font-size: 54px;}
.circle .fa {line-height: 108px; vertical-align: middle; text-align: center;}

/* Wordpress style sheet Overrides */
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger h3 {color: #a94442;}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.panel {padding: 15px;}
.panel h3 {margin-top: 0px;}
.panel .pull-left {width: 48%; margin-right: 4%;}
.panel img.pull-right {width: 48%; margin-top: 15px;}
	
/* Bootstrap Overrides */
/* Buttons */
.btn {background-color: #3c4f94; color: #fff; text-transform: uppercase; font-weight: 600;}
.btn:hover, .btn:focus {background-color: #566ab5; color: #fff;}

/* Glow around in focus form elements */
.form-control:focus {box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 165, 78, 0.6); border: #37a54e;}	

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {padding-top: 0px;}