/*
 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
*/

.w-full {
  width: 100%;
}

.thim-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  form {
    margin-block: 0;
  }
}

.elementor-element-6983679 {
	display: flex;
	justify-content: flex-end;

	.thim-link-login {
		padding: 1rem;
		display: flex;
		gap: 1rem;
		color: white;
		width: fit-content;

		a {
			color: white;
		}
	}
}

.elementor-element-6983679 {

	.thim-link-login {
	    
	   .user-info {
	       
	       	a {
		        color: black !important;
		    }
	   }
	
	}
}

.elementor-element-6983679 .thim-link-login .register::after {
  content: '|';
  margin-left: 1rem; /* Adjust space as needed */
}

.elementor-widget-container {
  margin-right: 18px;
}


