﻿* {
    font-family: 'Quicksand', sans-serif;
}

.validation-summary-errors {
    #display: none !important;
}

input[type="checkbox"] {
    display: inline-block;
}

label {
    font-weight: normal !important;
    display: inline-block;
}

form-control {
    padding: 0px !important;
    background-color: red !important;
}

a, a:hover {
    color: #6d86fd;
    font-weight: bold;
    text-decoration: none;
}

hr {
    border-color: #d0d0d0;
}

body, html {
    font-family: 'Quicksand', sans-serif;
    background-color: #f9f4f9;
    color: #291f1f;
}

.header {
    width: 100%;
    height: 10vh;
    min-height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background-image: linear-gradient(-45deg, #f3acca 0%, #da9ffb 20%, #b697fc 40%, #00b7ff 60%, #47e3f8 80%);
}

.footer {
    width: 100%;
    height: 7vh;
    min-height: 50px;
    background-image: linear-gradient(-45deg, #f3acca 0%, #da9ffb 20%, #b697fc 40%, #00b7ff 60%, #47e3f8 80%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer a {
    margin: 0px 10px 0px 10px;
    color: white !important;
}

.logoAnimation {
    width: 7vh;
    height: auto;
    animation: logoPulseFrames 4s linear infinite normal;
    visibility: inherit;
    opacity: 1;
}

@keyframes logoPulseFrames {
    0% {
        transform: scale(0.92);
    }

    50% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(0.92);
    }
}

.login-clean {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    max-width: 340px;
    width: 90%;
    margin: 0 auto;
    border-radius: 4px;
}

.login-clean .illustration {
    text-align: center;
    padding: 0 0 20px;
    height: 100%;
    width: 100%;
    color: rgb(244,71,107);    
}

/* Styling the inputs*/
.login-clean form .form-control {
    accent-color: #6d86fd;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-radius: 4px;
    color: black;
    text-indent: 8px;
    height: 42px;
}

.login-clean form .btn-primary {
    -webkit-text-size-adjust: 100%;
    list-style: none;
    text-transform: none;
    -webkit-appearance: button;
    font-weight: 500;
    border-radius: 15px !important;
    color: white !important;
    background: linear-gradient(-33deg, #da9ffb 0%, #b697fc 25%, #6d86fd 50%, #00b7ff 75%, #47e3f8 100%) var(--_p,0%)/200% no-repeat !important;
    transition: .4s !important;
    font-size: 18px !important;
    width: 100% !important;
    height: 50px !important;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    outline: none !important;
    border: none;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    margin-top: auto;
    margin-bottom: 20px;
}

.login-clean form .btn-primary:hover, .login-clean form .btn-primary:active {
    color: #000000;
}
.btn-primary:active:before {
    transition: width .2s ease-out, padding-top .2s ease-out;
}

.login-clean form .btn-primary:active {
    transform: translateY(1px);
}

.login-clean form .forgot {
    display: block;
    text-align: center;
    font-size: 12px;
    color: red;
    opacity: 0.9;
    text-decoration: none;
}

.login-clean form .forgot:hover, .login-clean form .forgot:active {
    opacity: 1;
    text-decoration: none;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    height: 83vh;
    min-height: 83vh;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/*IS4 CSS*/
.validation-summary-valid{
    display:none;
}

.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}


.btn {
    -webkit-text-size-adjust: 100%;
    list-style: none;
    text-transform: none;
    -webkit-appearance: button;
    font-weight: 500;
    border-radius: 15px !important;
    color: white !important;
    background: linear-gradient(-33deg, #da9ffb 0%, #b697fc 25%, #6d86fd 50%, #00b7ff 75%, #47e3f8 100%) var(--_p,0%)/200% no-repeat !important;
    transition: .4s !important;
    font-size: 18px !important;
    width: 100% !important;
    height: 50px !important;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    outline: none !important;
    border: none;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    margin-top: auto;
    margin-bottom: 20px;
}

    .btn:hover, .btn:focus {
        --_p: 100% !important;
    }

    .btn > * {
        position: relative;
    }

    .btn span {
        display: block;
        padding: 12px 24px;
    }

