#block-bootstrap-barrio-aacp-page-title {
	display: none;
}

#content {
	padding: 0;
	width: 100%;
}
.node__content {
    margin-top: 0;
}

#block-bootstrap-barrio-aacp-content, #block-bootstrap-barrio-aacp-userlogin, #block-aacploggedinblock {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	height: 100vh;
}
.loggedin {
	height: 100vh;
}
#edit-submit a {
	color: white !important;
	font-weight: 600;
	font-size: 1.4rem;
	display: block;
    padding-top: 6px;
}
#header {
	display: none;
}
.field--name-title {
	display: none;
}

#block-bootstrap-barrio-aacp-content {

    margin-bottom: 0;

}
.user-login-inner {
	height: 100%;
	margin: auto;

	width: 100%;
	max-width: 432px;
}
.user-login-inner img {
	width: 100%;
}
.block-user {
	padding: 20px;
	resize: vertical;
	width: 480px;
	margin: auto;
}
.block-user img {
	display: block;
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.user-login-form input {
	width: 100%;
	height: 60px;
	margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 40px;
    border-radius: 7px;
}
label {
	display: none;
}
.btn-primary {
    width: 100%;
}
.list-group-item {
	border: none;
}
.home-page-img {
	background: linear-gradient(rgba(149,175,66,0.8), rgba(149,175,66,0.8)), 
	url('../images/pharmacy-student_1.png') 0 0 no-repeat;
	background-size: cover;

}
.home-page-article {
	width:100%;
	height:100vh;
	border:1px solid grey;
	vertical-align: top;
	margin-top: 0;
	position: relative;
	color:white;
	text-align: center;
}
.home-page-article span {
	font-size: 80px;
	text-align: center;
	letter-spacing: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}
h2 {
	text-align: center;
	margin-bottom: 60px;
}
.form-item {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.form-control {
	font-size: 18pt;
}
.item-list ul {
	list-style: none;
}
.item-list ul li {
	text-align: center;
}
#edit-submit {
	background-color: #C33609;
	border: 1px solid #C33609;
	height: 60px;
	width: 100%;
}
section, fieldset {
	box-shadow: none;
	border-radius: 0;
}