body {
  font-size: 16px;
  font-family: "Yu Gothic";
  letter-spacing: 0.02em;
  color: #333;
}

.bold{
  font-weight: 900;
}

.mgb_100{
  margin-bottom: 100px;
}

.btn a{
  color: #fff;
}

.btn a:hover{
  text-decoration: none;
}

.header {
  background: #D3D3D3;
  padding: 15px 50px;
}

.center_disp{
  height: 100vh;
}

.logo img,
.company_logo img {
  height: 38px;
  width: auto;
}

.header_button_list a {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 10px 0;
  width: 150px;
}

.header_button_list button {
  margin-left: 20px;
  text-align: center;
  padding: 0;
}

.main {
  padding: 50px;
}

.clent_add_button {
  font-size: 20px;
  font-weight: bold;
}

.clent_add_button button {
  padding: 10px 20px;
}

.clent_add_button button i {
  margin-right: 20px;
}

.operation {
  margin-bottom: 50px;
}

.search_form input[type="text"] {
  width: 450px;
  margin-right: 10px;
  border: solid 1px #707070;
  border-radius: 0.25em;
  padding-left: 10px;
}

.client_list button {
  margin: 0 10px;
}

.client_list table,
.client_list table th,
.client_list table td {
  vertical-align: middle;
}

/* login */
.company_logo {
  text-align: center;
  margin-bottom: 50px;
}

.form_area {
  padding: 50px;
  border-radius: 5px;
  border: solid 1px #707070;
  width: 700px;
}

.form_area label {
  font-weight: bold;
}

.form_area .form-group {
  margin-bottom: 30px;
}

.error_text {
  color: #721C24;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}


.form_area .alert.alert-secondary {
  margin-bottom: 0;
  width: 80%;
  text-align: center;
}

.form_area .alert.alert-danger{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.form_area .btn-success{
  margin-right: 30px;
}



.form_area button[type="submit"] {
  height: 50px;
  width: 18%;
}

.form_area input[type="file"] {
  border-radius: 5px;
  border: solid 1px #707070;
}

.main-title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.basic_img img{
  height: 54px;
  width: auto;
}

.edit_img img{
  margin: 0 0 30px 0;
  display: block;
  height: 54px;
  width: auto;
}

/* complete */

.complete_area{
  padding: 50px;
  border-radius: 5px;
  border: solid 1px #707070;
  width: 700px;
}

.complete_area .complete_text{
  margin-bottom: 30px;
}

.complete_area button{
  width: auto;
  padding: 0;
  margin-right: 30px;
}

.complete_area button a{
  color: #fff;
  display: block;
  line-height: 1;
  padding: 15px 30px;
}

.complete_area button a:hover{
  text-decoration: none;
}
