/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.btn_logout_cpanel {
    padding: 12px 12px;
    background-color: #F44336 !important;
    color: #fff !important;
    border-radius: 100px !important;
    text-decoration: none;
}
.input_login {
    border: 1px solid #000 !important;
}
.btn_continuar {
    background: #0b7377 !important;
    border-radius: 6px !important;
}
.btn_voltar {
    background: #770b6e !important;
    border-radius: 6px !important;
}
.btn_back_rescue_psw {
    background: #770b6e !important;
    border-radius: 6px !important;
    color: #fff;
    padding: 4px 25px;
}