/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/
#login-popup-2 .thim-login-popup > a {
	background-color: orange !important;
	color: #fff !important;
	text-transform: uppercase;
	margin: 5px 5px 0;
	border-radius: 25px;
	font-size: 13px !important;
	padding: 20px 25px !important;
	font-weight: 300;
	position: static;
}
#login-popup-2 .thim-login-popup > a::before {
	content: "" !important;
	margin-right: 0 !important;
}
#thim-popup-login h2, #thim-popup-login label, .thim-login form h2, .thim-login form label {
	display: none;
}
.thim-register form select, .thim-register form textarea, .thim-register form input[type="number"], .thim-login form select, .thim-login form textarea, .thim-login form input[type="number"] {
	
	line-height: 30px;
	padding: 4px 20px;
	border: 1px solid #e5e5e5;
	color: #999;
	margin-bottom: 20px;
	display: block;
	min-height: 2px;
	border-radius: 0;
  	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.menu-right .thim-link-login .register {
	display: block;
}


.certificate-actions li.download a {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-color: #777;
	color: #fff;
	margin-bottom: 30px;
}