.login-btn, .subscribe-btn {
display: inline-block;
align-items: center;
justify-content: center;
text-align: center;
text-transform: uppercase;
background: #fff;
color: #000;
max-width: 100%;
font-size: 10px;
font-weight: 600;
border: 0;
outline: 0;
position: relative;
cursor: pointer;
border-radius: 3px;
white-space: nowrap;
-moz-appearance: none;
-webkit-appearance: none;
height: 30px;
line-height: 30px;
padding: 0 17px;
}