html, body {
    height: 100%;
}

body {
    /* background-image: url("../../assets/img/background.jpg"); */
    background: #041d3a;
    background: -webkit-linear-gradient(left top, #1fb2ff, #145ec3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #1fb2ff, #145EC3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #1fb2ff, #145EC3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #1fb2ff, #145EC3); /* Standard syntax (must be last) */
    background-repeat: repeat-x;
}

#particles-js canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    padding-bottom: 0 !important;
    margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px !important;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.account-wall {
    /*margin-top: 20px;*/
    padding: 20px;
    background-color: #FFFFFF;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.login-title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    /*display: block;*/
}

.login-form-header {
    font-size: 14px;
    color: #ffffff;
}

.profile-img {
    /* width: 96px; */
    height: 75px;
    margin: 0 auto 0;
    display: block;
    /* -moz-border-radius: 50%; */
    /* -webkit-border-radius: 50%; */
    /* border-radius: 50%; */
}

.input-forms {
    padding: 4px 12px !important;
}

.need-help,
.need-help:hover {
    margin-top: 10px;
    color: #1565C0;
    text-decoration: none;
}

.new-account,
.new-account:hover {
    display: block;
    margin-top: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
}

.login-btn {
    border-radius: 4px !important;
    background-color: #006eff !important;
    padding: 4px 12px !important;
}

.forget-password-label {
    text-decoration: none !important;
    float: right;
    font-size: 10px;
    color: #006eff;
    font-weight: 300;
    margin-top: 10px;
}

.remember-checkbox {
    padding-left: 20px;
}

.login-error {
    text-align: center;
    border-radius: 4px;
    padding: 4px 35px;
    background-color: #f5b1b1;
    color: #982626;
    margin-bottom: 0;
    margin-top: 10px;
    /*visibility: hidden;*/
    display: none;
}

.radio-div {
    margin-bottom: 15px;
}


/*---------------------------------------------------------------------------------*/
.login-form-message {
    font-size: 12px;
    color: #858585;
}