.rounded-button{
	border: 3px solid #005baa;
    border-radius: 55px;
/*     margin: 0 10px; */
	background-color: #005baa;
	color: #fff;
	transition: 0.25s;
	justify-content: center;
	font-family: robotomedium;
	text-transform: uppercase;
}
.rounded-button:hover{
    background-color: #00aeef;
    border-color: #00aeef;
    color: #fff;
}

.rounded-button-sm{
	font-size: 11px;
    border-radius: 20px;
	background-color: #005baa;
	color: #fff;
	transition: 0.25s;
	justify-content: center;
	font-family: robotomedium;
	text-transform: uppercase;
}
.rounded-button-sm:hover{
    background-color: #00aeef;
    color: #fff;
}
.rounded-button-warning{
	background-color: #E9573E;
	border: 3px solid #E9573E;
}

.rounded-button-warning:hover{
    background-color: #DB4227;
	border: 3px solid #DB4227;
}

.rounded-button-optional{
	color:#005baa;
	background-color: #fff;
}

.rounded-button-size-modal{
	font-size: 1rem;
    height: 50px;
    width: calc(50% - 20px);
}

.rounded-button-size-form{
	font-size: 14px;
    height: 45px;
    width: 100%;
}

.rounded-button-sm{
	font-size: 0.7rem;
    height: 30px;
    width: auto;
	border-radius: 25px;
	padding: 0px 20px;
}