html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body {
	min-height: 100%;
	min-width: 100%;
	height: 100%;
}

body {
	min-height: 100vh;
	background: #02bac6 url("../../images/lock-bg.jpg");
	background-size: cover;
	background-repeat: repeat;
	font-family: 'Roboto', sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
}

.mc-cycle {
	height: 100%;
}

.mc-image {
	background-repeat: no-repeat;
	background-color: white !important;
	background-size: cover;
}

.login-box {
	max-width: 350px;
	width: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 200px;
	margin: auto;
	background: rgba(3, 57, 85, 0.57);
	max-height: 337px;
	z-index: 9999999;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	border-radius: 6px;
}

.login-box a {
	color: rgba(255, 255, 255, 0.84);
	cursor: pointer;
	font-size: 13px;
}

.login-box a:hover, .login-box a:focus {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.login-box .logo {
	width: 100%;
	height: 130px;
	padding: 20px 10px 20px 10px;
	background: rgba(3, 57, 85, 0.28);
	border-radius: 6px 6px 0 0;
}

.login-box .logo img {
	max-height: 100%;
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.login-box .form {
	width: 100%;
	padding: 10px;
	color: #FFF;
}

.login-box .user, .login-box .pass {
	margin: 20px 0;
	width: 100%;
	position: relative;
}

.login-box .user:before, .login-box .pass:before {
	font-family: fontAwesome;
	position: absolute;
	left: 11px;
	width: 20px;
	top: 8px;
	color: #1b1b1b;
	border-right: 1px solid rgba(0, 0, 0, 0.34);
}

.login-box .user:before {
	content: "\f007"
}

.login-box .pass:before {
	content: "\f084"
}

.login-box .form-control {
	padding-left: 40px;
}

#arrow_left, #arrow_right {
	bottom: 30px;
	height: 67px;
	position: absolute;
	right: 30px;
	width: 36px;
	z-index: 1000;
}

#arrow_left {
	right: 86px;
}

#arrow_left:hover, #arrow_right:hover {
	bottom: 29px;
}

#arrow_left:active, #arrow_right:active {
	bottom: 28px;
}

.ourlogo {
	position: absolute;
	bottom: 25pt;
	left: 25pt;
	border-radius: 50%
}

@media only screen and (max-width:745px) {
	.login-box {
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}