::-moz-focus-inner {
    border: 0;
    padding: 0;
}
body {
    font-family: "Roboto", sans-serif;
    background: #222;
    /*overflow-x: hidden;*/
}
.login-submit,
.login-submit:before,
.login-submit:after {
    background: #373737;
}
#particles-js {
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
.loginForm {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FAFAFA;
    width: 350px;
    background: #373737;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 
                        0 2px 2px rgba(0, 0, 0, 0.3), 
                        0 0 4px 1px rgba(0, 0, 0, 0.2), 
                        inset 0 3px 2px rgba(255, 255, 255, .22), 
                        inset 0 -3px 2px rgba(0, 0, 0, .15), 
                        inset 0 12px 10px rgba(255, 255, 255, .12), 
                        0 0 4px 1px rgba(0, 0, 0, .1), 
                        0 3px 2px rgba(0, 0, 0, .2), 
                        0 1px 0 2px rgba(0, 168, 230, 0.4), 
                        0 0 10px #00a8e8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 
                0 2px 2px rgba(0, 0, 0, 0.3), 
                0 0 4px 1px rgba(0, 0, 0, 0.2), 
                inset 0 3px 2px rgba(255, 255, 255, .22), 
                inset 0 -3px 2px rgba(0, 0, 0, .15), 
                inset 0 12px 10px rgba(255, 255, 255, .12), 
                0 0 4px 1px rgba(0, 0, 0, .1), 
                0 3px 2px rgba(0, 0, 0, .2), 
                0 1px 0 2px rgba(0, 168, 230, 0.4), 
                0 0 10px #00a8e8;
}
.loginForm .title {
    text-align: center;
    margin-bottom: 20px;
}
.loginForm img {
    display: inline;
    vertical-align: middle;
}
.loginForm h3 {
    vertical-align: middle;
    display: inline-block;
    font-size: 32px;
    margin: 0 0 0 5px;
    letter-spacing: 2px;
    color: #228DFF; /*026482*/
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    -webkit-animation: glow 0.3s ease-in-out infinite alternate;
    animation: glow 0.3s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 1px #fff,
                    0 0 2px #fff,
                    0 0 3px #fff,
                    0 0 4px #228DFF,
                    0 0 7px #228DFF,
                    0 0 8px #228DFF,
                    0 0 10px #228DFF,
                    0 0 15px #228DFF;
    }
    to {
        text-shadow: 0 0 2px #fff,
                    0 0 4px #fff,
                    0 0 6px #fff,
                    0 0 8px #228DFF,
                    0 0 10px #228DFF,
                    0 0 14px #228DFF,
                    0 0 30px #228DFF,
                    0 0 50px #228DFF;
    }
}
.loginForm span {
    background: #228DFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    color: #FAFAFA;
    text-align: center;
    border: 1px solid #026482;
    border-radius: 4px 0 0 4px;
    margin-right: -5px;
}
.login {
    position: relative;
    width: 400px;
    padding-right: 32px;
    font-weight: 300;
    color: #a8a7a8;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.login p {
    margin: 0 0 10px;
}
.login p:nth-child(2) {
    margin: 0;
}
input,
button,
label {
    font-size: 15px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=text],
input[type=password] {
    padding: 0 10px;
    width: calc(325px - 41.28px);
    height: 40px;
    color: #bbb;
    text-shadow: 1px 1px 1px black;
    background: rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3),
                        0 1px rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3),
                0 1px rgba(255, 255, 255, 0.06);
}
input[type=text]:focus,
input[type=password]:focus {
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.1);
    outline: 0;
}
.login-submit {
    position: absolute;
    top: 12px;
    right: 75px;
    width: 48px;
    height: 48px;
    padding: 8px;
    border-radius: 32px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
.login-submit:before,
.login-submit:after {
    content: '';
    z-index: 1;
    position: absolute;
}
.login-submit:before {
    top: 28px;
    left: -4px;
    width: 4px;
    height: 10px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}
.login-submit:after {
    top: -4px;
    bottom: -4px;
    right: -4px;
    width: 36px;
}
.login-button {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
    padding: 0 0 48px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: none;
    border: 0;
    border-radius: 24px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
}
.login-button:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 24px;

    background: #19abd7;
    background-image: -webkit-linear-gradient(top, #19abd7, #228DFF);
    background-image: -o-linear-gradient(top, #19abd7, #228DFF);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19abd7), to(#228DFF));
    background-image: linear-gradient(to bottom, #19abd7, #228DFF);

    
    -webkit-box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
}
.login-button:hover::before {
    background: #00a2d3;
    background-image: -webkit-linear-gradient(top, #00a2d3, #0d7796);
    background-image: -o-linear-gradient(top, #00a2d3, #0d7796);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00a2d3), to(#0d7796));
    background-image: linear-gradient(to bottom, #00a2d3, #0d7796);
}
.login-button:active:before {
    background: #0591ba;
    background-image: -webkit-linear-gradient(top, #0591ba, #00a2d3);
    background-image: -o-linear-gradient(top, #0591ba, #00a2d3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0591ba), to(#00a2d3));
    background-image: linear-gradient(to bottom, #0591ba, #00a2d3);
}
.login-button:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 12px;
    width: 25px;
    height: 19px;
    background: url("../img/arrow.png") 0 0 no-repeat;
}