body{
  min-height: 100vh;padding: 50px 5px;
  display: flex;align-items: center;justify-content: center;
  background: url(../images/loginBg.svg) center / cover ;
  background-attachment: fixed;
}
section{width: 100%}
h1{
  position: relative;
  margin-bottom: 50px;
}
h1::after{
  content: '--------';
  position: absolute;
  bottom: -30px;left: 0;
  text-align: center;
  width: 100%;
}
h4{display: inline-block;width: max-content;margin: 0;vertical-align: middle;}
.uk-button-text{
  position: absolute;
  bottom: 20px;right: 30px;
}
.scope{
  box-shadow: 0 0 30px rgba(0, 128, 96, 0.2),
              inset 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;margin: auto;
  border-radius: 20px;max-width: 600px;width: 90%
}
.decorate{
  background-color: #e37a21;
  padding: 10px;text-align: center;
  border-radius: 20px 20px 0 0;
  box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.logoPN{max-width: 100px;}
/*form =====*/
form{
  border-radius: 30px;
  padding: 20px 50px;
}
.inputBox{margin-bottom: 30px}
.uk-form-controls{position: relative;}
input{
  max-width: 100%;
  width: 100%;
  border: 1px solid #0F7173;
  border-radius: 6px;
  height: 40px;
}
input:not(input){
  line-height: 38px;
}
.uk-form-horizontal label{
  width: 100px;font-weight: bold;}
.uk-form-horizontal .uk-form-controls{
  margin-left: 115px;
}
.uk-button{width: auto}
.inputBox label.error{
  bottom: -18px;left: 0;
  width: 100%;
}

@media screen and (max-width: 960px){
  .uk-form-horizontal label{width: 100%}
  .uk-form-horizontal .uk-form-controls{margin-left: 0;}
}
@media screen and (max-width: 640px){
  .inputBox{margin-bottom: 20px}
}
@media screen and (max-width: 430px){
  form{padding: 20px}
}
@media screen and (max-width: 359px){
  .uk-button-text{
    position: relative;
    bottom: 0;right: 0;
  }
}


