.collor-text {
    color: #2d8076;
}
.inputRadius {
    border-radius: 12px;
}
.inputFormat {
    background-color: #ffffff;
    border-color: #e6e6e6;
}
.borderCollor {
    border-color: #e6e6e6 !important;
}
.div-panel {
    padding: 30px 60px 30px 60px;
    border-radius: 6%!important; 
    background-color: #f4f4f4; 
    box-shadow: 0 0 4em #d5d5d5;
}

.btn-button {
    position: relative;
    font-weight: 500;
    padding: 9px 17px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}
.btn-border {
    position: relative;
    font-weight: 500;
    padding: 9px 17px;
    background-color: #ffffff;

    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #e6e6e6;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.5384616;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.layout-login {
    background-color: #FFF !important;
    background-image: url('/images/fundo-3840x1877px.png');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.modal .content-divider>span, .panel .content-divider>span, .tab-content-bordered .content-divider>span {
    background-color: #f4f4f4;
}