
/* 
    Created on : 10/05/2017, 10:57:24
    Author     : Thiago
*/


html, body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.container-full {
    width: 100%;
    margin: 0 auto;
}

.container-full>.row {
    margin: 0;
}

.logo {
    margin-top: 30px;
    margin-bottom: 70px;
}

#left-slider {
    background: #2c394c;
    height: 100vh;
    background-image: url("imagens/login/bg-slider.png");
    background-position: center center;
    background-size: cover;
}

.div-centered {
    margin: 0 auto;
    float: none;
}

.login-box {
}

.login-box h2 {
    color: #2c394c;
}

.login-box h5 {
    color: #2c394c;
    font-weight: 400;
}

.login-box input[type=text], .login-box input[type=password], .login-box input[type=email], .login-box input[type=date], .conexao-input {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*padding: 22px;*/
    height: 46px;
}

.conexao-input {
    background-image: url("imagens/login/select-arrow.png");
    background-repeat: no-repeat;
    background-position : calc(100% - 20px) center;
}


.login-box input {
    padding-left: 50px !important;
}

.login-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 50px;
}

.login-box input[type=submit] {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 11px 0px 30px 0px !important;
    background-color: #364356;
    border-color: #364356;
    color: #fff;
    transition: background-color 0.5s ease;
}

.login-box input[type=submit]:hover {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 11px 0px 30px 0px;
    background-color: #142032;
    border-color: #364356;
    color: #fff;
}

.login-box .view-pass {
    position: absolute;
    right: 16px;
    top: 0px;
    cursor: pointer;
    height: 45px;
    width: 45px;
    padding-top: 12px;
    padding-right: 10px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.view-pass>img {
    width: 22px;
    height: 15px;
}

.footer-left {
    margin-top: 50px;
}

.marca-transoft-footer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -52px;
}

.release {
    text-align: center;
    font-size: 8pt;
    margin-bottom: 20px;
}

.esqueci-senha {
    margin-top: 12px;
    font-size: 9pt;
    font-weight: 700;
}

.input-icon {
    position: absolute;
    left: 33px;
    top: 11px;
}

.carousel {
    top: 20%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
}

.carousel-inner img {
    margin: 0 auto;
    width: 530px
}

.carousel-control {
    width: 7%;
}

.carousel-inner {
    padding-bottom: 30px;
}
.carousel-inner img {
    -webkit-box-shadow: 10px 10px 50px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 50px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 50px -6px rgba(0,0,0,0.75);
}

.login-box, .carousel {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

.login-erro {
    color: #c70909;
    font-weight: bold;
}

.slider-sidebar {
    position: fixed;
    right: 0;
}

#janela1 {
     width:600px; 
     height:auto; 
     /*margin-left: -300px;*/
     margin-top: 100px;
     position:absolute; 
     left:50%; 
     top:50%; 
     background:transparent; 
     z-index:9999; 
     padding:0px; 
     border-radius:0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}

.modal-content {
    overflow: hidden !important;
}

.modal-header {
    background-color: #2d4257;
    color: #fff;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    color: #b2bbc3;
    text-shadow: none;
    filter: alpha(opacity=60);
    opacity: .6;
}

.close:focus, .close:hover {
    color: #b2bbc3; 
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .carousel img {
        max-width: 80% !important;
    }
}

@media screen and (min-width: 768px) {
    .container-full>.row>div {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {

    body {
        background-image: url("imagens/login/login-bg-mobile.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding-bottom: 20px;
        background-color: #f2f2f2;
    }

    .logo {
        margin-top: 60px;
        margin-bottom: 10px;
        text-align: center;
    }

    .login-box h2 {
        font-size: 15pt;
    }

    .login-box h5 {
        font-size: 9pt;
    }

    .release {
        text-align: right;
        font-size: 9pt;
    }

    .esqueci-senha {
        margin-top: 8px;
        font-size: 10pt;
    }

    .marca-transoft-footer-mobile {
        margin-top: -5px;
    }
}