﻿#wrapper {
    margin: 0 20px 0 170px;
}

.info {
    color: #009efb !important; }

.info-text {
    color: red !important;}


.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    position: fixed; }

.login-box {
    width: 360px;
    border: 1px solid rgba(120, 130, 140, 0.13);
    margin: 0 auto;
}



.login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px;
}

.login-box .social {
    display: block;
    margin-bottom: 30px; }


.page-titles {
    padding-bottom: 20px; }

/*******************
 Footer
*******************/
.footer {
    bottom: 0;
    color: #67757c;
    left: 0px;
    padding: 17px 15px;
    position: absolute;
    right: 0;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    background: #ffffff; }

/*******************
 Card title
*******************/
.card {
    margin-bottom: 30px; 
   
}

.card .card-subtitle {
    font-weight: 300;
    margin-bottom: 15px;
    color: #99abb4; }

    .card h2 {
        font-weight: 400;
        color: #455a64;
        line-height: 36px;
        font-size: 24px;
    }

.card .form-group p {
    color: #455a64;
    line-height: 24px;
    font-size: 16px;
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
    color: rgba(255, 255, 255, 0.65);
}

.card-success {
    background: #26c6da;
    border-color: #26c6da; }

.card-danger {
    background: #fc4b6c;
    border-color: #fc4b6c; }

.card-warning {
    background: #ffb22b;
    border-color: #ffb22b; }

.card-info {
    background: #1e88e5;
    border-color: #1e88e5; }

.card-primary {
    background: #7460ee;
    border-color: #7460ee; }

.card-dark {
    background: #2f3d4a;
    border-color: #2f3d4a; }

.card-megna {
    background: #00897b;
    border-color: #00897b; }




html body .m-0 {
    margin: 0px; }

html body .m-l-5 {
    margin-left: 5px; }

html body .m-l-10 {
    margin-left: 10px; }

html body .m-l-15 {
    margin-left: 15px; }

html body .m-l-20 {
    margin-left: 20px; }

html body .m-l-30 {
    margin-left: 30px; }

html body .m-l-40 {
    margin-left: 40px; }

html body .m-r-5 {
    margin-right: 5px; }

html body .m-r-10 {
    margin-right: 10px; }

html body .m-r-15 {
    margin-right: 15px; }

html body .m-r-20 {
    margin-right: 20px; }

html body .m-r-30 {
    margin-right: 30px; }

html body .m-r-40 {
    margin-right: 40px; }

html body .m-t-0 {
    margin-top: 0px; }

html body .m-t-5 {
    margin-top: 5px; }

html body .m-t-10 {
    margin-top: 10px; }

html body .m-t-15 {
    margin-top: 15px; }

html body .m-t-20 {
    margin-top: 20px; }

html body .m-t-30 {
    margin-top: 30px; }

html body .m-t-40 {
    margin-top: 40px; }

html body .m-b-0 {
    margin-bottom: 0px; }

html body .m-b-5 {
    margin-bottom: 5px; }

html body .m-b-10 {
    margin-bottom: 10px; }

html body .m-b-15 {
    margin-bottom: 15px; }

html body .m-b-20 {
    margin-bottom: 20px; }

html body .m-b-30 {
    margin-bottom: 30px; }

html body .m-b-40 {
    margin-bottom: 40px; }


.text-white {
    color: #ffffff !important; }

.text-danger {
    color: #fc4b6c !important; }

.text-muted {
    color: #99abb4 !important; }

.text-warning {
    color: #ffb22b !important; }

.text-success {
    color: #26c6da !important; }

.text-info {
    color: #1e88e5 !important; }

.text-inverse {
    color: #2f3d4a !important; }

html body .text-blue {
    color: #02bec9; }

html body .text-purple {
    color: #7460ee; }

html body .text-primary {
    color: #7460ee; }

html body .text-megna {
    color: #00897b; }

html body .text-dark {
    color: #67757c; }

html body .text-themecolor {
    color: #009efb; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.font-10 {
    font-size: 10px !important;
}

text-themecolor {
    color: #00897b;
}
