#loader {
    align-items: center;
    display: inline-flex;
}
div#loader img {
    width: 84px;
    height: 84px;
    align-items: center;
}
    #loader {
      display: none;
      margin-top: 10px;
    }
    #response {
      margin-top: 15px;
      font-weight: bold;
    }
    form#activationForm input {
    width: 100%;
}
div#response {
    color: #fff;
    text-align: center;
}
button {
    text-align: center;
    margin: 0 auto;
    width: 67%;
    display: block;
    border-radius: 0%;
}
.img-boxer {
    border-radius: 11px;
}
div#loader {
    text-align: center;
    margin: 12px auto;
    width: 67%;
    background: #fff;
    padding: 9px;
}