
/* Edit styles here to customize per site - they all use one main color, in this case it's #00adee blue */
.button {
  border-color: #1E5A87;
  background-color: #1E5A87;
	color: #fff; /* Button text color */
}
.button:hover {
  border-color: #1C71B1;
  background-color: #1C71B1;
}
.register, .forgot, .message a {
	color: #003366; /* Link color for "Register" and "Lost Password" and any new <a> links */
	border-bottom: 1px solid #fff; /* The underline color for the above links (make it the same as above) */
}
input[type="text"], input[type="password"] {
	border: 1px solid lightgray;
	/* Border color of inputs.  Should be the same as the links and button color */
}

* {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	box-sizing: border-box;
	/*font-weight: bold;*/
}
html, body{
  height: 100%;
}
body {
  background-color: #E1E7E9 !important;
  font-family: 'Barlow', sans-serif !important;
}

.form-div {
  margin-top: 40px;
}
.container {
	width: 40% !important;
  min-height: 600px;
	margin: 100px auto 0;
	position: relative;
	/*border: 1px solid;*/
  text-align: center;
  background-color: white;
  border: 1px solid #1E5A87;
	border-radius: 5px;
}
.container2 {
	width: 30%;
	margin: 100px auto 0;
	position: relative;
	/*border: 1px solid;*/
	text-align: center;
	background-color: rgba(255,255,255,.8);
	border-radius: 5px;
	margin-left: 34%;
}
.container3 {
	width: 30%;
	margin: 100px auto 0;
	position: relative;
	/*border: 1px solid;*/
	text-align: center;
	background-color: rgba(255,255,255,.8);
	border-radius: 5px;
	margin-left: 34%;
}

.logo {
	margin-bottom: 40px;
	width: 50%;
	padding-top: 40px;
	margin-left: 26%;
}
.regLogo {
	padding-bottom: 25px;
}
.title h1 {
	font-size: 2em;
	letter-spacing: 2px;
	color: #453c2d;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-bottom: 25px;
	padding-top: 20px;
	font-family: eyechartbold, Helvetica, Arial, sans-serif;
}

label {
	display: block;
	color: #000;
	margin: -5px 0 5px;
}

input[type="text"], input[type="password"] {
	margin-bottom: 10px;
	padding: 6px;
	width: 50%;
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	text-align: center;
}

input:-webkit-autofill {
    background-color: #eee !important;
}
input:focus {
    background-position: 0 0;
}

.button {
	display: block;
	text-decoration: none;
	border: none;
	width: 50%;
	margin: 10px 0;
	padding: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	margin-left: 25%;
}

.otherlinks {
	text-align: center;
	/* margin-top: 15px; */
	display: flex;
  justify-content: center;
	padding-bottom: 50px;
}
.regPassBtn {
	width: 24%;
	margin-right: 10px;
	color: white;
}
.passBtn {
	margin-left: 0;
	width: 50%;
	color: white;
  margin-top:0;
}
.register {
	margin-right: 30px;
}

.register, .forgot, .message a {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

.message {
	text-align: center;
	color: #453c2d;
	margin: 40px 0;
	padding: 10px 15px;
	/*border: 1px solid #453c2d;*/
	background: white;
	font-weight: normal;
	line-height: 150%;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 50%;
	margin-left: 25%;
}
.message a {
	font-size: 14px;
	color: #00adef;
}
.passMessage {
	display: none;
}
.symphony-logo {
	text-align: center;
	padding-bottom: 25px;
}
.symphony-logo p {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
}
.slaask-input, .slaask-input-survey{
	width: inherit !important;
}
em {  /* or .call em, but you should aim for consistency in your styling */
    font-style: 100;
    font-size: 60%;
	color: #000000;
}
.inputFields {
	text-align: center;
}
.alert-info {
	width: 50%;
	margin-left: 25%;
	background-color: white !important;
	font-size: 14px;
}

@media (max-width: 1700px) {
	/* .container {
		width: 60% !important;
 } */

}

@media (max-width: 1200px) {
	.container {
		width: 50% !important;
 }
 .container2 {
 	width: 90% !important;
	margin-left: 5%;
}
.container3 {
	margin-left: 9%;
}
  .otherlinks {
		display: block;
	}
	.regPassBtn {
		width: 50%;
}
	.passBtn {
		width: 50%;
		margin-left: 25%;
	}
}
@media (max-width: 850px) {
	.container {
		width: 80% !important;
 }
}
