body{
    position: relative;
    overflow: hidden;
}
div[class^='petala-']{
    /*border: 1px #000 solid;*/
    position: fixed;
    z-index: -1;
}

div[class^='border-']{
    z-index: -2;
}
.petala-01{
    width: 290px;
    height: 165px;
    top: 85px;
    left: 160px;
    background-image: url("../img/imagens_do_sistema/petala-01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.petala-02{
    width: 450px;
    height: 300px;
    bottom: 55px;
    left: -210px;
    background-image: url("../img/imagens_do_sistema/petala-02.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.petala-03{
    width: 280px;
    height: 200px;
    top: 275px;
    right: -70px;
    background-image: url("../img/imagens_do_sistema/petala-03.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.border-01{
    width: 20%;
    height: 1px;
    background-color: #ddd;
    position: fixed;
    top: 135px;
    left: 0;
}
.border-02{
    width: 11%;
    height: 3px;
    background-color: #c5c5c5;
    position: fixed;
    top: 142px;
    left: 0;
}
.border-03{
    width: 21%;
    height: 1px;
    background-color: #ddd;
    position: fixed;
    top: 65px;
    right: 0;
}
.border-04{
    width: 6%;
    height: 3px;
    background-color: #c5c5c5;
    position: fixed;
    top: 75px;
    right: 0;
}

#box-center-login{
    /*        border: 1px #000 solid;*/
    width:400px;
    display: none;
    font-weight: 500;
    color: #7e8890;
}
#box-center-login .btn{
    padding: 10px 30px;
    margin: 0;
}
#box-center-login img.logo-dcms{
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
#box-center-login .input{
    padding: 10px 0;
}
#box-center-login .input.password{
    position: relative;
}
#box-center-login .input.password .link-esqueceu-senha{
    position: absolute;
    top: 20px;
    right: 10px;
    color: #2a87b7;
    letter-spacing: .2px;
    font-size: 12px;
}
#box-center-login .input.password .link-esqueceu-senha:hover,
#box-center-login .input.password .link-esqueceu-senha:focus{
    text-decoration: none;
    color: #24749d;
}
#box-center-login .input.checkbox{
    margin: 10px 0 0 0;
}
#box-center-login .input.checkbox .css-label{
    padding-left: 25px;
    color: #7e8890;
    line-height: 21px;
}
#box-center-login .col-button-login{
}
#box-center-login .col-button-login .button{
    overflow: hidden;
}
#box-center-login .col-button-login button{
    float: right;
}
#box-center-login .row-actions{
    margin-top: 10px;
}
#box-center-login .saved-user{
    text-align: center;
    margin-bottom: 15px;
}
#box-center-login .saved-user img{
    border: 2px #FFF solid;
    border-radius: 50%;
}
#box-center-login .saved-user .saved-user-name{
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 0 0 0;
    color: #1c3b56;
    margin-top: 5px;
}

#box-center-login .saved-user .saved-user-first-group{
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #7e8890;
}
#box-center-login .saved-user .saved-user-img{
    width: 107px;
    margin: 0 auto;
    position: relative;
}
#box-center-login .saved-user .saved-user-img #link-change-user{
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: #0f69a5;
    border: 2px #FFF solid;
    border-radius: 50%;
    right: -9px;
    top: 62px;

    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#box-center-login .saved-user .saved-user-img #link-change-user:hover{
    background-color: #105b8c;
}
#box-center-login .saved-user .saved-user-img #link-change-user:active{
    box-shadow: 2px 2px 10px #10305c inset;
}
/*    #box-center-login .saved-user .saved-user-img #link-change-user:active i.fa{
        -webkit-animation:spin 1s linear;
        -moz-animation:spin 1s linear;
        animation:spin 1s linear;
    }*/
#box-center-login .saved-user .saved-user-img #link-change-user i.fa{
    font-size: 14px;
    color: #FFF;
    margin: 7px 0 0 1px;
}

#box-center-login .input-username{
    margin-top: 0px;
}

#box-center-login .text-forgot-password{
    text-align: center;
    margin-bottom: 20px;
}
#box-center-login .text-forgot-password h2{
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#box-center-login .text-forgot-password p{
    font-weight: 400;
}
#box-center-login .col-buttons-login{
    text-align: center;
}

#btn-call-suporte{
    /*        border: 1px #000 solid;*/
    position: fixed;
    bottom: 50px;
    right: 40px;
    padding: 3px 5px;
    overflow: hidden;
    line-height: 35px;
    color: #7e8890;
    font-weight: 500;
}
#btn-call-suporte img{
    float: left;
    margin-right: 5px;
}

#btn-call-suporte:hover,
#btn-call-suporte:focus{
    text-decoration: none;
    color:#777;
}

.border-footer{
    width: 85%;
    height: 1px;
    background-color: #ddd;
    position: fixed;
    bottom: 69px;
    left: 4%;
}

.message{
    border: 1px #000 solid;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    font-size: 14px;
}

.message.error{
    border-color: #990000;
    background-color: #a61515;
    color: #FFF;
}

#box-center-login .text-alert-return{
    text-align: center;
}
#box-center-login .text-alert-return img{
    margin: 0 auto;
    display: block;
}
#box-center-login .text-alert-return h2{
    font-size: 18px;
}

#box-center-login .text-alert-return.success h2{
    color: #6bc176;
}
#box-center-login .text-alert-return.error h2{
    color: #e14938;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/******************************************************************/
/**[Resoluções Pequenas - Width]***********************************/
/******************************************************************/

@media only all and (max-width: 1100px) {
    .petala-01 {
        left:100px;
    }
}
@media only all and (max-width: 1000px) {
    .petala-01 {
        left:0;;
    }
}
@media only all and (max-width: 800px) {
    .petala-01 {
        left:0;
        width: 192px;
    }
}
@media only all and (max-width: 810px) {
    .petala-03 {
        width: 230px;
    }
}
@media only all and (max-width: 750px) {
    .petala-03 {
        width: 130px;
        right: 11px;
    }
}
@media only all and (max-width: 600px) {
    .petala-01 {
        left:0;
        top: 49px;
    }
}

@media only all and (max-width: 650px) {
    .petala-01,
    .petala-02,
    .petala-03{
        display: none;
    }
}

/******************************************************************/
/**[Resoluções Pequenas - Height]**********************************/
/******************************************************************/

@media only all and (max-height: 600px) {
    .petala-02 {
        bottom: 0;
    }
}

@media only all and (max-height: 550px) {
    .border-footer,#btn-call-suporte {
        display:none;
    }
}

/******************************************************************/
/**[Resoluções Grandes]********************************************/
/******************************************************************/

@media only all and (min-width: 1400px) {
    .petala-03 {
        width: 370px;
        height: 251px;
    }
    .petala-02{
        width: 490px;
        height: 330px;
    }
}
@media only all and (min-width: 1600px) {
    #box-center-login{
        /*        margin: 16% auto;*/
    }
    .petala-01 {
        width: 406px;
        height: 235px;
    }
}

.btn-primary2{
    background-color: #f93d28;
    color: #FFF;
}
.btn-primary2:hover{
    background-color: #ce3321;
    color: #FFF;
}
.btn-primary2:focus{
    color: #CCC !important;
}
