@font-face {
    font-family: 'EYInterstate';
    src: url('../fonts/EYInterstate-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'EYInterstate';
    src: url('../fonts/EYInterstate-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'EYInterstate';
    src: url('../fonts/EYInterstate-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

body {
    background: rgba(7, 8, 10, 1);
    min-height: 98vh !important;
}

.gradient-border {
    position: relative;
    z-index: 1;
}

.gradient-border::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


.genyus-title {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 48px;
    padding: 16px;
    width: 214px;
    height: 54px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 28px;
    font-family: EYInterstate !important;
    font-weight: 400;
    box-shadow: 0px 2px 32px 0px rgba(180, 0, 255, 0.4);
}

.genyus-title::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 48px;
    background: rgba(255, 255, 255, 0.04);
    z-index: -1;
}

.genyus-title::before {
    background: linear-gradient(90deg, #4C8FFF 1.03%, #FF32FF 30.65%, #8532F9 58.9%, #FF7D1E 84.26%, #FF4336 109.19%);
}


.btn-post {
    margin-top: 50px !important;
    padding: 0.50em 3em;
    background: rgba(243, 243, 245, 1);
    border: none;
    border-radius: 4px;
    color: rgba(46, 46, 56, 1);
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    font-family: EYInterstate !important;
    font-weight: 400;
}

.genyus-title-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 300px;
    width: 42px;
    height: 42px;
}

.genyus-title-logo-img {
    width: 37.81px;
    height: 37.81px;
}

.login-disclaimer {
    color: rgba(138, 138, 155, 1) !important;
    font-family: EYInterstate !important;
    font-size: 14px;
    font-weight: 400;
}
.login-disclaimer a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: underline;
}
.logo-container{
    padding-left: 25px;
}
.login-title {
    font-family: EYInterstate !important;
    background: linear-gradient(80.72deg, #714DFF 0%, #9C83FF 31.28%, #E151FF 77.97%, #FFF759 95.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 80px !important;
}
.login-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
}
.main-content{
    padding-bottom: 0px !important;
    height:100%;
}
.content-wrapper {
    min-height: 98vh !important;
}