/*
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 */


#iskolaJelentkezesForm{
    padding: 15px;
    border: 2px solid lightgray;
    background-color: #f5f5f5;
    /* width: 400px; */
    /* text-align: left; */
    border-radius: 15px;
    box-shadow: #999 2px 10px 35px;
}

#iskolaJelentkezesForm  input.inputbox, #iskolaJelentkezesForm  select.inputbox, #iskolaJelentkezesForm  textarea.inputbox{
    background-color: #fff;
}

body input[type="submit"] {
    box-shadow: #0b7cac 0px 5px 15px;
}