﻿input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

body, html {
    height: 100%;
    font-family: Ubuntu,sans-serif !important;
    margin: 0px;
    background-image: url(https://viunilever.com.br/images/Placeholder_home/bg2017_2.jpg);
    background-size: cover;
    background-position: center;
}

form {
    height: 100%;
}

.tituloFC h2{
    color: rgb(0, 78, 147) !important;
    font-weight: 700 !important;
    font-size: 25px;
    letter-spacing: -0.5px;
}

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.btn-success-custom {
    color: #000;
    background-color: #1ebdff;
    border-radius: 0px !important;
    padding: 8px;
}

.btn-voltar-custom {
    border-radius: 0px !important;
    padding: 8px !important;
}

.btn-link {
    color: #000;
    font-weight: bold;
    padding-top: 20px;
}

.txtLogin {
    border: 0px solid #ccc;
    border-radius: 0px;
}

.input-group {
    margin-bottom: 25px;
}

/*center h v*/
.jumbotron {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
    /*padding: 0px !important;*/
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
    padding-top: 20px !important;
    border-radius: 0px;
}

.jumbotron2 {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 30px !important;
    padding-top: 15px !important;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.80);
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.control-label{
    color: rgb(40, 94, 142);
    font-weight: 500;
    text-transform: uppercase;
}

.form-control {
    border-radius: 0 !important;
    box-shadow: none;
    border: none !important;
    border-bottom: 2px solid rgb(40, 94, 142) !important;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(40, 94, 142);
    font-weight: 500;
    background: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control::placeholder{
        color: rgb(40, 94, 142);
    }
    .form-control:focus{
        box-shadow: none !important;
    }

.form-control {
    border-radius: 0 !important;
    box-shadow: none;
    border-color: #d2d6de;
}

.form-control {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.msg-control{
    border: 2px solid rgb(40, 94, 142) !important;
    border-radius: 2px !important;
}


.btn {
    border-radius: 14px;
    outline: none;
}

.btn-back-custom {
    background-image: linear-gradient(#1ebdff, #0095ff);
    border: none !important;
    border-radius: 6px !important;
    padding: 11px 40px !important;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0px 1px 3px #000;
}
    .btn-back-custom:active {
        background-image: linear-gradient(#0095ff, #1ebdff);
    }
    .btn-back-custom:focus {
        outline: none !important;
    }

.btn-send-custom {
    background-image: linear-gradient(#ff7c31, #ff5d00);
    border: none !important;
    border-radius: 6px !important;
    padding: 11px 40px !important;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0px 1px 3px #000;
}
    .btn-send-custom:active {
        background-image: linear-gradient(#ff5d00, #ff7c31);
    }
    .btn-send-custom:focus {
        outline: none !important;
    }

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.backdropLogin {
    height: calc(100vh - 50px) !important;
    min-height: calc(100vh - 50px) !important;
    background: none !important;
}

.rodapeFC{
    display: block;
    height: 50px;
    bottom: 0;
}

.rodapeFC p{
    text-transform: uppercase;
    color: #fff;
}

.logoMira{
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 768px){
    .rodapeFC p{
        text-align: center;
    }

    .logoMira{
        justify-content: space-around;
        margin-bottom: 5px;
    }

    .btn-send-custom{
        width: calc( 100% - 30px);

    }

    .btn-back-custom{
        width: calc(100% - 30px);
        margin-bottom: 10px;
    }
}

