.wrapper{
    width: 100vw;
    height: 100vh;
    background-image: url("../../image/login_bg.jpg");
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(8, 28, 86, 0.75);
    position: relative;
}
.auth-section{
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%,50%);
    width: 400px;
}
p{
    margin: 0;
    font-size: 13px;
}
a{
    text-decoration: none;
    color: darkcyan;
}
