/* ==========================================================================
   Login Box styles
   ========================================================================== */


body {
    background: #222D3A;
    color: #FFF;
}

.alert {
    margin: 20px auto;
    width: 70%;
}

#login-block {
    padding-top: 60px;
    padding-bottom: 25px;
}

#login-block-portal {
    padding-top: 10px;
    padding-bottom: 25px;
}

    #login-block h3 {
        color: #FFF;
        text-align: center;
        font-size: 1.5em;
        opacity: 0.8;
        text-shadow: 2px 2px 2px #000;
        font-weight: normal;
    }

.login-box {
    position: relative;
    max-width: 480px;
    background: #2c3f51;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 20px;
    margin-top: 80px;
}

.login-box-port {
    position: relative;
    max-width: 900px;
    background: #86ccfa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 20px;
    margin-top: 80px;
}

.login-logo {
    text-align: center;
    padding: 15px 0 10px;
}

    .login-logo img {
        border: 0;
        display: inline-block;
    }

.login-form form p {
    width: 80%;
    margin: 5px auto 10px;
    text-align: center;
}


.login-box hr {
    margin: 10px auto 20px;
    width: 70%;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}


.plan-box {
    position: relative;
    max-width: 1024px;
    background: #86ccfa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 10px;
    margin-top: 70px;
}


.plan-box2 {
    max-width: 1024px;
    background: #6495ED;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.plan-box3 {
    max-width: 1024px;
    background: #86ccfa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.plan-box4 {
    max-width: 1024px;
    background: #dff0d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.panel-add > .panel-heading {
    color: #a94442;
    background-color: #add8e6;
    border-color: #ebccd1;
}

.plan-icon {
    width: 105px;
    height: 105px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #2471a5;
    text-align: center;
    margin: -60px auto 0;
}





/* page icon */
.page-icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #00ba97;
    text-align: center;
    margin: -60px auto 0;
}

    .page-icon img {
        vertical-align: middle;
        margin: 25px 0 0 0;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        opacity: 0.6;
        width: 48px;
        height: 48px;
    }

.rotate-icon {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-box .page-icon {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.panel-pagamento {
    color: white;
    background-color: #428bca;
    border-color: #357ebd;
    height: 35px;
}


/* Login Form */
.login-form input {
    display: block;
    margin: 0 auto 15px;
    width: 70%;
    background: #fefefe;
    border: 0;
    color: #6c6c6c;
    padding: 8px;
    border-radius: 2px;
}

/* Login Button */
.btn.btn-login {
    width: 120px;
    display: block;
    margin: 20px auto 20px;
    color: white;
    border-color: #f0f0f0;
    text-transform: uppercase;
    background: #00ba97;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .btn.btn-login:hover {
        border: 1px solid #FFF;
        color: white;
        background: #2c3f51;
        opacity: 0.8;
    }

.btn.btn-reset {
    width: 180px;
}

.login-pay {
    padding-left:20px;
    text-align: center;
}

.login-links {
    text-align: center;
}

    .login-links a {
        color: #FFF;
        display: inline-block;
        padding: 5px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0.7;
    }

        .login-links a:hover {
            opacity: 1;
            text-decoration: none;
            color: #00ba97;
        }

label.checkbox {
    width: 70%;
    display: block;
    margin: 0 auto;
}

    label.checkbox input {
        width: 14px;
        margin: 4px 0 0;
        padding: 0;
        background: none;
        border: 0;
    }

#footer-text, #footer-text a {
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.33);
    opacity: 1;
}

/* Social Login */
.social-login {
    margin: 10px 0 5px;
}

    .social-login .btn {
        text-align: center;
        margin: 5px auto;
        color: #FFF;
        text-shadow: 1px 1px 1px #333;
        width: 95%;
    }

.btn.btn-facebook {
    border: 1px solid #2D4479;
    background: #385496;
    background-size: 100%;
    font-size: 12px;
}

    .btn.btn-facebook:hover {
        background: #4365B4;
    }

.btn.btn-twitter {
    border: 1px solid #2189FF;
    background: #4A9EFF;
    font-size: 12px;
}

    .btn.btn-twitter:hover {
        background: #73B4FF;
    }

.fb-login, .twit-login {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}

