* {
  font-family: "Red Hat Display", sans-serif;
}

html,
body,
main {
  height: 100%;
}

#panel-left {
  display: flex !important;
  align-items: center;
  background-color: #394867;
  box-shadow: 0px 0px 30px -7px #212529;
}

#panel-right {
  display: flex !important;
  align-items: center;
  background-color: #F1F6F9;
  box-shadow: 0px 0px 30px -7px #212529;
}

h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
}

h2 {
  color: #14274E;
  font-size: 40px;
  font-weight: 700;
}

.description {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

#panel-left .logo-container svg {
  width: 220px;
}

#panel-right form input {
  background-color: unset;
  border: 0;
  border-bottom: 2px solid #394867;
  border-radius: 0;
  font-weight: 400;
}

.signupSigninButton {
  border: 0 !important;
  border-radius: 50px !important;
  background-color: #14274E !important;
  padding: 15px 40px !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.links a {
  color: #14274E;
}

.breadcrumb {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.content-header .breadcrumb {
  background: #fff;
  padding: 2px 5px;
}

li.breadcrumb-item i {
  padding: 6px 4px;
  font-size: 14px;
}

h3.page-header {
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  #panel-left {
    display: none !important;
  }
}

.svg {
  height: 368px;
  width: 600px;
}

.svg img {
  width: 100%;
}

fieldset.ans_by_option label {
  background: darkgray;
  color: white;
  padding: 2px 10px;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  box-shadow: 2px 2px 2px -1px black;
}

fieldset.ans_by_option label input {
  margin: 5px 0;
}

fieldset span button.green {
  padding: 1px 10px;
  background: lightseagreen;
  color: white;
  border-radius: 5px;
}

fieldset span button.red {
  padding: 1px 10px;
  background: red;
  color: white;
  border-radius: 5px;
}

.ql-editor {
  height: 250px !important;
}

.title_by_img {
  height: 160px;
  padding-left: 3px;
  padding-right: 1px;
  border: 1px solid #ccc;
  background: #eee;
  width: 250px;
  margin: 0 auto;
}

.img_input {
  display: none;
}

.img-title {
  width: 100%;
  height: 120px;
}

.btn-browse {
  background-repeat: repeat-x;
  border-color: #ccc;
  padding: 5px;
  text-align: center;
  background: #eee;
  border-bottom: 1px solid #ccc;
}

label {
  font-size: 12px;
}

