/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .sodexoLogo {
    max-width: 250px;
    margin-bottom: 0.5rem;
 }



#sodexo_box {
    position: relative;
    margin-bottom: 1rem;
}

#sodexo_box input#sodexoCode {
    width: 100%;
    display: block;
    height: 46px;
    margin: 0;
}

#sodexo_box #sodexoSubmit {
    position: absolute;
    right: 0;
    margin: 0;
    margin-top: -46px;
    height: 46px;
    background: #2c3b8f;
    color: #fff;
    border-radius: 0;
}

 .sodexoHelper {
    display: block;
    color: #2c3b8f;
    cursor: pointer;
 }

 .sodexoHelp {
    display: none;
 }

 .sodexoError {
    color: red;
 }

#sodexo_box h2 {
   margin-bottom: 0.5rem;
}
#sodexo_box .excludedWarning {
   line-height: 12px;
   margin-bottom: 1rem;
   margin-top: 1rem;
}


#sodexo_box .excludedWarning img,
#sodexo_box .excludedWarning span {
   color: red;
   display: inline;
   font-size: 12px;
   margin-right: 4px;
   vertical-align: middle;
}

#sodexo_box img.pellegrinilogo {
   margin: 15px 0;
   max-width: 50%;
}