html,
body {
  height: 100%;
  font-size: 11px;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.form-signin  a:hover,
.form-signin a:focus {
    color: #eb3812;
}


.form-signin .checkbox {
  font-weight: 300;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 12px;
}
.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: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin button[type="button"] {
  width:80%;
  font-size: 1.5rem;
}

.form-signin .input-group-addon, .input-group-btn {
	width:20%;
}

.form-signin .color-darkblue {
	color:#3f34ae;
}

#forgotpasswordform .color-coloricons{
	color:#3f34ae;
}


.form-createaccount {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}


.form-createaccount a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.form-createaccount  a:hover,
.form-createaccount a:focus {
    color: #eb3812;
}


.form-createaccount .checkbox {
  font-weight: 300;
}
.form-createaccount .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 10px;
}
.form-createaccount .form-control:focus {
  z-index: 2;
}
.form-createaccount input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-createaccount input[type="password"] {
  margin-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-createaccount button[type="button"] {
  width:70%;
}

.form-createaccount.input-group-addon, .input-group-btn {
	width:20%;
}

.form-createaccount .color-darkblue {
	color:#3f34ae;
}

.qomply-submitbutton  {
    color: #fff!important;
    height:28px;
    font-size:1.1rem!important;
}
