html,
body {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    background: #020908;
    color: #fff;
}

body {
    overflow-x: hidden;
}

.login-page {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 46px 0;
    background:
        radial-gradient(circle at 78% 32%, rgba(104, 198, 122, .20) 0, rgba(104, 198, 122, .08) 24%, transparent 44%),
        radial-gradient(circle at 24% 78%, rgba(7, 54, 48, .95) 0, rgba(7, 54, 48, .34) 28%, transparent 54%),
        linear-gradient(135deg, #020706 0%, #061311 45%, #020706 100%);
}

.login-page:before,
.login-page:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(104, 198, 122, .25);
    border-radius: 50%;
    pointer-events: none;
}

.login-page:before {
    width: 100vw;
    height: 100vh;
    right: -260px;
    top: 0px;
}

.login-page:after {
    width: 900px;
    height: 900px;
    right: -360px;
    bottom: -420px;
    opacity: .55;
}

.page-shell {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 92px);
    display: table;
    width: 100%;
}

.page-row {
    display: table-cell;
    vertical-align: middle;
}

.brand-logo {
    width: 24vw;
    height:auto;
    max-width: 100%;
    margin-bottom: 15px;
}

.hero-title {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1.03;
    font-weight: 100;
    letter-spacing: -2.5px;
}

.hero-title span {
    display: block;
    color: #72c87a;
    font-weight: 100;
}

.hero-subtitle {
    margin: 0 0 40px;
    font-size: 22px;
    line-height: 1.45;
    color: rgba(255, 255, 255, .72);
}

.hero-subtitle strong {
    color: #72c87a;
    font-weight: 600;
}

.benefit {
    margin-bottom: 36px;
}

.benefit-icon {
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    margin-bottom: 20px;
    text-align: center;
    color: #72c87a;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.benefit-icon .glyphicon {
    font-size: 23px;
    top: 5px;
}

.benefit h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.benefit p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .66);
}

.group-signature {
    margin-top: 72px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
}

.group-signature img {
    display: block;
    width: 112px;
    margin-top: 8px;
}

.login-card {
    position: relative;

    max-width: 520px;
    padding: 58px 54px;
    border-radius: 16px;
    background: rgba(14, 25, 24, .74);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

.login-card h2 {
    margin: 0 0 14px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -.8px;
}

.login-card .intro {
    margin: 0 0 42px;
    font-size: 16px;
    color: rgba(255, 255, 255, .64);
}

.form-group {
    margin-bottom: 24px;
}

.control-label {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.input-wrap {
    position: relative;
}

.input-wrap .glyphicon {
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -8px;
    color: rgba(255, 255, 255, .50);
    z-index: 3;
}

.input-wrap .form-control {
    height: 48px;
    padding-left: 48px;
    padding-right: 44px;
    color: #fff;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    box-shadow: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.input-wrap .form-control:focus {
    border-color: rgba(114, 200, 122, .70);
    box-shadow: 0 0 0 3px rgba(114, 200, 122, .12);
    background: rgba(255, 255, 255, .06);
}

.input-wrap .form-control::-webkit-input-placeholder,
.input-wrap .form-control:-moz-placeholder,
.input-wrap .form-control::-moz-placeholder,
.input-wrap .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .38);
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    color: rgba(255, 255, 255, .44);
}

.login-options {
    margin: 2px 0 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, .65);
}

.login-options label {
    font-weight: 400;
}

.login-options input {
    margin-right: 8px;
}

.login-options a {
    color: #72c87a;
    text-decoration: none;
}

.btn-login {
    height: 52px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(90deg, #72c87a 0%, #6cc37b 55%, #86dc8f 100%);
    box-shadow: 0 16px 34px rgba(104, 198, 122, .26);
    -webkit-transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-login:hover,
.btn-login:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 20px 42px rgba(104, 198, 122, .32);
}

.btn-login .glyphicon {
    float: right;
    top: 3px;
}


.btn-discover {
	margin-top:30px;px;
    height: 52px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 8px;
    color: #fff;
    padding-top:14px;
    font-weight: 600;
    background: transparent;

}

.btn-discover:hover,
.btn-discover:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 20px 42px rgba(104, 198, 122, .32);
}

.btn-discover .glyphicon {
    float: right;
    top: 3px;
}

.divider {
    position: relative;
    margin: 34px 0 30px;
    text-align: center;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
}

.divider:before,
.divider:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 42%;
    height: 1px;
    background: rgba(255, 255, 255, .13);
}

.divider:before {
    left: 0;
}

.divider:after {
    right: 0;
}

.btn-create {
    height: 48px;
    border-radius: 8px;
    color: #72c87a;
    background: transparent;
    border: 1px solid rgba(114, 200, 122, .42);
    font-weight: 600;
}

.btn-create:hover,
.btn-create:focus {
    color: #fff;
    background: rgba(114, 200, 122, .12);
    border-color: rgba(114, 200, 122, .75);
}

@media (max-width: 991px) {
    .login-page {
        padding: 30px 0;
    }

    .page-shell,
    .page-row {
        display: block;
        min-height: auto;
    }

    .brand-logo {
        margin-bottom: 0px;
    }

    .hero-title {
        font-size: 46px;
    }

    .hero-subtitle {
        margin-bottom: 44px;
    }

    .login-card {
        margin: 34px auto 0;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 26px;
        letter-spacing: -1.4px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .login-card {
        padding: 24px 24px;
        margin-top:28px;
    }

    .login-options .pull-right {
        float: none !important;
        display: block;
        margin-top: 12px;
    }
}