/* Cubic Bezier Transition */
/***
Lock Page
***/
body {
    /*background-color: #ddd;
    padding: 10px 10px 10px 10px;
    margin: 0;*/
    position: fixed;
    top: 0;
    left: 0;
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}

.page-footer {
    /*background: #ffab62;*/
    text-align: center;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    z-index: 9999 !important;
}

.page-lock {
    top: 28%;
    /*left: 25%;*/
    right: 25%;
    position: absolute;
    margin-top: -140px;
    /*margin-left: -260px;*/
    margin-right: -220px;
}

.page-lock-logo {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: auto;
}

.page-lock-sobre {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-lock .page-logo {
    margin-bottom: 15px;
}

.page-lock .page-body {
    width: 410px;
    padding: 10px 40px 10px 50px;
    background: url(../img/bg-white.png) repeat;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

    .page-lock .page-body:after,
    .page-lock .page-body:before {
        display: table;
        content: "";
        line-height: 0;
    }

    .page-lock .page-body:after {
        clear: both;
    }

.page-lock .page-footer-custom {
    margin-top: 10px;
    text-align: left !important;
    font-size: 12px;
    color: #eaeaea;
}



/*.page-lock .page-body img.page-lock-img {
        margin: 60px auto 20px;
        padding: 15px;
        text-align: center;
    }*/

/*.page-lock .page-lock-info {
    padding-left: 10px;
    float: right;
    width: 280px;
}*/

    /*.page-lock .page-lock-info h1 {
        margin-top: -5px;
        font-weight: 300;
        color: #fff;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .page-lock .page-lock-info .locked {
        color: #333;
        font-size: 14px;
        line-height: 14px;
        font-style: normal;
    }

    .page-lock .page-lock-info form {
        margin: 0px 0;
    }

    .page-lock .page-lock-info input {
        background: #fff;
    }

.page-lock .relogin {
    margin-top: 10px;
}

    .page-lock .relogin a {
        color: #e1e1e1;
    }*/

/* MYSUITE BOTÃO FLUTUANTE
-----------------------------------------------------------*/
.mysuite-btn {
    right: 20px;
    bottom: 50%;
    background-color: #3FABA4;
    color: #064F7C;
    text-align: center;
    border-radius: 12px;
    padding: 0px;
    outline: none;
    width: 60px;
    height: 60px;
    text-decoration: none;
    border: none;
    position: fixed;
    margin: 0px;
    line-height: normal;
    opacity: 0.9;
    z-index: 99999999 !important;
}

    .mysuite-btn, .mysuite-btn:active, .mysuite-btn:hover, .mysuite-btn:visited {
        color: #ffffff;
        box-shadow: none;
    }

        .mysuite-btn i {
            font-size: 30px;
            margin-top: 22px;
        }

/*Responsive*/
@media (max-width: 768px) {
    .page-lock {
        top: 10%;
        left: 50%;
        width: 320px;
        width: 320px;
        margin-top: 20px;
        margin-left: -160px;
    }

    /*.page-lock-logo {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }*/

    .page-lock .page-body {
        padding: 10px 10px;
        text-align: left;
        width: 320px;
    }

    /*.page-lock img.page-lock-img {
            text-align: center;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }*/
    /*float: none !important;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px; }*/
    /*.page-lock .page-lock-info {
        float: none !important;
        width: 280px;
        margin: 0 auto;
    }

        .page-lock .page-lock-info input {
            width: 200px !important;
        }*/

    /* MYSUITE BOTÃO FLUTUANTE
-----------------------------------------------------------*/
    .mysuite-btn {
        left: 25px;
        bottom: 30px;
        background-color: #3FABA4;
        color: #064F7C;
        text-align: center;
        border-radius: 12px;
        padding: 0px;
        outline: none;
        width: 60px;
        height: 60px;
        text-decoration: none;
        border: none;
        position: fixed;
        margin: 0px;
        line-height: normal;
        opacity: 0.9;
        z-index: 99999999 !important;
    }

        .mysuite-btn, .mysuite-btn:active, .mysuite-btn:hover, .mysuite-btn:visited {
            color: #ffffff;
            box-shadow: none;
        }

            .mysuite-btn i {
                font-size: 30px;
                margin-top: 22px;
            }


    @media (min-width:800px) {
        .backstretch {
            min-height: 400px !important;
        }
    }

    @media (min-width:1000px) {
        .backstretch {
            min-height: 450px !important;
        }
    }

    @media (min-width:12px) {
        .backstretch {
            min-height: 500px !important;
        }
    }
}
