main#content{
    height: calc(100vh - 50px);
    background: none;
    position: relative;
}
.account-card{
    max-width: 360px;
}

.account-holder{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-holder h4{
    text-align: center;
}


.card{
    background: var(--grey-lighter);
}

.account-card-head{
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 16px 16px 0;
    margin: -16px -16px 0;
    background: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.account-card-form{
    padding: 10px 16px 0;
    margin: 0 -16px;
}

.account-buttons{
    justify-content: flex-end;
}

.account-buttons > .btn{
    margin-bottom: 0;
}

.account-logo{
    width: 256px;
}

#particles-js{
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
}

.bg-img{
    background: url("../../landing/images/splash_darker.png")!important;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-dark{
    background-color: #1d1d21 !important;
    opacity: .3;
}

.particle-overlay{
    position: absolute;
    top: 0;
    height: calc(100% - 50px);
    width: 100%;

}

@media (max-width: 768px){
    main#content{
        height: calc(100vh);
    }

    #account-login, #account-signup, #account-forgot{
        max-width: 100%;
    }
}
