body {
    z-index: 10;
    /*background: linear-gradient(135deg,#8f75da 0,#727cf5 60%) !important;*/
}

input:focus {
    outline: none;
    box-shadow: none !important;
}

.form-box {
    position:relative;
    height:280px;
    padding-top:20px;
}
.form-box .input-group {
    margin-bottom:15px;
}
.login-panel{margin-top:150px;}
.login-screen {
    max-width:400px;
    padding:0;
    margin:40px auto 0 auto;

}
.login-screen .well {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: rgba(255,255,255, 0.8);
    border:0;
    overflow: hidden;
    padding:30px 30px;
}
.login-screen .copyright {
    text-align: center;
}
@media(max-width:767px) {
    .login-screen {
        padding:0 20px;
    }
}
.profile-img-card {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.profile-name-card {
    text-align: center;
}

#login-form {
    margin-top:20px;
}
#login-form .input-group {
    margin-bottom:15px;
}
#title {
    color:#FFF;
    font-size:28px;
}
#particles-js {
    z-index: 0;
    z-index: 0.6;
}
.login-card {
    position: relative;
    z-index: 10;
}

.form-group.captcha {
    position: relative;
}
.form-group.captcha input{
    width:calc(100% - 110px);
}
.form-group.captcha .captcha-img{
    position: absolute;
    bottom:2px;right:2px;
}
.form-group.captcha .captcha-img img{
    width:100px;
    height:34px;
    line-height: 38px;
}
