html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.alt-signon-button-wrapper {
    position: relative;
    left: 140px;
    height: 35px;
    min-width:140px;
    max-width:140px;
}

.alt-signon-button {
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat,sans-serif;
    font-size: .9em;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    position: relative;
    float: right;
    min-height: 35px;
    max-height: 35px;
    min-width: 35px;
    max-width: 35px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
}

.apple {
    background-image: url('images/apple-logo.png');
}

.google {
    background-image: url('images/google-logo.png');
}

.email {
    background-image: url('images/email.png');
}

.button-10 {
    display: inline-block;
    flex-direction: column;
    align-items: center;
    padding: 6px 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    border-radius: 6px;
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
    background-origin: border-box;
    box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.red-gradient {
    background: linear-gradient(180deg, #F44336 0%, #702620 100%);
}

.clean-input {
    border-top: 1px solid #00000069;
    border-left: 1px solid #00000069;
    box-shadow: 2px 2px 2px #0d0d0d8c;
    margin-bottom: 10px;
    border-radius: 4px;
}

    .clean-input:focus {
        box-shadow: 8px 8px 8px #0d0d0d8c;
    }

.full-text {
    position: relative;
    min-width: 94%;
    max-width: 94%;
    height: 30px;
}

.half-text {
    position: relative;
    min-width: 46%;
    max-width: 46%;
    height: 30px;
    margin-right: 9px;
}
.error{
    font-size:10px;
    font-style:italic;
    color:red;
}

.establishment-logo {
    position: absolute;
    left: 50%;
    top: 60px;
    min-width: 400px;
    max-width: 400px;
    min-height: 225px;
    max-height: 225px;
    transform: translate(-200px,0);
    background-repeat: no-repeat;
    background-size: contain;
}

.email-setup {
    position: absolute;
    top: 285px;
    left: 50%;
    min-width: 400px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
    transform: translate(-200px, 0px);
    padding: 10px;
}

@media screen and (max-width: 500px) {
    .establishment-logo {
        position: absolute;
        left: 10px;
        top: 60px;
        right:10px;
        min-width: 90%;
        max-width: none;
        min-height: 225px;
        max-height: 225px;
        transform: translate(0,0);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .email-setup {
        left: 10px;
        right: 10px;
        min-height: 400px;
        min-width: 90%;
        transform: translate(0, 0);
        padding: 0;
    }
}