
.dashboard {
    background-image: url(/assets/chat_background.png);
    background-repeat: repeat;
    background-size: 380px;
}

.dashboard > #navigation {
    opacity: 0;
}

#login_container {
    width: 380px;
    padding: 0px 0px;
}

#login_title {
    font-family: Inter-Heavy;
    font-size: 38px;
    text-align: center;
    color: #222222;
}

#login_description {
    font-family: Inter-Medium;
    font-size: 15px;
    text-align: center;
    color: #222222;
    margin-top: 14px;
    margin-bottom: -5px;
    letter-spacing: 0px;
}

.login_email, .login_password {
    margin-top: 34px;
    font-family: Inter-Medium;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.12); 
    border-radius: 4px;
}

.login_password {
    margin-top: 12px;
}

.password_instructions {
    font-family: Inter-RegularItalic;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0px;
    margin-top: 9px;
}

#login_button {
    margin-top: 14px; 
    margin-bottom: 28px; 
    height: 50px;
    line-height: 50px;
    background-color: #0079FF;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer; 
}

.bottom_div {
    margin-bottom: 66px; 
    font-family: Inter-Medium;
    font-size: 15px;
    letter-spacing: 0px;
}
.bottom_div > div {
    text-align: center;
}
.bottom_div a {
    font-family: Inter-Bold;
    font-size: 15px;
    margin-left: 4px;
}
 
.button_container { 
    color: #555555;
    font-family: Inter-Medium;
    font-size: 13px;
    letter-spacing: 0px;
    margin-top: 12px;
    margin-bottom: 28px;
    text-align: center;
}

#login_using_email_form .button,
#login_using_password_form .button {
    cursor: pointer;
    color: #0079FF;
    font-family: Inter-Bold;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.button_container .forgot_password_title {
    margin-top: 16px;
    margin-bottom: 8px;
}

.sso .subtitle {
    font-family: Inter-Medium;
    font-size: 18px;
    text-align: center;
    color: #222222;
    margin-top: 14px;
    margin-bottom: 25px;
    letter-spacing: 0px;
}
.sso #login_button a { 
    color: white; 
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

.sso.okta #login_button { 
    background: #4376b3;
}

.sso .help {
    font-family: Inter-Medium;
    font-size: 15px;
    text-align: center;
    color: #222222;
    margin-top: 10px;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
 
@media (max-width: 768px) {
    
    #login_container {
        width: 100%;
        margin-left: 24px;
        margin-right: 24px;
    }

}