*{
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body{
    font-family: 'Roboto';
    background: rgba(0,0,0,0.01);
}
.env{
    float: left;
    width: 100%;
}
.env-instala{
    float: left;
    width: 30%;
    padding: 20px 5%;
    border-radius: 10px;
    margin: 50px 30% 0 30%;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}
.env-instala img{
    float: left;
    height: 40px;
}
.tt-termos{
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
.tt-termos a{
    color: #ff2f00;
}
.env-instala form{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.env-instala .input{
    float: left;
    width: 90%;
    height: 16px;
    padding: 10.4px 5%;
    margin-top: 10px;
    border: 0;
    background: #fff;
    color: #000;
    border-radius: 4px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
}
.env-instala select{
    float: left;
    width: 48%;
    padding: 10px 5%;
    margin-right: 4%;
    margin-top: 10px;
    border: 0;
    background: #fff;
    color: #000;
    border-radius: 4px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
}
.env-instala select:last-of-type{
    margin-right: 0;
}
.env-instala .env .input{
    width: 38%;
    margin-right: 4%;
}
.env-instala .env .input:nth-of-type(2n+0){
    margin-right: 0;
}
.botao{
    float: left;
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #f90;
    font-size: 14px;
    font-weight: 900;
    border-radius: 4px;
}
.botao:hover{
    border: 1px solid #f90;
    color: #f90;
    background: transparent;
}
.progresso-instalacao{
    display: none;
    position: absolute;
    width: 100%;
    height: 90%;
    padding-top: 10%;
    z-index: 2;
    text-align: center;
    background: rgba(255,255,255,0.9);
}
.progresso-instalacao .progresso-instalacao-form{
    margin: 0 auto;
    width: 300px;
    height: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.instalacao-progress{
    float: left;
    height: 15px;
    background: #f90;
}
.desc-instalacao, .desc-instalacao span{
    float: left;
    width: 100%;
}
.desc-instalacao{
    margin-top: 10px;
}
@font-face{
    font-family: 'carregando';
    src: url('../css/carregando.eot?wb2hmq');
    src: url('../css/carregando.eot?wb2hmq#iefix') format('embedded-opentype'),
    url('../css/carregando.ttf?wb2hmq') format('truetype'),
    url('../css/carregando.woff?wb2hmq') format('woff'),
    url('../css/carregando.svg?wb2hmq#carregando') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.icon-carregando{
    font-family: 'carregando' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-carregando:before{
    content: "\e97b";
    display: block;
    font-size: 32px;
    animation-name: girando;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: girando;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.desc-instalacao span:nth-of-type(2){
    margin-top: 10px;
    font-size: 15px;
    font-weight: 900;
}
.desc-instalacao span:nth-of-type(3){
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
}
.msg-erro{
    float: left;
    width: 90%;
    padding: 20px 5%;
    margin-top: 20px;
    font-size: 14px;
    background: #fff4f4;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
}
.msg-erro2{
    margin-top: 0;
}
@media (max-width: 1000px){
    .env-instala{
        width: 50%;
        margin: 50px 20% 0 20%;
    }
}
@media (max-width: 700px){
    .env-instala{
        width: 80%;
        margin: 50px 5% 0 5%;
    }
}
@-webkit-keyframes girando {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}