body {
    font-size: 13px;
    font-family: "Fira Sans";
    background: radial-gradient(ellipse at 60% 55%, #501f80 0%, #4f207f 30%, #17182d 100%);
    min-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #7c7c7c;
    display: flex;
    align-items: center;
}

body .container {
    width: 100%;
}

.top-margin {
    margin-top: 70px;
}

.login-page {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 0px 0px 4px 4px;
    opacity: .95;
}

.alert-success.alert-white{
    background: #fff;
    color: #000;
}

.login-page-header {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    border-bottom: 1px solid #dadada;
    font-weight: 600;
    color: #5c6267;
    opacity: .95;
}

.align-center {
    text-align: center;
}

.decent-margin-top {
    margin-top: 30px;
}

.decent-margin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.center-block-e {
    float: none;
    margin: 0 auto;
}

.login-alert-area {
    background: #FFFFFF;
    padding: 10px;
    margin: 10px;
}

.social-icon {
    padding-right: 10px;
    border-right: 1px solid #EEE;
    margin-right: 5px;
}

.white-form-bg {
    background: #FFF !important;
}

.align-center {
    text-align: center;
}

/* new */
.login-form {
    border-radius: 8px;
    background: #0e1620;
    margin-top: 0;
    box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.3);
    padding-bottom: 10px;
}

.login-form-inner {
    padding: 30px 30px 30px 30px;
    color: #fff;
}

.login-form-bottom {
    background: #0e1621;
    border-radius: 0px 0px 8px 8px;
    padding: 1px;
}

.login-form a {
    font-size: 14px;
    color: #a78bfa;
}

.login-form a:hover {
    color: #c4b5fd;
}

.login-form p {
    color: #fff;
}

.login-form h2 {
    margin-top: 0px;
    color: white;
}

.login-welcome {
    font-size: 34px;
    color: #FFF;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.login-form-intro {
    font-size: 14px;
    text-align: center;
    color: #7c7c7c;
}

.login-form-area {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-flat-login {
    background: #7c3aed;
    color: #FFF;
}

.btn-flat-login:hover {
    background: #6d28d9;
    filter: brightness(95%);
    color: #FFF;
}

.login-icon-color {
    color: #a0a0a0;
}

.btn-flat-social {
    background: #f0f0f0;
    color: #000 !important;
}

.btn-flat-social-twitter {
    background: #20a5e2;
    color: #FFF !important;
}

.btn-flat-social-facebook {
    background: #3859a2;
    color: #FFF !important;
}

.btn-flat-social-google {
    background: #e33500;
    color: #FFF !important;
}

.small-text {
    font-size: 11px;
}

.login-footer {
    color: rgba(255,255,255,0.45);
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.8px;
    pointer-events: none;
}

.powered-by {
    margin: 0;
}

.login-tagline {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 20px;
    padding-top: 16px;
    text-align: center;
}

.login-tagline-title {
    color: rgba(255,255,255,0.7) !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.login-tagline-sub {
    color: rgba(255,255,255,0.4) !important;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.login-support-text {
    color: rgba(255,255,255,0.5) !important;
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}

.login-support-text a {
    font-size: 12px !important;
    color: #a78bfa !important;
}

.has-feedback .form-control-feedback {
    top: 0px;
    left: 0;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    left: 0px;
}

.form-group.login-form-area.has-feedback input {
    padding-left: 30px;
}



