/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Helvetica-Neue", sans-serif;
	font-weight: normal;

}
body {
  background-color: #FFF;
	color: #000;
	font-family: "Helvetica-Neue", sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
small{ font-size:10px;}
b, strong{ font-weight:bold;}
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }
.left { float:left; }
.right { float:right; }
.alignleft { float: left; margin-right: 15px; }
.alignright { float: right; margin-left: 15px; }
.clearfix:after,
form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.container {
	position: relative;
	width: 100%;
}
#content {
	opacity: 1.0;
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	color: #000000;
	text-align: left;
	padding: 40px 60px;
}
#content h1 {
	text-align: left;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: none;
	color: #212325;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
}
#country {
	background: #ffffff;
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	font-size: 14px;
	margin: 0 0 10px;
	border: 0px solid #ed1c24;
}

#content form { position: relative }
#content form input[type="text"],
#content form input[type="password"],
#content form select {
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	background-clip: border-box;
	background-color: rgb(250, 251, 252);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: rgb(236, 237, 242);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(236, 237, 242);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(236, 237, 242);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(236, 237, 242);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
	color: rgb(102, 102, 102);
	cursor: auto;
	display: inline-block;
	font-family: Roboto, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant-caps: normal;
	font-weight: normal;
	height: 46px;
	letter-spacing: 1px;
	line-height: 18px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 13px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 13px;
	text-align: start;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
	transition-property: background, border-color, color, opacity, box-shadow, transform;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	width: 100%;
	word-spacing: 0px;
	writing-mode: horizontal-tb;
}
#content form input[type="text"]:focus,
#content form input[type="password"]:focus {
	background-color: #FFF;
	border-color: #d64464;
	outline: none;
}

#content form input::placeholder {
	color: #808080;
	opacity: 1;
}

#content form input:focus::placeholder {
	color: #d64464;
}

#header {
	border-bottom: 1px solid #F0F0F0;
	padding: 25px;
}

.logo {
	width: 130px;
}

#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }
#content form input[type="submit"] {
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	background-color: #d64464;
	border-radius: 3px;
	border: 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: Roboto, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant-caps: normal;
	font-weight: normal;
	height: 46px;
	letter-spacing: normal;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 13px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 13px;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
	transition-property: background, border-color, color, opacity, box-shadow, transform;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	vertical-align: middle;
	white-space: pre;
	width: 149.21875px;
	word-spacing: 0px;
	writing-mode: horizontal-tb;
}

#content form input[type="submit"]:hover {
	background: #7281f8;
}
#content form div a {
	color: #004a80;
}
#ssh_url {
	position: absolute;
	margin-top: 10px;
	margin-left: 130px;
	font-size: 15px;
}

#linkToEnv {
	position: absolute;
	margin-left: -215px !important;
	font-size: 15px  !important;
}

#statusField {
	vertical-align: middle;
	color: #d00;
	margin-top: 20px;
}

.invalidField {
}

.subtitle {
	font-size: 20px;
	color: rgb(109, 116, 133);
	margin-top: 10px;
	margin-bottom: 10px;
}

.form {
	width: 600px;
	margin: 40px auto;
}

.disclaimer {
	font-size: 12px;
	color: #808080;
	padding-top: 10px;
	border-top: 1px solid #808080;
}

.disclaimer A {
	color: #808080;
	text-decoration: underline;
}
