﻿.id-button {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	font-size: 14px;
	background: #008DAB;
	padding: 5px 50px 5px 5px;
	color: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	width: max-content;
	position: relative;
	/*transition: ease all 0.2s;*/
	margin: auto;
	width: 90%;
}

	.id-button:before {
		content: '';
		position: absolute;
		width: 20px;
		height: 18px;
		right: 12px;
		top: 50%;
		transform: translate(0,-50%);
		background-image: url('../img/adamos/login_white.svg');
		background-size: contain;
		background-repeat: no-repeat;
	}

	.id-button .adamos-logo {
		width: 40px;
		height: 40px;
		background-image: url('../img/adamos/Adamos_on_white.svg');
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
		margin-right: 10px;
		display: flex;
	}

.sign-button {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	font-size: 14px;
	background: #008DAB;
	padding: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	width: max-content;
	position: relative;
	/*transition: ease all 0.2s;*/
	margin: auto;
}

	.sign-button .adamos-logo {
		width: 24px;
		height: 24px;
		background-image: url('../img/adamos/Adamos_on_white.svg');
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
		margin-right: 10px;
		display: flex;
	}
