.social-login-buttons {
    margin: 10px 0px;
}

a.login-btn {
    display: block;
    padding-left: 66px;
    position: relative;
    text-decoration: none
}

a.login-btn.facebook,
a.login-btn.google,
a.login-btn.seznam {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px
}

a.login-btn.facebook span,
a.login-btn.facebook strong,
a.login-btn.google span,
a.login-btn.google strong,
a.login-btn.seznam span,
a.login-btn.seznam strong {
    display: block;
    text-align: center
}

a.login-btn.facebook strong,
a.login-btn.google strong,
a.login-btn.seznam strong {
    line-height: 20px;
    padding: 13px 4px
}

a.login-btn.facebook .login-facebook-icon,
a.login-btn.facebook .login-google-icon,
a.login-btn.facebook .login-seznam-icon,
a.login-btn.google .login-facebook-icon,
a.login-btn.google .login-google-icon,
a.login-btn.google .login-seznam-icon,
a.login-btn.seznam .login-facebook-icon,
a.login-btn.seznam .login-google-icon,
a.login-btn.seznam .login-seznam-icon {
    font-size: 28px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 66px
}

a.login-btn.google .login-google-icon {
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 26 26" width="26" height="26" xmlns="http://www.w3.org/2000/svg"><g transform="matrix%281, 0, 0, 1, 27.009001, -39.238998%29"><path fill="%234285F4" d="M -3.264 51.509 C -3.264 50.719 -3.334 49.969 -3.454 49.239 L -14.754 49.239 L -14.754 53.749 L -8.284 53.749 C -8.574 55.229 -9.424 56.479 -10.684 57.329 L -10.684 60.329 L -6.824 60.329 C -4.564 58.239 -3.264 55.159 -3.264 51.509 Z"/><path fill="%2334A853" d="M -14.754 63.239 C -11.514 63.239 -8.804 62.159 -6.824 60.329 L -10.684 57.329 C -11.764 58.049 -13.134 58.489 -14.754 58.489 C -17.884 58.489 -20.534 56.379 -21.484 53.529 L -25.464 53.529 L -25.464 56.619 C -23.494 60.539 -19.444 63.239 -14.754 63.239 Z"/><path fill="%23FBBC05" d="M -21.484 53.529 C -21.734 52.809 -21.864 52.039 -21.864 51.239 C -21.864 50.439 -21.724 49.669 -21.484 48.949 L -21.484 45.859 L -25.464 45.859 C -26.284 47.479 -26.754 49.299 -26.754 51.239 C -26.754 53.179 -26.284 54.999 -25.464 56.619 L -21.484 53.529 Z"/><path fill="%23EA4335" d="M -14.754 43.989 C -12.984 43.989 -11.404 44.599 -10.154 45.789 L -6.734 42.369 C -8.804 40.429 -11.514 39.239 -14.754 39.239 C -19.444 39.239 -23.494 41.939 -25.464 45.859 L -21.484 48.949 C -20.534 46.099 -17.884 43.989 -14.754 43.989 Z"/></g></svg>') no-repeat 50%;
    background-size: 26px 26px
}

a.login-btn.facebook .login-facebook-icon {
    background: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:%23fff;}</style></defs><title>flogo-HexRBG-Wht-512</title><path class="cls-1" d="M483.74,0H28.26A28.26,28.26,0,0,0,0,28.26V483.74A28.26,28.26,0,0,0,28.26,512H273.5V314H207V236.5h66.5v-57c0-66.13,40.39-102.14,99.38-102.14,28.25,0,52.54,2.11,59.62,3V149.5l-40.81,0c-32,0-38.19,15.24-38.19,37.62V236.5h76.74l-10,77.5H353.5V512H483.74A28.26,28.26,0,0,0,512,483.74V28.26A28.26,28.26,0,0,0,483.74,0Z"/></svg>') no-repeat 50%;
    background-size: 28px 28px
}

a.login-btn.seznam .login-seznam-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='30' fill='none'%3E%3Cpath fill='%23fff' d='M.406 30c5.403 0 27.429-2.575 27.429-9.47 0-4.2-5.627-6.203-7.938-6.874-4.405-1.278-7.979-2.596-7.979-3.752 0-1.155 2.504-1.397 5.191-1.992 3.58-.791 5.085-1.228 5.085-3.131 0-1.24-.952-2.753-1.437-3.405C19.912.24 19.778 0 19.502 0c-.596 0-.125.772-6.859 1.908-4.266.72-9.943 2.64-9.943 6.53s5.077 5.694 10.16 7.534c5.238 1.896 9.618 2.589 9.618 5.613 0 4.823-20.7 7.867-22.041 8.09-.628.105-.525.325-.031.325Z'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: 22px 23px
}

#footer a.login-btn:hover {
    text-decoration: none
}

input[type=submit].btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}