/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 #rlc-plugins-form_frt {
    display: flex;
      justify-content: center;
}
.rlc-plugin-cont_frt {
    width: 75%;
    padding: 50px;
    background: green;
    color: #fff;
}
.rlc-plugin-cont_frt h2 {
    font-size: 25px;
    margin: 0;
    margin-bottom: 0px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.rlc-plugin_frt {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
}
.rlc-plugin_frt label{
    padding-right: 10px;
    min-width: 100px;
}
.rlc-plugin_frt select{
    width: 100%;
    height: 35px;
    cursor: pointer;
    font-size: 16px;
}
.rlc-plugin-cont_frt button{
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 18px;
}
