h1, h2, h3, h4, h5, h6{
  margin-bottom: 20px;
}

@media screen and (width: 1024px){
  .signin-kubota {
    background-position-x: -516px !important;
  }
}

@media screen and (height: 1024px){
  .signin-kubota {
    background-position-x: -350px !important;
  }
}
.signin-kubota{
  background-image: url('../../../images/skl/wallpaper.jpg');
  background-repeat: no-repeat;
  background-position-x: -248px;
  background-position-y: -12px;
}
.signin-kubota input{
  background-color: #ffeedf;
  border: 0;
  color: #eb8123;
}
.signin-kubota label{
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 15px;
  color: #72634a;
  letter-spacing: 1px;
}
#login-box p{
  color: #8b8b8b;
  font-size: 14px;
}
#login-box h2{
  color:#55391b
}
.signin-kubota ::placeholder{
  color: #ffc797;
}
.login{
  display: flex;
}
.btn-login{
  background-color: #eb8123;
  color: #fff;
  padding: 7px 0;
  margin-top: 10px;
  font-size: 16px;
}
.errorMessage {
  font-family: 'Prompt', sans-serif;
  color: darkred;
  margin-top: 15px;
  margin-bottom: 5px;
}
.form-control{
  color: #898989;
}
/* new section */
.loginpanel{
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  padding-top: 80px;
}
/* new section */
.head-log{
  color: #000;
  font-weight: 350;
}
.modalpop{
  padding: 20px 20px 0 0;
  position: absolute;
  width: 100%;
  text-align: end;
}

.modal-fullscreen .modal-dialog{
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
}
.modal-content {
  height: auto;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}
.modal-header{
  background-color: #215968;
}
.modal-header h4{
  margin-bottom: 5px 0px;
  color: #fff;
}
.modal-logo{
  width: 8%;
}
.close{
  color: #fff;
  font-size: 30px;
}
.modal-q{
  background-color: transparent;
  border:0px;
  font-size: large;
}
.modal-q:active{
  background-color: #fff;
  border:0px;
  font-size: large;
}
.modal-q i{
  color: #eb8123;
}
.modal-body h5{
  padding-top: 10px;
  line-height: 28px;
}
.modal-body .row{
  margin-bottom: 30px;
}
.modal-body span{
  background-color: #5AB58E;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 20px;
  padding: 2px 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
}
.ska-warning{
  border: 4px solid #4faebd;
  border-radius: 1em / 1em;
  padding: 20px;
}
.set-center{
  display:flex ;
  justify-content: center;
}
