/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

.login_form {
	float: right;
	position: relative;
	top: -5px;
}
.login_form input {
	padding: 8px;
	font-size: 13px;
}
.login_form button {
    border: 1px solid white;
	background: transparent;
	color: white;
	padding: 7px;
}


@font-face {
    font-family: 'opensanscondensed';
       src: url('/wp-content/themes/ChildThemeDivi/fonts/OpenSansCondensed-Light.ttf') format('ttf');
}



