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

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


.sf-login-section {
	width: 36%;
    float: left;
    box-sizing: border-box;
    padding: 50px 35px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 20px;
    margin-right: 2%;
    margin-left: 2%;
}
.sf-register-section {
	  width: 60%;
  	float: left;
}
