@charset "utf-8";
/* CSS Document */

.buttonujreg {
	border-radius: 12px;
    background-color: darkred;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
	cursor: pointer;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	
}


.buttonujreg:hover {
	background-color: red;
	transition: background-color 0.3s;
}

.buttonujreg:link{
	color: white;
}

.buttonujreg:visited {
	color: white;
	
}

.buttonujreg:active{
	color: white;
}


.buttonszoveg {
	font-style: normal; 
	font-weight: bold; 
	align-content: flex-start;
	
}

.buttonalszoveg {
	font-size: 12px; 
	font-style: normal; 
	font-weight: lighter;
	
}

@media screen and (min-width:1071px) {
	
	.buttonujreg {
		width: 75%;
		min-height: 70px;
		
	}
	
}


@media screen and (max-width:1070px) {
	
	.buttonujreg {
		width: 90%;
		min-height: 70px;
	}
}


@media screen and (max-width:800px) {
	
	.buttonujreg {
		width: 80%;
		min-height: 70px;
	}
}

@media screen and (max-width : 480px ){
	
	.buttonujreg {
		width: 80%;
		min-height: 80px;
	}
}