*,
html,
li,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
input,
select {
  font-family: "Open Sans", sans-serif;
}

body {
  margin: 0px;
  height: 100%;
  display: block;
  font-family: "Open Sans", sans-serif;
}

.main {
  display: flex;
  flex-direction: column;
}

.wallpaper {
  display: grid;
  grid-template-columns: 450px 1fr;
  background-color: #ffffff;
  height: calc(100vh - 79px);
}

.wallpaper h1 {
  font-size: 34px;
  margin: 0px;
  color: #fff;
}

.wallpaper h1 span {
  font-weight: normal;
}

.header {
  border-bottom: 1px solid #e5e5e5;
  display: grid;
  grid-template-columns: 445px 1fr;
  padding: 15px 0px;
}

.content-with-header-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hikko-logo {
  cursor: pointer;
  width: 125px;
  object-fit: contain;
}

form {
  display: table;
  width: 100%;
  max-width: 305px;
  padding: 0px 0px 50px 0px;
  margin: 0px;
  background: #ffffff;
  border: 1px solid #fff;
  float: left;
  border-radius: 8px;
}
.form-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  color: #000000;
}

.result-firma {
  float: left;
  display: block;
  width: 45%;
  max-width: 520px;
  height: 430px;
  padding: 50px 0px;
  padding-left: 6px;
  margin-left: 2.5%;
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
  position: fixed;
  left: 430px;
  z-index: 2;
}

h2 {
  font-size: 42px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0px;
  margin-bottom: 30px;
  color: #fff;
}

label {
  margin-top: 15px;
  display: block;
}

.content {
}

.content-left {
  border-right: 1px solid #e5e5e5;
}

.content-right-wallpaper {
  background: url(../img/background-hikko.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  transition: 0.2s ease;
}

.content-right-wallpaper-opacity {
  opacity: 0.1;
  transition: 0.3s ease;
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 99px);
}

.form-control {
  width: 100%;
  border: 0px;
  outline: 0;
  -webkit-appearance: none;
  height: 45px;
  padding: 8px 18px 7px 18px;
  font-size: 18px;
  font-weight: normal;
  color: #231f20;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #000000;
  border-radius: 8px;
}




.input-group {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.btn {
  text-decoration: none !important;
  box-sizing: border-box;
  margin-top: 30px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  padding: 13px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  border: 1px solid #ffffff;
  background-color: transparent;
  outline: none;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #000000;
  border-radius: 8px;
}

.btn:hover {
  background: #000000;
  border-radius: 16px;
}

.msg-box {
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  border-left: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.msg-box p {
  font-size: 16px !important;
  margin: 0px !important;
  padding: 0px !important;
  line-height: 22px !important;
}

.msg-box.success {
  background-color: #eef7ea !important;
  border-color: #c9e2b3 !important;
  color: #3c763d !important;
}

.msg-box.error {
  background-color: #f9f0f0 !important;
  border-color: #e4b9c0 !important;
}

.msg-box.error p {
  color: #a94442 !important;
  font-size: 16px !important;
}

.btn-download {
  display: table;
  padding: 13px 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-left: auto;
  border: 1px solid #fff;
  cursor: pointer;
  text-decoration: none !important;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #000000;
  border-radius: 8px;
  border: 1px solid #ffffff;
  line-height: 18px;
  position: absolute;
  bottom: 80px;
  right: 50px;
}

.btn-download:hover {
  background: #000000;
}

i.icon-download {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon-download.svg) center center no-repeat;
  background-size: contain !important;
}

.btn-download i {
  display: inline-block;
  float: right;
  margin-left: 15px;
}

.name-footer {
  font-size: 40px;
}

.name-text {
  font-size: 50px;
}

.name-extension {
  color: #46c262;
  font-size: 45px;
}
.hide-field {
  display: none !important;
}

.show-field {
  display: flex ;
}

.content-with-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ghost-div {
  width: 100px;
  height: 100%;
}

@media screen and (max-width: 1126px) {
  .result-firma {
    width: 70%;
  }

  form {
    width: 45%;
    margin-top: 40px;
    padding: 51px 25px;
  }
}

@media screen and (max-width: 1060px) {
  .content-right {
    width: calc(30% - 40px);
    padding: 0px !important;
  }
}

@media screen and (max-width: 1000px) {
  .content {
    width: calc(100% - 100px);
    height: auto;
    top: 100px;
  }

  .content-right {
    left: 0px;
    top: inherit;
    bottom: 100px;
    padding: 50px !important;
  }

  .btn-download {
    margin-left: inherit;
    margin-right: auto;
  }

  .result-firma {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  .content-right {
    display: none;
  }
  .wallpaper {
    grid-template-columns: 1fr;
  }
  .content {
    width: 100%;
  }
  form {
    width: 70%;
  }
  .header {
    grid-template-columns: 1fr;
  }
  .content-with-header-right {
    display: none;
  }
  .result-firma {
	float: left;
	display: block;
  width: 45%;
  max-width: 520px;
	height: 430px;
	padding: 50px 0px;
	padding-left: 6px;
	margin-left: 2.5%;
	background: #ffffff;
	border: 1px solid #000000;
	box-sizing: border-box;
	border-radius: 8px;
	position: fixed;
	left: 20px;
	z-index: 2;
  }
  
}
@media screen and (max-width: 460px) {

  .content-with-header-right {
    display: none;
  }
  .header {
    grid-template-columns: 1fr;
  }

  .header .content-with-header {
    padding: 30px 25px;
    padding-bottom: 0px;
  }

  .header .content-with-header .logo a img {
    width: 162px;
  }

  h2 {
    font-size: 32px;
  }

  form {
    width: 70%;
  }

  .btn {
    font-size: 18px;
  }

  .btn-download {
    width: calc(100% - 60px);
    font-size: 18px;
  }

  .form-control {
    font-size: 16px;
    height: 38px;
    padding: 8px 12px;
  }
  .content {
    width: 100%;
  }
  .wallpaper {
    grid-template-columns: 1fr;
  }
  .content-right {
    display: none;
  }
  .result-firma {
	float: left;
	display: block;
  width: 45%;
  max-width: 520px;
	height: 430px;
	padding: 50px 0px;
	padding-left: 6px;
	margin-left: 2.5%;
	background: #ffffff;
	border: 1px solid #000000;
	box-sizing: border-box;
	border-radius: 8px;
	position: fixed;
	left: 20px;
	z-index: 2;
  }
}

a {
  text-decoration: none !important;
}