body {
	background: transparent;
}

button {
	text-shadow: 0px 0px #FFF;
}

header {
	background: rgba(255, 255, 255, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
}

#heading .site-title {
	margin: 0;
}

#heading .page-title, #sign-in {
	display: none;
}

#wrapper {
	height: 100vh;
	background-size: cover;
}

.login-box {
	width: 110%;
	background: #fff;
	left: 125px;
	border-width: 0px;
	-webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.75);
	text-align: initial;
}

.login-head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #083963 !important;
	border-color: #083963 !important;
	color: #fff !important;
	padding: 8px 10px;
	font-size: 16px;
	text-align: center;
}

.login-head h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}

.login-body {
	padding: 20px 20px 10px 20px;
}

.login-body .input-box label {
	font-size: 14px;
	color: #083963 !important;
}

.login-input {
	width: 100%;
	padding: 7px;
	border-radius: 2px;
	border: 2px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.login-input:focus {
	border-color: #083963;
	outline: 0;
}

.extra {
	margin-bottom: 10px;
	font-size: 13px;
}

.extra input[type="checkbox"] {
	vertical-align: middle;
}

.extra .submit-btn {
	background: transparent;
	color: #d45f00;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #d45f00;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	width: auto;
	transition: all 0.25s ease;
}

.portlet-login .navigation {
	padding: 0px;
}

.extra .submit-btn:hover {
	background: #d45f00;
	color: #fff;
	border: 2px solid #d45f00;
	transition: all 0.25s ease;
}

.extra .submit-btn:focus {
	outline: 0;
}

.login-footer a {
	font-size: 12px;
	color: #23a8c7;
	padding: 5px;
	text-align: center;
	display: block;
}


/* To make the page completely shrinkable */
.portlet-layout, .portlet-column {
	display: block;
}

.aui-fieldset {
	margin: 100px 95px 0 !important;
	padding: 0px !important;
	text-align: left;
}


/* Make the input fields look flat */
.login-body input.login-input {
	background-image: none;
	border-color: #bfbfbf;
}


/* Bring the login box in the center at the below screen size and adjust its width */
@media screen and (max-width:600px) {
	.aui-fieldset {
		float: none;
		margin-right: 80px !important;
		margin-left: 80px !important;
	}
	.login-box {
		width: 85.5%;
	}
}


/* Further adjust the horizontal alignment and width of login box */
@media screen and (max-width:430px) {
	.aui-fieldset {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}
}


/* Media queries for adjusting the vertical alignment of the login box for smaller screens */
@media screen and (max-height:500px) {
	.aui-fieldset {
		margin-top: 25px !important;
	}
}

@media screen and (max-height:410px) {
	.aui-fieldset {
		margin-top: 0px !important;
	}
}