@font-face {
    font-family: 'HelveticaNeueLT Std Med';
    src: url('../fonts/HelveticaNeueLTStdMd.otf');
}


#olv{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #01a851;
    margin-top: 20px;
}

body{
    font-family: 'HelveticaNeueLT Std Med', sans-serif;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #f1f1f1;
}

a,
input,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0;
}

.navbar-toggler,
a,
button,
input:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

.divLogin{
    border-radius: 10px;
  box-shadow: 5px 5px 16px 0 rgba(142, 142, 142, 0.15);
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
}


#h1{
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #01a851;
    text-align: center;
    margin-bottom: 24px;
}

.campo{
    border-radius: 0px !important;
    background-color: #ffffff !important;
    padding:16px;
    border-left: transparent !important;
    border-top: transparent !important;
    border-right: transparent !important;

    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom:  solid 1px #979797 !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #949494;
   
}

.Logo{
    width: 306px;
}


#button{
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #01a851;
    padding-top: 12px;
    padding-bottom: 13px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin-top: 35px;
}

.input-group-text {

    background-color: transparent !important;
    cursor: pointer;
    border: 0px;
}
.input-group{
    margin-bottom: 25px;
}