*{
    box-sizing:border-box;
}

html,body{
    min-height:100%;
}

body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#090b10 url('/pic/2015/stripe.png') repeat;
    color:#dce6f2;
}

.login-page{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    padding:42px 16px;
}

.login-logo{
    width:520px;
    max-width:100%;
    height:150px;
    background:url('/pic/2015/Bigtorrent Login2.png') no-repeat center center;
    background-size:contain;
    margin-bottom:8px;
}

.login-box{
    width:430px;
    max-width:100%;
    background:#151b25;
    border:1px solid #2d3c52;
    box-shadow:0 18px 55px rgba(0,0,0,.65);
    border-radius:10px;
    overflow:hidden;
}

.login-title{
    background:#101720;
    border-bottom:1px solid #2d3c52;
    color:#ffffff;
    font-size:20px;
    font-weight:900;
    padding:14px 18px;
}

.login-error{
    margin:14px 18px 0;
    padding:10px 12px;
    background:#3a1010;
    border:1px solid #7a2525;
    color:#ffb9b9;
    border-radius:6px;
    font-size:13px;
    font-weight:bold;
}

form{
    padding:18px;
}

label{
    display:block;
    color:#b9c4d3;
    font-size:13px;
    font-weight:bold;
    margin:0 0 6px;
}

input{
    width:100%;
    height:42px;
    margin:0 0 14px;
    padding:0 12px;
    background:#090d14;
    border:1px solid #2c3b50;
    border-radius:6px;
    color:#ffffff;
    outline:none;
    font-size:15px;
}

input:focus{
    border-color:#139bd7;
    box-shadow:0 0 0 3px rgba(19,155,215,.15);
}

button{
    width:100%;
    height:42px;
    border:1px solid #157fb0;
    border-radius:6px;
    background:linear-gradient(#159bd6,#0b6f9e);
    color:white;
    font-weight:900;
    font-size:15px;
    cursor:pointer;
}

button:hover{
    filter:brightness(1.12);
}

.login-links{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 18px 18px;
    font-size:13px;
}

a{
    color:#26b8f3;
    text-decoration:none;
    font-weight:bold;
}

a:hover{
    text-decoration:underline;
}

.login-note{
    width:430px;
    max-width:100%;
    margin-top:12px;
    color:#8f9aaa;
    font-size:13px;
    text-align:center;
}

.login-success{
    background:#12351b;
    border:1px solid #2f9d50;
    color:#7dff9b;
    padding:10px;
    margin:10px 0;
    border-radius:6px;
    font-weight:900;
}
