﻿body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.has-success .input-group-addon {
    color: #949194 !Important;
    background-color: #e3e3e3 !Important;
    border-color: #b3b3b3 !Important;
}

.tituloLogin {
    color: #71008C;
}

.input-group-addon {
    padding: 6px 12px !Important;
    font-size: 14px !Important;
    font-weight: normal !Important;
    line-height: 1 !Important;
    color: #555 !Important;
    text-align: center !Important;
    background-color: #eee !Important;
    border-left: 1px solid #ccc !Important;
    border-bottom: 1px solid #ccc !Important;
    border-top: 1px solid #ccc !Important;
    -moz-border-radius-topright: 4px !Important;
}

.has-success .form-control {
    border-color: #b3b3b3 !Important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !Important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !Important;
}

.has-feedback .form-control {
    padding-right: 4.5px !Important;
    width: 135px;
    height: 34px !Important;
}

.form-control {
    font-size: 14px !Important;
    padding-left: 3px !Important;
    color: #555 !Important;
    background-color: #fff !Important;
    background-image: none !Important;
    border: 1px solid #ccc !Important;
    -moz-border-radius-topleft: 4px !Important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !Important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !Important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !Important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !Important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !Important;
}

.btngreen {
    color: white !Important;
    background-color: green !Important;
    width: 80% !Important;
}

    .btngreen:hover,
    .btngreen:focus {
        color: white !Important;
    }

a {
    color: #71008C;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #71008C;
    }

.btnLogin {
    border-radius: 30px;
    color: #fff;
    background-color: #F7BC00;
    border-color: #F7BC00;
}

    .btnLogin:hover, .btnLogin:active {
        color: #fff;
        background-color: #71008C;
        border-color: #71008C;
    }

#caixaLogin {
    width: 400px;
    float: none;
    border-radius: 5%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 12px #323232;
    border: 1px solid #0c3e73;
    margin: 0 auto;
}

    #caixaLogin h3 {
        color: #0c3e73;
        margin-top: 0px !important;
        margin-bottom: 30px !important;
    }

input-login {
    width: 40% !important;
    margin-left: 30% !important;
    margin-bottom: 5px !important;
}
/*Mobile*/
@media (max-width: 1440px) {
    #caixaLogin {
        max-width: 600px;
        width: 400px;
        flex: 0 1;
        margin-bottom: 160px;
    }
}
