
body
{
	background-color: #F6F8FB;
}

#CreateAccountContent
{
	font-family:'Roboto';
	font-size:16px;
	padding-bottom:20px;

}
.mb-3
{
	margin-bottom:16px!important;
	
}

.mt-5
{
	margin-top:3rem!important;
	
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 0px 15px 0px 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.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;
}

.error
{
	color:red;	
}

h5
{
    font-size:20px!important;
  }
a
{
color: #337ab7;
}

#welcomeheader
{
	        font-family: "Roboto";
                font-size: 40px;
                font-weight: 300;
                line-height: 50px;
	
}



.btn-primary {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-primary:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
