/*--------------------------------------------------
[TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Login page
***/
/* logo page */

.login {
    background-color: #666 !important;
}

.login .logo {
    margin: 60px auto 20px auto;
    padding: 15px;
    text-align: center;
}

.login .content {
    background-color: rgba(0, 0, 0, 0.7);
    width: 400px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.login .content h3 {
    color: #eee;
}

.login .content h4 {
    color: #eee;
}

.login .content p,
.login .content label {
    color: #fff;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .form-control {
    background-color: #fff;
}

.login .content .forget-form {
    display: none;
}

.login .content .register-form {
    display: none;
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0px;
    padding: 0px 30px 0px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
    margin-top: 8px;
    display: inline-block;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .forget-password {
    margin-top: 25px;
}

.login .content .create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
}

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px;
}
/* select2 dropdowns */

.login .content .select2-container i {
    display: inline-block;
    position: relative;
    color: #ccc;
    z-index: 1;
    top: 1px;
    margin: 4px 4px 0px -1px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.login .content .has-error .select2-container i {
    color: #b94a48;
}

.login .content .select2-container a span {
    font-size: 13px;
}

.login .content .select2-container a span img {
    margin-left: 4px;
}
/* footer copyright */

.login .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: #eee;
    font-size: 13px;
}
.register-section{
    background: white;
}
.checkbox-style{
    padding-left: 20px;
    margin-bottom: -2px;
}
.checkbox-style a{
    color: #3598dd;
}
#register-back-btn{
    background: #f7f7f7;
}
@media (max-width: 480px) {
    /***
Login page
***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        padding: 30px;
        width: 222px;
    }

    .login .content h3 {
        font-size: 22px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}

li.select2-search input {
    width: 100% !important;
    min-width: 300px;
}

.site-header {
    position: relative !important;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    width: 100%;
    z-index: 100;
    height: 80px;
}

.site-header p {
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 400;
    display: inline-block;
    margin-right: 15px;
}

.site-header .form-inline {
    display: inline-block;
    position: relative;
    top: 0px;
}

.site-header .form-inline .form-group {
    margin-right: 7px;
    position: relative;
}

.site-header .form-inline .form-group .input-icon>i {
    color: #707377;
}

.site-header .form-inline .form-actions {
    display: inline-block;
}

.site-header .forget-password {
    position: absolute;
    top: 55px;
    left: 55px;
}

.site-header .forget-password p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    padding: 0;
    line-height: 14px;
    display: block;
}

.site-header .forget-password a {
    text-decoration: none;
    color: #32c5d3;
}

.site-header .forget-password span {
    margin-left: 10px;
}

.site-header .forget-password span input {
    margin-right: 5px;
}

.site-header ul {
    position: relative;
}

.site-header .alert {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
}

.site-header .help-block {
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 34px;
    font-size: 7px;
}

.site-header__main-nav {
    position: relative !important;
    float: right;
}

.site-header__title {
    float: left;
}

.site-header__wallet-logo {
    height: 40px;
}

.social-icons ul,
.site-header__main-nav>ul,
.site-footer .site-footer__top ul,
.site-footer .site-footer__bottom ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*.backstretch {*/
/*height: auto !important;*/
/*display: none !important;*/
/*}*/

/*.backstretch img {*/
/*height: auto !important;*/
/*display: none !important;*/
/*}*/
.content-form{
    margin-top: 5% !important;
}
.login {
    background-color: white !important;
}

.hero-slide {
    position: relative;
    background: black;
    height: 300px;
    overflow: hidden;
    width: 100%;
}

.hero-slide img {
    width: 100%;
    opacity: 0.7;
}

.hero-slide .content {
    position: absolute;
    top: 0;
    background: none;
    width: 100%;
    text-align: center;
}

.hero-slide .content h2 {
    color: white;
    margin: 0;
    font-weight: 400;
    font-size: 40px;
}

.hero-slide .content h2:first-child {
    margin-top: 20px;
}

.hero-slide .content h3 {
    margin: 0;
    font-size: 36px;
    line-height: 70px;
}

.hero-slide .content .btn {
    font-size: 24px;
    white-space: normal;
    border-radius: 4px !important;
}

#copyright-info {
    margin-top: 0px !important;
    background: #707377;
}

.login-page {
    padding: 2em 0 !important;
}

.login-page h3 {
    margin: 5px 0;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 42px;
}

.login-page h6 {
    font-size: 16px;
    line-height: 24px;
}

.login-page p {
    margin: 0;
    line-height: 25px;
    font-size: 16px;
}

.login a {
    text-decoration: none;
}

.login .btn {
    position: relative;
    top: 1px
}

.forget-password-holder {
    display: none;
}
.register-section .register-form{
    display: none;
    margin-bottom: 30px;
}
.register-section #register-form{
    margin-bottom: 30px;
}
.text-label{
    margin-left: 10px;
}
#register-form .optInForm {
    padding: 10px;
}
#register-form .optInForm .labelSmall {
    font-size: 12px;
}
#register-form .optInForm .buttons {
    margin-top: 1em;
}
#register-form .optInForm .buttons button,
#register-form #optInModal button {
    border-radius: 6px !important;
    font-weight: bold;
}
#register-form #optInModal .modal-body{
    padding: 25px 30px;
    text-align: center;
}
@media (max-width: 767px) and (min-width: 320px) {
    .site-header {
        height: auto;
    }
    .site-header__title {
        float: none;
        text-align: center;
    }
    .site-header__main-nav {
        float: none;
        margin-bottom: 10px;
    }
    .site-header p {
        margin-bottom: 10px;
        margin-top: 0;
        display: block;
        margin-right: 0px;
    }
    .site-header .form-inline .form-actions {
        display: block;
    }
    .site-header p.nav-link {
        display: none;
    }
    .site-header .form-inline {
        width: 100%;
    }
    .site-header .forget-password {
        top: -9px;
        left: 0;
        position: relative;
        text-align: center;
    }
    .site-header .forget-password p {
        font-size: 9px;
        line-height: 13px;
    }
    .site-header .forget-password span input {
        margin-right: -5px;
        position: relative;
        top: 2px;
        left: -10px;
    }
    .site-header .form-inline .form-group {
        margin-right: 0;
    }
    .hero-slide {
        height: 220px;
    }
    .hero-slide .content {
        padding: 0;
    }
    .hero-slide .content h2 {
        font-size: 19px;
        line-height: 35px;
        margin-top: 30px;
    }
    .hero-slide .content h3 {
        font-size: 17px;
        line-height: 30px;
    }
    .hero-slide .content .btn {
        font-size: 14px;
    }
    .hero-slide img {
        max-width: 140% !important;
        position: relative;
        left: -15%;
        width: auto;
    }
    .site-header .alert {
        top: -70px;
    }
    .login-form{
        margin-top: 15px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .site-header p.nav-link {
        display: none;
    }
    .social-icons ul, .site-header__main-nav>ul, .site-footer .site-footer__top ul, .site-footer .site-footer__bottom ul{
        margin-top: 15px;
    }
    .site-header .forget-password {
        top: 40px;
        left: 0;
    }
}