* {
	box-sizing: border-box;
}

div{
  width:95%;
  margin:20px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {

/*  
  background-image: url('images/flxbg1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgb(95,95,95);
*/  
    background-image: url('../../pics/bg5.png');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: white;/*rgb(255,251,243);*/ /*white;*/

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*font-family: Tahoma, Arial;*/
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

	font-size: 0.8em;
  margin-top:60px;
  opacity:0.9;
}

h1 {
	font-weight: bold;
	margin: 0;  
}

h2 {
	text-align: center;
  color:white;
}


p {
	font-size: 16px;
	/*line-height: 18px;
	letter-spacing: 0.5px;*/
  text-decoration: none;
  color: inherit;
}
p.alert{
  color:DarkRed;
}

span {
	font-size: 14px;
}

a[href^=tel] { color: inherit; text-decoration: none; }

a {
	color: rgb(0,0,102);
	font-size: 14px;
	text-decoration: none;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
}
a:hover {
  color: rgb(127,47,113);
}

button {
	border-radius: 10px;
  /*
	border: 1px solid #FF4B2B;
	background-color: #FF4B2B;
  */
	border: 1px solid rgb(127,47,113);
	background-color: rgb(127,47,113);
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 10px;
/*	letter-spacing: 1px;
	text-transform: uppercase;*/
	margin: 8px 0;
  min-width:200px;
  cursor: pointer;
}

table{

  border-collapse:collapse
  padding:0px;
  margin:0px;

}

button:active {
	transform: scale(0.95);
}

button:hover {
	transform: scale(0.95);
}

button:focus {
	outline: none;
}

button.link {
	background-color: transparent;
	color: rgb(127,47,113);
  border:0px;
  margin:0px;
	font-size: 16px;
  font-style: italic;
  cursor: pointer;
}

input.button:hover {
	transform: scale(0.95);
}

input.button {
	border-radius: 10px;
  /*
	border: 1px solid #FF4B2B;
	background-color: #FF4B2B;
  */
	border: 1px solid rgb(127,47,113);
	background-color: rgb(127,47,113);
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 10px;
/*	letter-spacing: 1px;
	text-transform: uppercase;*/
	margin: 8px 0;
  min-width:200px;
  cursor: pointer;
}

form {
	background-color: #FFFFFF;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	padding:  0px 30px 30px;
	height: 100%;
	text-align: center;

}

input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
	font-size: 14px;
  opacity:1;
}

.container {
  margin: 0px;
	background-color: transparent /*#fff*/;
	border-radius: 10px;
  /*
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
  */
	position: relative;
	overflow: hidden;
	width: 600px;
	max-width: 90%;
	min-height: 520px;
}

.form-container {
  margin:0px;
	position: absolute;
	top: 0;
	height: 100%;
}

.sign-in-container {
	left: 0;
	width: 100%;
	opacity: 1;
	z-index: 10;
}

.sign-up-container {
	left: 0;
	width: 100%;
	opacity: 1;
	z-index: 0;
}

container_pwd {
  margin-left: 0;
	width: 100%;
}

.container_pwd i {
  margin-left: -30px;
  cursor: pointer;  
}

.social-container {
	margin: 20px 0;
}

.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 60px;
	width: 60px;
}

footer {
  /*font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	/*font-family: Tahoma, Arial;*/
  background-color: #fff;
  color: #fff;
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  height:60px;
  opacity:1;
}

footer p {
  margin: 20px 0;  
}

footer i {
  color: red;
}

footer a {
  color: black;
  text-decoration: none;
  /*font-weight:bold;*/
  margin-left: 30px;
}

footer a:hover {
  color: rgb(127,47,113);
}
