/* Additional styles specific to register page */

.dydx-icon-wrapper img {
    width: 13.5px;
    height: 14.5px;
}
.dydx-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: black;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.dydx-icon-wrapper svg {
    width: 13.5px;
    height: 14.5px;
} 