/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #336eb1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: rgba(0, 0, 0, 0.05);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: rgba(0, 0, 0, 0.05);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.border-top {
    border-top: 1px solid #fff;
}

.border-bottom {
    border-bottom: 1px solid #fff;
}

.box-shadow {
    -webkit-box-shadow: rgba(0, 0, 0, .05);
    box-shadow: rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
/* 
.img-fluid{
    animation-name: example;
    animation-duration: 3s;
    animation-direction:alternate;
    animation-iteration-count: infinite;
  }
  @keyframes example{
    from{
        margin-left: auto;
    opacity: 100%;
    transform: rotate(0deg);
    }
    from{
        margin-left: 10rem;
    opacity: 0%;
    transform: rotate(360deg);
    }
  } */
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

    html body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }

        html body .footer {
            position: absolute;
            bottom: 0;
            width: 100%;
            white-space: nowrap;
            line-height: 60px;
            /* Vertically center the text there */
        }
/*# sourceMappingURL=site.css.map */

.RegistrationForm .col-md-12 {
    margin-bottom: 15px;
}

.displayTextImageBlock {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
/*  display: flex;*/
    align-items: center;
    text-align:center;
    align-self:center;
}
.nextBtn {
    margin-top: 30rem ;   
}

.pageMargin {
    margin-top: 4%;
    /* margin-left: 20px;
    margin-right: 20px */
}
.leftMargin {
    margin-top: 4%;
    margin-left: 15%;
}


.mr-2 {
    margin-right: 1rem !important;
}
.img-fluid {
    display: none;
}