.ras-one {
    margin:0; padding:0;
    margin-left: 50px;
    position:relative;
    width:380px; height:80px;
    overflow:hidden;
}
.ras-one span {
    display:block;
    position:absolute; left:50px; top:20px; z-index:1;
    width:300px; height:80px;
    margin:0; padding:0;
    background:url('../imgs/agrdlogoNV.png') top left no-repeat;
   
}
.ras-only{

}
.ras-control{
    display:block;
    width:400px;
    margin-left: 30px;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;color:#495057;
    background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;
    border:1px solid #ced4da;border-radius:0;
    -webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
    
}
.ras-control:active{
    border-color:#006088
}
.ras-control:focus{
    color:#495057;
    background-color:#fff;border-color:#80bdff;
    outline:0;
    -webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)

}

.ras-content{
    
}
.ras-login{
    border-radius:15px;
 
    padding:1em 4%;
    margin:2em auto;
    max-width:30rem;
    width:100%;background-color:rgba(255,255,255,.9)
}
.btn-primary{
    background:#007db1;color:#fff;font-size:14.4px;width:380px;
    -webkit-box-shadow:none;box-shadow:none;border:none;height:40px;
    margin-left:55px;
    margin-top:30px;
    border-radius:3px
}
.btn-primary:hover{background:#00569e}
.btn-primary:active{background:#003a69}
 


@media screen and (max-width: 768px){
  /* max-width = TELAS MENORES QUE A DO VALOR DEFINIDO */
  .ras-login{
     
    padding:1em 4%;
    margin:1em auto;
    max-width:20rem;
     
}

.ras-control{
    display:block;
    width:250px;
}
.ras-one {
    margin:0; padding:0;
    margin-left: 10px;
}
.ras-one span {
    display:block;
    position:absolute; left:10px; top:20px; z-index:1;
    width:300px; height:80px;
    margin:0; padding:0;
    background:url('../imgs/agrdlogoNV.png') top left no-repeat;
   
}

.btn-primary{
    background:#007db1;color:#fff;font-size:14.4px;width:310px;
    margin-left:10px;
} 



}