﻿#header {
    display: none;
}

@keyframes shake {
    0% { transform: translateX(0); }

    10% { transform: translateX(-10px); }

    20% { transform: translateX(10px); }

    30% { transform: translateX(-10px); }

    40% { transform: translateX(10px); }

    50% { transform: translateX(-10px); }

    60% { transform: translateX(10px); }

    70% { transform: translateX(-8px); }

    80% { transform: translateX(5px); }

    90% { transform: translateX(-5px); }

    100% { transform: translateX(0); }
}

#content {
    height: calc(100vh - 72px);
   /* background: transparent; */
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

#main {
    background-image: url(../../img/FundoLogin.png) !important;
    background-size: 100% 100% !important;
    padding-bottom: 72px !important;
    background-repeat: no-repeat !important;
    padding-top: 0px !important;
}

#login-form div {
    /*margin-left: 14px;*/
    color: red;
    font-weight: bold;
    margin-top: 0px;
}

#first-login-form div {
    /*margin-left: 14px;*/
    color: red;
    font-weight: bold;
    margin-top: 0px;
}

#login-form fieldset {
    margin-top: 0px;
}
#first-login-form fieldset {
    margin-top: 0px;
}

#login-form fieldset section div {
    text-align: center;
    margin-bottom: 20px;
}


        #login-form fieldset section div label, .with-margin-bottom {
            font-size: 25px;
            border-bottom: 1px solid white;
        }

.bg-color {
    /*background-color: #C9C9C9;
    filter: alpha(opacity=80);*/
    background-color: rgba(33, 33, 33, 0.5)
}
button {
    cursor: pointer;
    height: 45px;
    font-weight: normal;
    margin-top: 10px;
    border: 0px solid #333333;
    width: 100%;
    font-size: 18px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: white;
    box-shadow: 0 0 10px #666;
    background-color: transparent;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#ff55e2), to(#b177fd));
    background-image: -webkit-linear-gradient(left, #ff55e2, #b177fd);
    background-image: -moz-linear-gradient(left, #ff55e2, #b177fd);
    background-image: -ms-linear-gradient(left, #ff55e2, #b177fd);
    background-image: -o-linear-gradient(left, #ff55e2, #b177fd);
    background-image: linear-gradient(to right, #ff55e2, #b177fd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff55e2, endColorstr=#b177fd);*/
}

    button:hover {
        border: 0px solid #666666;
        background-color: #333333;
        /*background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4fe1), to(#a61fff));
        background-image: -webkit-linear-gradient(left, #ff4fe1, #a61fff);
        background-image: -moz-linear-gradient(left, #ff4fe1, #a61fff);
        background-image: -ms-linear-gradient(left, #ff4fe1, #a61fff);
        background-image: -o-linear-gradient(left, #ff4fe1, #a61fff);
        background-image: linear-gradient(to bottom, #ff4fe1, #a61fff);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff4fe1, endColorstr=#a61fff);*/
    }
#senha {
    background-color: #D6C1C2;
}
input {
    background: transparent;
    border: none;
    width: 80%;
    font-size: 25px;
    padding-left: 15px;
}
    /* Cor de fundo do autocomplete */
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 20px #D6C1C2 inset;
    }
    /* Cor do texto do autocomplete */
    input:-webkit-autofill {
        -webkit-text-fill-color: #ffffff !important;
    }
        input:-webkit-autofill,
        input:-webkit-autofill:hover,
        input:-webkit-autofill:focus,
        input:-webkit-autofill:active {
            -webkit-text-fill-color: #ffffff;
            transition: background-color 5000s step-end 0s;
            box-shadow: inset 0 0 20px 20px #D6C1C2;
        }

label {
    color: white;
}

.algin-left {
    text-align: left;
}

.well {
    min-width: 305px;
    margin: auto;
    background: transparent;
    border: none;
    box-shadow: none;
}

.login-area {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

    .login-area div {
        min-width: 305px;
        margin: auto
    }

.logo {
    text-align: center;
}

    .logo img {
        width: 90%;
        max-width: 300px;
    }

.img-profile {
    text-align: center;
}

    .img-profile img {
        width: 130px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100px;
    }

.login-area-second-step {
    position: absolute;
    top: 47%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0px;
}

    .login-area-second-step div {
        min-width: 305px;
        margin: auto;
        background: transparent;
        box-shadow: none;
        border: none;
    }

.logo-second-step {
    text-align: center;
}

    .logo-second-step img {
        width: 90%;
        max-width: 300px;
    }

.fieldsetLoginReset > section > div > label {
    font-size: 18px !important;
}

.fieldsetLoginReset > section > div {
    margin-bottom: 5px !important;
}
.login-area-first-login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0px;
}

    .login-area-first-login div {
        min-width: 305px;
        margin: auto;
        background: transparent;
        box-shadow: none;
        border: none;
    }

.logo-first-login {
    margin-top: -45px;
}

    .logo-first-login img {
        max-width: 88px;
        margin-left: 20px;
    }

.note a {
    color: white;
    font-size: 15px;
}

.welcome {
    font-size: 25px !important;
    border-bottom: none !important;
    width: auto;
}

.section-password {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

    .section-password label {
        width: 100%;
        border-bottom: 1px solid white;
    }

        .section-password label i {
            margin-left: 10px;
            font-size: 20px
        }

.home-button {
    font-size: 30px;
    color: white;
    width: 100%;
    text-align: right;
    margin-top: -20px;
    padding: 20px 20px 0px 0px;
    background: -webkit-linear-gradient(top, #2f2727, rgba(0, 0, 71, 0), transparent);
    position: absolute;
}

.avatar {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 750px) {
    #main-content {
        background-size: 1280px 100% !important;
    }

    .login-area {
        top: 70%
    }

    .login-area-second-step {
        top: 60%
    }

    .logo-second-step img {
        width: 55%;
        max-width: 300px;
    }

    .login-area-first-login {
        top: 50%
    }

    .logo-first-login {
        margin-top: -4%;
        margin-left: 1%;
    }
}
