﻿@media (min-width: 768px) {
    .logotipoexpertsystem {
        width: 50px;
        height: 55px;
        background: url("../../../assets/img/logo-expert/logo_expert_50px.png");
        background-repeat: no-repeat;
        background-position: 0;
        background-size: 40px;
        position: relative;
        top: -15px;
    }
}

@media (max-width: 768px) {
    .logotipoexpertsystem {
        width: 50px;
        height: 65px;
        background: url("../../../assets/img/logo-expert/logo_expert_50px.png");
        background-repeat: no-repeat;
        background-position: 0;
        position: relative;
        top: -15px;
    }
}

@media (min-width: 992px) {
    .logotipoexpertsystem {
        width: 250px;
        height: 52px;
        background: url("../../../assets/img/logo-expert/logoExpertsystem.png");
        background-repeat: no-repeat;
        background-position: 0;
        background-size: 200px;
        position: relative;
        top: -0px;
    }
}


@media (max-width: 768px) {
    .logotipoexpertsystem {
        width: 50px;
        height: 55px;
        background: url("../../../assets/img/logo-expert/logo_expert_50px.png");
        background-repeat: no-repeat;
        background-position: 0;
        background-size: 35px;
        margin: 0 10px;
        position: relative;
        top: -15px;
    }
}


input, textarea {
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #000000;
    border-radius: 0;
    -webkit-transition: border-color .25s ease,box-shadow .25s ease;
    transition: border-color .25s ease,box-shadow .25s ease;
}

.centraliza-bt {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.w100 {
    width: 100%;
    border-radius: 3px !important;
}

.field-wrap-padding {
    padding: 15px 0px;
}

.mensagem-erro {
    font-size: small;
    color: red;
}

.button {
    border: 0;
    outline: none;
    border-radius: 30px;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #1ab188;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-appearance: none;
}

    .button:hover, .button:focus {
        background: #179b77;
    }

.button-block {
    display: block;
    width: 100%;
}


.req {
    margin: 2px;
    color: #1ab188;
}

label.active .req {
    opacity: 0;
}

.border-rad-trintapx {
    border-radius: 30px !important;
}

.form {
    background: #fff;
    padding: 15px;
    /* max-width: 600px; */
    margin: 40px auto;
    border-radius: 4px;
    display:flex;
}

label.labelseusdados {  
    font-size: 13PX;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.39);
    font-weight: 700;
    text-transform: uppercase;
    position:inherit;
}

.top-row-esqueci-senha > div {
    float: left;
    /*width: 48%;*/
    margin-right: 4%;
}

.d-flex {
    display: flex;
}
.mr-1{
    margin-right:2px;
}