@font-face {font-family: 'ProximaNovaSoft-Regular';src: url('./fonts/3267C8_3_0.eot');src: url('./fonts/3267C8_3_0.eot?#iefix') format('embedded-opentype'),url('./fonts/3267C8_3_0.woff2') format('woff2'),url('./fonts/3267C8_3_0.woff') format('woff'),url('./fonts/3267C8_3_0.ttf') format('truetype');}

body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	background: #00B9E1; /* Old browsers */
	background: -moz-linear-gradient(top, #00B9E1 0%, #e1ebf0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00B9E1), color-stop(100%,#e1ebf0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00B9E1 0%,#e1ebf0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00B9E1 0%,#e1ebf0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00B9E1 0%,#e1ebf0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00B9E1 0%,#e1ebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B9E1', endColorstr='#e1ebf0',GradientType=0 ); /* IE6-8 */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 span {
	font-family: "ProximaNovaSoft-Regular" !important;
	color: #00aadc;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -1px;
	margin-left: -4px;
	margin-bottom: 20px;
}

#login_box i.lock {
	display: none;
	color: #7cc364;
}

#login_username, #login_password {
	margin-bottom: 6px;
}

#login_username span, #login_password span {
	font-size: 15px;
}

#login_button {
	margin-top: 28px;
	margin-left: 120px;
}

a#login_button_link::before {
	content: 'Login';
}

a#login_button_link {
    transition: background-color 0.15s ease-out;
    position: relative;
    display: inline-block;
    background-color: #00c3eb;
    font-size: 1rem;
    font-family: "ProximaNovaSoft-Regular","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 1000px;
    border: 2px solid transparent;
}

a#login_button_link:hover {
	background-color: #0099b8;
}

#login_button_link span {
	display: none;
}

/* #logo {
    background: url('/images/vo-logo.svg') center bottom no-repeat !important;
    width: 100%;
    height: 120px;
} */