body {
  height: 100%;
}

body {
	/*display: -ms-flexbox;
	display: flex;*/
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
	font-family: 'Roboto', 'Open Sans', sans-serif;
	background: url("images/modo_logo_icon_cropped_o40.png");
	background-size: 85% auto;
	background-repeat:no-repeat;
	background-position: top right;
}

#formSection h1 {
	font-size: 20px;
}

input {
	border-color: #cbd6e2;
}

input {
    outline: none !important;
}


label {
	color: #33335c;
	font-size: 14px;
	margin: 6px 0 -4px 0;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 14px;
	margin-top:5px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }



.fab {
	color: #9798A9 !important;
}
.fab:hover {
	color: #7B72B3 !important;
}

#registerButton {
	margin-top: 30px;
}

.btn-primary {
	background-color: #ef4044 !important;
	border-radius: 30px;
	border: none;
}
.btn-primary:hover {
	background-color: #8B2847 !important;
}
.btn {
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	margin: 40px 0 0 0;
}
.btn:hover {
	
}

footer {
	background-color: #14132a;
}


  @media (min-width: 768px) {
	  
	 
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  @media (max-width: 768px) {
	  
	  body {
		background-size: auto 100%;
	}
  }