/* link button styles
========================================================================== */
.ea-form .link_button {position: relative; display: inline-block; float: none; width: auto; height: auto; margin: 0 5px; padding: 0 10px; text-align: center; text-decoration: none;}
.ea-form .link_button:hover {cursor: pointer; text-decoration: none;}
.ea-form .float_button {display: block; float: left; margin: 0; padding: 16px 20px 14px 20px;}
.ea-form .full_button {width: 100%;}
.ea-form .link_button::before,
.ea-form .link_button::after {position: relative; display: inline-block; float: none; width: auto; height: auto; margin: 0; padding: 0; font-family: "Font Awesome 5 Free"; box-sizing: border-box; transition: all 0.2s ease-in-out -0.2s;}
.ea-form .link_button::before {margin: 0 15px 0 0;}
.ea-form .link_button::after {margin: 0 0 0 15px;}
.ea-form .left_arrow::before {content: "\f359";}
.ea-form .right_arrow::after {content: "\f35a";}
.ea-form .cancel_button::after {content: "\f057";}
.ea-form .login_button::after {content: "\f2f6"; font-weight: 800;}
.ea-form .external_button::after {content: "\f35d"; font-weight: 800;}

/* change your colors here
========================================================================== */
.ea-form .link_button {color: rgba(63,68,66,1); background-color: rgba(255,255,255,1); border: 2px solid rgba(255,255,255,1); border-bottom-color: rgba(0,162,255,1);}
.ea-form .link_button:hover {color: rgba(255,255,255,1); background-color: rgba(0,162,255,1); border-color: rgba(0,162,255,1);}

/* responsive media queries
========================================================================== */
@media only screen and (max-width: 1280px)
{
	
}
@media only screen and (max-width: 1024px)
{
	
}
@media only screen and (max-width: 768px)
{
	
}
@media only screen and (max-width: 480px)
{
	
}
@media only screen and (max-width: 320px)
{
	
}