
body{
    margin-right: 15px;
    margin-left: 15px;
    background-color: #f7f7f7;
}
.hed-title{
    margin-top: 100px;
}

.hed-title .h4{
    margin-top: 20px;
}

.hed-title img {
    width:70px;
    border-radius: 10px;
}

.card-rut{
    border-top-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top: 3px solid #f4633a;
    width:100%;
    max-width: 600px;
}

#btnsrut{
    margin-top: 30px;
}

.btn-primary{
    background-color: #f4633a!important;
    border: 1px solid #f4633a!important;
    width:50%;
    padding:15px;
}

*:focus{
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 1px solid lightgrey!important;
}

