/* common css */
/*
body {
  background-color: #f7f7f7;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
*/

.modal-content{
  border-radius: 3px;
  color: #0a3172;
  width: 90%;
}
.modal-footer{
  border-radius: 3px;
  color: #0a3172;
}

/*
.btn{
  border-radius: 3px;
}
*/
label{
  font-weight: 400;
  font-size: 16px;
}

.form-group{
  /*height: 60px;*/
  line-height: 0.5;
  font-size: 17px;
  text-align: left;
}
/*
.form-group select {
	background-color: lightgray;
}
*/
.form-group select {
	background-color: lightgray;
	border-color: gray;
	box-shadow: 0 0 0 0.2rem lightgray;
}
.form-control{
  border-radius: 3px;
  color: #0a3172;
  /*width: 100%;*/
  height: 30px;
  font-size: 17px;
}

.form-control:focus {
  z-index: 2;
  border-color: gray;
  box-shadow: 0 0 0 0.2rem lightgray;
}

.form-group textarea {
  height: 65px;
}

.alert{
    border-radius: 3px;
}


.modal-header {
   color: #0a3172;
}




/* login form css */
/*
#login_form {
  max-width: 330px;
  padding: 10px;
}
#login_form .form-control {
  position: relative;
  height: auto;
  min-width: 300px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
*/
#login_form input[type="email"] {
  margin-bottom: 5px;
  height: 35px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#login_form input[type="password"] {
  margin-bottom: 8px;
  height: 35px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#login_form2 input[type="email"] {
  margin-bottom: 5px;
  height: 35px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#login_form2 input[type="password"] {
  margin-bottom: 8px;
  height: 35px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#display_error{
	display: none;
}


