/*
Theme Name: Ierax Internal
Author: Kallipolitis Konstantinos
Version: 1.0
License: GNU General Public License v2 or later
*/
* {
font-family: "Google Sans", sans-serif;
}
.home{
	max-width: 500px;
	margin: 50px auto;
}

.home img{
	max-width: 100%;
	height: auto;
}

.registration-wrapper input[type="text"],
.registration-wrapper input[type="email"],
.registration-wrapper input[type="password"],
.registration-wrapper input[type="tel"] {
   font-family:"Google Sans", sans-serif;
}

.registration-wrapper button {
   font-family:"Google Sans", sans-serif;
}

 
.form-row {
    display: flex;
    gap: 10px;
}