.nmx-button--facebook a {
   background-color: #1e518f;
}

.nmx-button--gplus a {
   background-color: #db342a;
   margin-top: 10px;
}

.nmx-button--facebook,
.nmx-button--gplus {
   display: block;
   position: relative;
   margin-top: 10px;
}

.nmx-button--facebook a,
.nmx-button--gplus a {
   color: white;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
   padding: 12px 40px 10px;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   max-width: 200px;
   margin-bottom: 1rem;
   max-width: 360px;
}

.nmx-button-social-icon {
   display: inline-block;
   height: 15px;
   fill: white;
   position: absolute;
   left: 10px;
}