.btn-primary {
    color: #fff;
	background-image: linear-gradient(90deg, #605ca8 0%, #fd632f 100%);
    /* background-color: #007A4E; */
    border-color: #007A4E;
}

.register {
    background: -webkit-linear-gradient(left, #fd632f, #605ca8);
    margin: 0;
    padding: 3%;
    min-height: 100vh;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
    margin-bottom: 23px;
}

.register-left a {
    border: none;
    border-radius: 1.5rem;
    padding: 10px 30px;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    cursor: pointer;
    margin: 0;
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
    padding-bottom: 0;
    margin-bottom: 26px;
}

.register .register-form {
    padding: 10%;
    margin-top: 10%;
}

.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

.input-error {
    border-color: rgba(254, 0, 0, 0.25) !important;
    box-shadow: 0 0 0 .2rem rgba(255, 4, 4, 0.72);
    border-width: 1px !important;
}

.mgi-bottom {
    margin-bottom: 15px;
}

.g-recaptcha {
    width: 304px;
    height: 78px;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}

body {
    overflow: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
	height:100% !important;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    box-shadow: 1px 1px 9px 1px #cfcfcf;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

#menu-toggle {
    border: solid 3px #84923b;
    border-radius: 50%;
}

.navbar-customizes {
    background-color: #fbfbfb !important;
    box-shadow: 8px 3px 9px 0px #cfcfcf;
}

.sidebar-heading {
    text-align: center;
    padding: 6px !important;
    margin-bottom: 50px;
}

.sidebar-heading>img {
    height: 46px;
}

.list-group>a {
    border: none;
    box-shadow: 0 0 5px 0px #beb6b6;
    width: 90%;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 9px;
}

.list-group>a>i {
    width: 30px;
    font-size: 22px;
    color: #6e6e6e;
}

.list-group>a.active {
    /* background-color: #007A4E !important; */
	background-image: linear-gradient(90deg, #605ca8 0%, #fd632f 100%);
    color: white;
    font-weight: bold;
}

.list-group>a.active>i {
    color: white;
}

#general-settings {
    border: 1px solid #acacac66;
    padding: 10px;
    margin: 30px;
	
    border-radius: 2px;
    box-shadow: 0 0 4px #dad7d7;
    padding-top: 10px;
    padding-bottom: 25px;
    border-radius: 4px;
}

#general-settings>.infoUser:hover {
    background-color: #ebebeb;
    border: solid 1px #e4e2e2;
}

#general-settings>.infoUser.hide:hover {
    background-color: #f5f5f5 !important;
    cursor: auto !important;
    border: solid 1px #e4e4e4 !important;
}

#general-settings>.infoUser.hide>.poster {
    display: none;
}

#general-settings>.infoUser.hide>.values {
    display: block;
    padding: 30px;
}

#general-settings>.infoUser>.values .btn-save {
    text-align: center;
    margin-top: 15px;
}

#general-settings>.infoUser {
    cursor: pointer;
    background-color: #f5f5f5;
    width: 90%;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 5px;
    border: solid 1px #e4e4e4;
    /* box-shadow: 0 0 3px #e8e8e8; */
    border-radius: 8px;
}

#general-settings>.infoUser>.poster {
    padding: 15px;
}

#general-settings .values {
    color: #726e6e;
    display: none
}

#user-deactivate {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #a70202;
    padding: 21px;
    z-index: 20;
    color: white;
    font-size: 18px;
    text-align: center;
}

.infoUser .value {
    color: #55575f;
}

#general-settings>.iconUser {
    text-align: center;
    font-size: 80px;
    margin: 0;
    color: #777;
}

#general-settings>.iconUser>i {
    border-radius: 50%;
    border: solid 6px #e2e2e2;
    width: 100px;
    padding: 4px;
}

.title-adm.mt-4 {
    margin-left: 30px;
}

.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 15px;
    margin-right: 0px !important;
    margin-left: auto;
	height: 100% !important;
}
