
/* Edit styles here to customize per site - they all use one main color, in this case it's #00adee blue */
.button {
	background-color: #053b74; /* Button background color */
	color: #fff; /* Button text color */
	border: 1px solid white;
}
.button:hover {
	background-color: #698bac;
	border: 1px solid #698bac;
}
.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: 'Lato', sans-serif;
	font-size: 18px;
	box-sizing: border-box;
	/*font-weight: bold;*/
}
html, body{
  height: 100%;
	background-color: #f0f0f0;
}
body {
	// background-image: url("images/beach.jpeg");
	// background-position: center center;
	// background-repeat:  no-repeat;
	// background-attachment: fixed;
	// background-size:  cover;
	display: flex;
}

.container {
	width: 30%;
	margin: 100px auto 0;
	position: relative;
	/*border: 1px solid;*/
  	text-align: center;
	background-color: rgba(255,255,255,.7);
	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%;
	border: 1px solid #ccc;
    background-color: white;
    height: max-content;
}
.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 {
	// width: 50%;
	padding-top: 25px;
	margin-left: 24%;
}
.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;
}

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;
// }

input:focus {
    outline: none !important;
    border-color: #053b74;
    box-shadow: 0 0 10px #053b74;
}
textarea:focus {
    outline: none !important;
    border-color: #053b74;
    box-shadow: 0 0 10px #053b74;
}

.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;
	padding-bottom: 50px;
}
.regPassBtn {
	width: 24%;
	margin-right: 10px;
	color: white;
}
.passBtn {
	margin-left: 0;
	width: 24%;
	color: white;
}
.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-color: #f0f0f0;
	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: 90% !important;
 }
 .container2 {
 	width: 90% !important;
	margin-left: 5%;
}
.container3 {
	margin-left: 9%;
}
  .otherlinks {
		display: block;
	}
	.regPassBtn {
		width: 50%;
}
	.passBtn {
		width: 50%;
		margin-left: 25%;
	}
}
