body{
    background: #FAFFFC;
}

/* INVALID */

.invalid {
    border: 2px solid #E74C3C;
}


/* HEADINGS */
h1,
h2,
h3 {
    font-family: 'Lane', sans-serif;

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
    font-weight: normal;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 3.125rem;
    line-height: 4.063rem;
}
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

.bg-sidebar{
    background: #00A651;
    height: 100vh;
}
h1 {
    margin-bottom: 40px;
    display: inline-block;
}
.text-white{
    color: #ffffff;
}
.logo{
    width: 90%;
    margin-top: 50px;
}

/* CONTENT */

.form-content form.margin {
    margin-top: 40px;
}

    .form-content form .title-form {
        text-transform: uppercase;
    }

    .form-content form label {
        font-weight: normal;
    }

    .form-content form .colored-line-left {
        background: #00A651;
        float: left;
        z-index: 1;
        display: block;
        width: 165px;
        height: 1px;
        margin-bottom: 30px;
    }

    .form-content form .dark-text {
        color: #272727;
    }

    .form-content form .main-color {
        color: #ec7a34;
    }

    .form-content form .btn-info {
        background-color: #00A651;;
        color: #fff;
        border-color: #00A651;
        margin: 0 20px;
    }

    .form-content form .diviser-orange {
        border-color: #00A651;
        margin-bottom: 40px;
    }

.modal-content {
    border-radius: 0;
}

.modal {
    background-color: rgba(0,0,0,0.5);
}

/*---------------------------------------
   POPUP
-----------------------------------------*/

.popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 9999;
    color: #ffffff;
}

.popup .box {
    width: 440px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -220px;
    margin-top: -160px;
    background-color: #00A651;
    z-index: 99999;
    padding: 25px;
    border-radius: 10px;
}

.popup .box p {
    font-size: 22px;
    color: #ffffff;
    text-align: left;
}

.popup .box i {
    font-size: 50px;
}

.popup .box a {
    text-transform: uppercase;
    padding: 8px 12px;
    border: none;
}

.btn-app{
    background: #00A651;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-app:hover{
    color: #fff;
    background: #8DC63F;
}

.mb-1{
    margin-bottom: 10px;
}
.mb-2{
    margin-bottom: 20px;
}
.mb-3{
    margin-bottom: 30px;
}
.mb-4{
    margin-bottom: 40px;
}
.mb-5{
    margin-bottom: 50px;
}
.mb-6{
    margin-bottom: 60px;
}
.mb-7{
    margin-bottom: 70px;
}
.mt-1{
    margin-top: 10px;
}

.cadastro-sidebar{
    height: 100vh;
}
.sidebar-content{
    height: 100vh;
    overflow: auto;
}

@media (max-width: 767px) {
    .bg-sidebar, sidebar-content{
        height: auto;
        padding-bottom: 40px;
    }
    .sidebar-content{
     overflow: visible;
    }
}

