#tutorial-solic ul {
    margin-bottom: 43px;
}
#tutorial-solic ul li {
    width: 100%;
    display: table;
    margin-bottom: 5px;
}
#tutorial-solic ul li a {
    width: 100%;
    display: block;
    padding: 13px 20px 13px 60px;
    border-radius: 20px;
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'alleyn-light';
}
#tutorial-solic ul li a span {
    position: absolute;
    left: 18px;
    top: 50%;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
    margin-top: -15px;
    background: #fff;
    color: #0a2f3f;
    font-family: 'alleyn-light';
}
#tutorial-solic ul li.even a {
    background: #0a2f3f;
}
#tutorial-solic ul li.odd a {
    background: #9db100;
}
#tutorial-solic ul li a:hover span {
    color: #9db100;
}
#formulario-solic input {
    border-bottom: 1px solid #1B4172;
    font-size: 14px;
    font-family: 'alleyn-regular', sans-serif;
    width: 49%;
    height: 41.09px;
    display: inline-flex;
    padding-left: 10px;
}
#formulario-solic #mensagem {
    height: 100px;
    border-bottom: 1px solid #1B4172;
    font-size: 14px;
    font-family: 'alleyn-regular', sans-serif;
    display: inline-flex;
    width: 100%;
    padding-left: 10px;
    height: 41.09px;
    align-items: center;
    justify-content: center;
    margin-bottom:15px;
}
#formulario-solic button {
    background: #9db100;
    font-size: 16px;
    color: #fff;
    font-family: 'alleyn-regular', sans-serif;
    border-radius: 20px;
    display: table;
    padding: 10px 40px;
    cursor: pointer;
    float: right;
    clear: both;
    margin: 30px 4% 0 0;
}
#formulario-solic ::-webkit-input-placeholder {color: #373737;}
#formulario-solic :-moz-placeholder {color: #373737;}
#formulario-solic ::-moz-placeholder {color: #373737;}
#formulario-solic :-ms-input-placeholder {color: #373737;}