[theme=dark]{
    background:#2C333F;
}
[theme=dark] .login-overlay{
    background:#2C333F;
}
[theme=dark] form.edge-login{
    background:#3B4A61;
}
[theme=dark] form.edge-login label{
    color:#ADB9CA;
}
[theme=dark] form.edge-login h1{
    color:#ADB9CA;
    border-bottom-color:#52617B;
}
[theme=dark] form.edge-login input{
    background-color:rgba(37,40,48,0.5);
    border-color:#52617B;

}
[theme=dark] form.edge-login input:-webkit-autofill{
    -webkit-box-shadow: inset 0 0 0 100px rgba(37,40,48,1) !important;
    -webkit-text-fill-color: white !important;
}
[theme=dark][login-failure] form.edge-login input{
    border-color:#D0021B;
}
[theme=dark] form.edge-login input:focus,
[theme=dark] form.edge-login input:focus:hover{
    border-color:#CCC;
    -webkit-box-shadow:none;
    box-shadow:none;
}
[theme=dark] form.edge-login input:hover{
    border-color:#FFF;
}
[theme=dark] form.edge-login input::placeholder{
    color:#52617B;
}
[theme=dark] form.edge-login .btn-primary{
    background-color:#4C607D;
}
[theme=dark] form.edge-login .btn-primary:hover{
    background-color:rgba(37,40,48,0.5);
}
[theme=dark] form.edge-login-google .btn-primary{
    background-color:#4C607D;
}
[theme=dark] form.edge-login-google .btn-primary:hover{
    background-color:rgba(37,40,48,0.5);
}
[theme=dark] .login-branding-logo{
    background-image:url("/branding/images/login-page-logo.png");
}
[theme=dark] form.edge-login a{
    color:#FFF;
}
[theme=dark] .login-error-message{
    background-color:#D0021B;
    color:#FFF;
}

[theme=dark][login-failed] form.edge-login input{
    border-color:#A00;
}
[theme=dark][login-failed] form.edge-login input:hover{
    border-color:#F00;
}
[theme=dark][login-failed] form.edge-login input:focus{
    border-color:#F00;
}
[theme=dark][login-failed] form.edge-login input:focus:hover{
    border-color:#A00;
}

[theme=dark] form.edge-login input[error]{
    border-color:#A00;
    box-shadow:0 0 0 1px #A00;
}
[theme=dark] form.edge-login input[error]:hover{
    border-color:#F00;
    box-shadow:0 0 0 1px #F00;
}
[theme=dark] form.edge-login input[error]:focus{
    border-color:#F00;
    box-shadow:0 0 0 1px #F00;
}
[theme=dark] orm.edge-login input[error]:focus:hover{
    border-color:#700;
    box-shadow:0 0 0 1px #700;
}
[theme=dark] #problems-list{
    color:#F00;
}


[theme=dark] [theme-member]:not([theme-member=dark]){display:none;}
[theme=dark] .tc-login-help-header{
    color:white;
    border-color:#832027;
}
[theme=dark] .tc-login-help-content-root{
    color:white;
}
[theme=dark] .tc-login-help-footer{
    color:white;
    border-color:#52617B;
}
[theme=dark] .tc-login-help-footer>*{
    border-color:#52617B;
}
[theme=dark] .tc-login-help-footer a{
    color:white;
}
