
@font-face {
   font-family: tieCore;
   src: url(https://tie.cx/themes/tie/Alliance-NeueBold.otf);
   font-weight: 700;
}
@font-face {
   font-family: tieCore;
   src: url(https://tie.cx/themes/tie/Alliance-NeueBlack.otf);
   font-weight: 900;
}

.navbar-main {
    display: none;
}
.bg-white {
background: #090719 !important;
    background-image: url(https://tie.cx/themes/tie/cards-bg.png) !important;
    background-size: cover !important;
    background-position: -90px !important;
    background-attachment: fixed !important;
}
body {
    background: #090719 !important;
    background-image: url(https://tie.cx/themes/tie/cards-bg.png) !important;
    background-size: cover !important;
    background-position: -90px !important;
    background-attachment: fixed !important;
    overflow-y: hidden;
}
footer {
    display: none;
}
.home-core {
 display: flex;   
 height: 100vh;
 width: 100vw;
 
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    /* border-color: #483537; */
    position: absolute;
    border-radius: 20px 0px 20px 0px;
    max-width: calc(100% - 210px);
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #523eea;
    background-color: #523eea;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 50px;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #523DEB;
    border-color: #523DEB;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #523DEB;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #523df1cc;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
    display: none;
}
.mt-8 {
display: none;
}
.mt-4 {
margin: 20px;
}
.home-recap {
    border-radius: 50px;
    width: 300px;
    height: 74px;
    overflow: hidden;
    border: 1px #e8e8e8 solid;
}
.home-g-cap {
    margin-top: -3px;
    margin-left: -3px;
}
.form-control:focus {
    color: #858585;
    background-color: #fff;
    border-color: #523DEB;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #523df1cc;
    
}
a:hover {
    color: #000;
    text-decoration: none;
}

.home-main-box {
 display: flex;
 height: calc(100vh - 80px);
 width: calc(100vw - 580px);
 margin-top: 40px;
 margin-left: 40px;
 flex-wrap: wrap;
}
.home-signup-container {
 overflow-y: scroll;
}
.home-signup-box {
 
 height: fit-content;
 width: 500px;
 background: #fff;
 border-radius: 20px;
 margin-top: 40px;
 margin-right: 40px;
 margin-left: 40px;
 margin-bottom: 40px;
 font-family: tieCore;
 font-weight: 900;
 -webkit-box-shadow: 0px 0px 24px 3px rgb(9 7 25 / 61%);
    box-shadow: 0px 0px 24px 3px rgb(9 7 25 / 61%);
    
}
.home-footer {
    display: flex;
    width: 100%;
    height: fit-content;
    justify-content: flex-end;
    text-align: RIGHT;
    font-family: tieCore;
    font-weight: 700;
    color: #d0d0d0;
    line-height: 130%;
    flex-wrap: wrap;
    align-items: flex-end;
}
.home-signup-box-text {
    font-size: 120px;
    line-height: 80%;
    color: #090719;
    margin-left: 20px;
    text-transform: uppercase;
}
.home-signup-box-dashboard {
    text-align: right;
    display: flex;
    margin: 20px;
    font-weight: 700;
    color: #090719;
    text-transform: uppercase;
    justify-content: flex-end;
    text-decoration: none;
}
.home-signup-box-dashboard:hover {
    text-decoration: none;
}
.home-signup-box-body {
  text-align: left;
    display: flex;
    margin: 20px;
    font-weight: 700;
    width: 80%;
    color: #090719;
    font-size: 26px;
    line-height: 1;
     text-decoration: none;
}
.form-control {
    font-size: .9rem;
    transition: border .3s linear;
    border-radius: 50px;
    height: 60px;
    color: #090719;
}
.form-control:focus {
    color: #090719;
}
.home-meta-mobile {
display: none;
}

.home-signup-box-primary-button {
    text-align: center;
    display: flex;
    font-weight: 700;
    width: 420px;
    height: 80px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1;
    border-radius: 50px;
    background: #523DEB;
    color: #fff;
    position: fixed;
    margin-bottom: 20px;
    bottom: 40px;
    justify-content: center;
    align-items: center;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    text-decoration: none;
    border: none;
}
.home-signup-box-primary-button:active {
    outline: 0;
}
.home-signup-box-primary-button:focus {
    outline: 0;
}
.home-signup-box-primary-button:hover {
 background: #523df1cc;   
}
.home-signup-box-primary-area {
    width: 100%;
}
.home-signup-href {
    display: flex;
    justify-content: center;
}
.home-footer {

}
.home-logo-box {
    width: 100%;
    height: fit-content;
}
.home-meta-link {
     color: #d0d0d0;
-webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    text-decoration: none;
}
.home-meta-link:hover {
    color: #fff;
    text-decoration: none;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.home-footer-box {
        width: 100%;
    display: flex;
    align-items: flex-end;
}

.home-signup-box-primary-button {
    width: 100%; 
    position: inherit;
    
}
.home-signup-box-primary-area {
    margin: 0 auto;
    height: 60px;
    margin-bottom: 20px;
    
}
.home-signup-href {
    display: flex;
    padding-bottom: 20px;
}

@media only screen and (max-width: 760px) {
 /* width */
::-webkit-scrollbar {
display: none;
}

/* Track */
::-webkit-scrollbar-track {
display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
display: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
display: none;
}
 
.home-core {
height: 100%;
    display: flex;
    justify-content: center;
}
.home-main-box {display: none;}
.home-signup-box {height: fit-content;}
.home-footer {

}
.home-signup-box-text {
    font-size: 100px;
}
.home-signup-box-dashboard {

}
.home-signup-box-dashboard:hover {

}
.home-signup-box-body {

}

.home-signup-box-primary-button {width: 100%;position: initial;}
.home-signup-box-primary-button:hover {

}
.home-signup-box-primary-area {margin: 0 auto;height: 60px;margin-bottom: 20px;}
.home-signup-href {
    display: flex;
    padding-bottom: 20px;
    
}
.home-footer {

}
.home-logo-box {

}
.home-meta-link {

}
.home-meta-link:hover {

}
.break {

}
.home-footer-box {

}
.home-meta-mobile {
display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 40px;
}
.home-meta-mobile-link {
margin-left: 5px;
    margin-right: 5px;
    color: #d0d0d0;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    text-decoration: none;
}
.home-meta-mobile-link:hover {
color: #fff;
}
 
 
}


