.hero {
    display: flex;
    align-items: center;
    justify-content: center;
}
.background {
    position: absolute;
    min-height: 22rem;
    width: 100%;
    background-image: linear-gradient(#4f6fb3, #043775);
    display: flex;
    align-items: center;
    justify-content: center;
}
.title {
    font-size: 1.5rem;
    text-align: center;
}
.title:not(:last-child) {
    margin-bottom: 2.5rem;
}
input.button {
    background-image: linear-gradient(#4f6fb3, #043775);
    color: wheat;
    border-radius: 27px / 29px;
    font-size: 1.3rem;
    height: 3.7rem;
    position: relative;
    top: 3rem;
}
.form {
    /*position: absolute;
    top: 27%;*/
    z-index: 0;
}
.copyright {
    font-size: 0.7rem;
    margin-top: -3rem;
    text-align: center;
}
.box {
    box-shadow: 1px 3px 9px 3px rgba(10,10,10,.1);
    border-radius: 10px;
}
.logo {
    width: 6.5rem;
    height: 6.5rem;
    background: url('/img/yg/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: -1.5rem;
}
h5 {
    font-size: .9rem;
    color: #2a5394;
}
h6 {
     font-size: 0.6rem;
     text-align: left;
     color: #2a5394;
     font-weight: bold;
 }
h6.auto {
    display: inline-block;
    margin-right: .5rem;
}
.h-input {
    border: 0;
    border-bottom: 1px solid #c1c1c1;
    font-size: 1.3rem;
    width: 100%;
    border-radius: 0;
}
form {
    margin-top: 2.5rem;
}
.field .field {
    margin-bottom: 1rem;
}
section {
    padding: 0;
}
.checkbox {
    display: flex;
}