.login-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.login-title{
    width: 380px;
    height: 80px;
    margin: 20px 0 8px;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.login-subtitle{
    width: 380px;
    height: 18px;
    margin: 8px 0 28px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #7b7c7d;
}

.login-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.login-logo{
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.login-logo img {
    width: 120px;
    height: auto;
}

.discord-login-button{
    width: 380px;
    height: 36px;
    margin: 28px 0 0;
    padding: 5px 115px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #5865f2;
}

.discord-login-button span{
    width: 126px;
    height: 18px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.login-btn-icon{
    width: 16px;
    height: 16px;
    border: solid 1px #707070;
}
