
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
    margin-top: auto;
    margin-bottom: auto;
}


.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 18px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin #inputPassword {
  margin-bottom: -1px;
  border-radius: 0;
}
.form-signin #inputLogin {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin #inputType {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height:auto;
}

.form-signin #inputCode {
  margin-bottom: 10px;
}

#login_header{
  margin: 5%;
  color:#D80E17;
}

@media all and (max-width: 1200px) {
#login_header > h1{
  font-weight: bolder;
  font-size: xx-large;
}
}

@media all and (min-width: 1200px) {
#login_header > h1{
  font-weight: bolder;
  font-size: xxx-large;
}
}

#new_user_link > a,#electronical_link > a{
  cursor:pointer;
  color:rgba(26, 115, 232, 1) !important;
  font-family: 'Google Sans',arial,sans-serif;
  text-decoration: none !important;
}

#row_div{
  padding-bottom: 1em;
}

.seperator {
  border-radius: 50%;
  width: 2px;
  background: #959fa9;
  top: 0;
  bottom: 0;
  left: 50%;
}

