@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
    z-index: -1;
}

body {
    color: #ffffff;
    width: 100%;
    height:100%;
    font-family: 'Open Sans', sans-serif;
    background-color: #234;
    background-size: 500% 500%;
    box-sizing: border-box;
    display: table;
    height: 100vh;
    margin: 0;
    position: relative;
    width: 100vw;
}

.login-container {
    width: 320px;
    display: block;
    margin: 60px auto 0 auto;
}
.content {
    padding: 0px 48px 23px;
}
.form-control, .btn, .alert, .input-group-addon {
    border-radius: 2px;
}
h1, h2, h3 {
    margin-top: 8px;
    margin-bottom: 8px;
}
.logo {
    margin-top: 8px;
    margin-bottom: 18px;
}
.btn {
    width: 100%;
}
.row {
    margin-bottom:12px;
}