.common-banner {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/banner.webp);
}
.common-login-banner {
    width: 100%;
    height: 75px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}
.common-wrapper-content{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.common-wrapper-content h1{
    color: #FFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: 'Audiowide', sans-serif;
}
.common-wrapper-content p{
    color: rgba(102, 182, 69, 1);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.common-wrapper-content a{
    color: rgba(102, 182, 69, 1);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
