#ohsnap {
        position: fixed;
        /* bottom: 5px; */
        right: 5px;
        margin-left: 5px;
        z-index: 99;
      }
      .alert {
        text-align: right;
        margin-top: 0px;
        padding: 15px;
        border: 1px solid #eed3d7;
        border-radius: 4px;
        float: right;
        clear: right;
      }
      .alert-red {
        color: white;
        background-color: #da4453;
      }
      .alert-green {
        color: white;
        background-color: #37bc9b;
      }
      .alert-blue {
        color: white;
        background-color: #4a89dc;
      }
      .alert-yellow {
        color: black;
        background-color: #f6bb42;
      }
      .alert-orange {
        color: white;
        background-color: #e9573f;
      }
      .buttons {
        margin-bottom: 20px;
        display: block;
      }
      .buttons a {
        margin: auto;
        margin-bottom: 5px;
        float: none !important;
        text-align: center;
      }
      .buttons a span {
        padding-left: 0px;
      }
      #ohsnap {
        text-shadow: none;
      }
      @media (max-width: 450px) {
        .buttons {
          margin-bottom: 334px;
        }
      }
.jumbotron{
    border-radius: 0px 0px 45px 45px !important;
}
.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; 
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

@media (min-width: 320px) {
    .jumbotron {
        padding: 7.001rem 2rem;
    }

    .bg-col {
        width: 85%;
        margin-top: -210px !important;
    }

    .text-muted {
        font-size: 10px;
    }

    .mb-4 p {
        font-size: 14px;
    }
}

@media (min-width: 425px) {
    .jumbotron {
        padding: 7.001rem 2rem;
    }

    .bg-col {
        width: 85%;
        margin-top: -189px;
    }

    .mb-4 p {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 7.001rem 2rem;
    }

    .bg-col {
        width: 40%;
    }
}

@media (min-width: 768px) {
    .jumbotron {
        padding: 7.001rem 2rem;
    }

    .bg-col {
        width: 80%;
    }

    .text-muted {
        font-size: 14px;
    }

    .mb-4 p {
        font-size: 17px;
    }
}

@media (min-width: 1440px) {
    .jumbotron {
        padding: 7.001rem 2rem;
    }

    .bg-col {
        width: 40%;
        margin-top: -150px !important;
    }
}