@font-face {
    font-family: VoltaModernDisplay-book;
    src: url(../fonts/VoltaModernDisplay-55Roman.otf);
  }

  @font-face {
    font-family: VoltaModernDisplay-light;
    src: url(../fonts/VoltaModernDisplay-45Light.otf);
  }

  @font-face {
    font-family: VoltaModernDisplay-bold;
    src: url(../fonts/VoltaModernDisplay-75Bold.otf);
  }

body {
    min-height: 100vh;
    font-family: 'VoltaModernDisplay-book', Arial, sans-serif;
    font-size: 16px;
    background-image: url("../img/header-3.png") ;
    background-position: top; 
    background-repeat: no-repeat;
    background-size: contain;
}

/* nav {
    height: 20vh;
} */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'VoltaModernDisplay-light', Arial, sans-serif;
}

/* p{
    font-family: Arial, sans-serif;
} */

.mt-6{
    margin-top: 5em;
}

a, .custom-control{
    cursor: pointer;
}

.nav-link{
    color: #212529
}

.nav-link:hover{
    color: #5390d1
}

a{
    color: #5390d1
}

.bg-light{
    background-color: #fff !important;
}

.small, small {
    font-size: 70%;
}

ol{
    padding-inline-start: 20px;
}

.container-fluid{
    background-color: #f4fbff;
}

sup {
    top: -.25em !important;
}

.btn, .btn-large, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat{
    font-size: 18px;
    height: auto;
}

.brand-logo{
    width: 20%;
    margin: 70px;
}

#header-bg {
    /* background-image: url("../img/header.jpg") ;
    background-position: top; 
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px; */
    /* height: 100px; */
}

.login.card {
    /* position: relative; */
    /* top: 100px; */
    /* display: block; */
    margin: auto;
    border: none; 
    /* opacity: 0.95; */
    border-radius: 0px;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 14%);
}

.login .card-body {
    /* padding: 50px 70px; */
    /* height: 100%; */
}

.login{
    color: #fff;
    /* background: linear-gradient(340deg, rgba(89,45,95,0.9) 0%, rgba(224,13,91,0.9) 100%); */
    /* background: linear-gradient(340deg, #57688e -20%, #40c8f4 100%); */
    background: linear-gradient(340deg, #597ac4 -20%, #40c8f4 100%);;

}

.login.card h3 {
    /* font-size: 43px; */
    /* font-weight: 500; */
}

.login.card p {
    font-size: 1em;
}

.custom-control.material-checkbox {
    --color: #fff; 
    /* margin-top: 30px; */
}
.custom-control.material-checkbox .material-control-input {
    display: none; 
}
.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    border-color: var(--color);
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    -ms-transform: rotate(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 16px;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff; 
}
.custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    /* position: absolute;
    top: 2px;
    left: 0; */
    width: 32px;
    height: 32px;
    border: 3px solid #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; 
    margin-top: 4px;
    /* margin-left: 10px; */
}
.custom-control.material-checkbox .material-control-input:disabled ~ .material-control-indicator {
    opacity: .4; 
}
/* .custom-control {
    padding-left: 3rem !important;
} */

.login-option {
    margin-top: 20px;
    background-color: #fff;
    color: #4378ac;
    border: none;
    border-radius: 6px;
    padding: 25px;
}

.login-option:hover {
    box-shadow: 2px 2px 9px rgb(0 0 0 / 18%);
    font-weight: bold;
}

.login-btn {
    /* margin-top: 20px; */
    background-color: #fff !important;
    /* color: rgb(89,45,95); */
    color: #4378ac;
    border: none !important;
    border-radius: 2px !important;
    /* width: 180px; */
    text-transform: uppercase;
    /* padding: 5px 10px 10px 10px !important; */
}

.icon-right-arrow {
    font-size: 27px;
    margin-left: 10px;
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1.5em;
    /* background-color: #ffffff; */
    /* box-shadow: 0px -4px 9px 0px rgb(0 0 0 / 7%); */
}

footer.footer-to-bottom{
    position: inherit;
}

.cosentyx-logo {
    width: 60%;
}

.novartis-logo {
    width: 60%;
    /* float: right; */
}

.dop {
    text-align: right;
    margin: 25px 0px 0px;
}

.footer-content {
    /* padding: 1em;
    color: #592d5f;
    font-weight: 500;
    margin-top: 7em;
    border-top: 3px;
    border-image: linear-gradient(to left, #592d5f, #e0256b);
    box-shadow: 0px -4px 9px 0px rgb(0 0 0 / 7%); */
}

.footer-img {
    width: 50%;
}

.mdot{
    margin: 0 1em;
}

.starter-kit-links {
    display: none;
    padding-top: 3.5em;
}

.link-box {
    background: linear-gradient(340deg, #597ac4 -20%, #40c8f4 100%);
    color: white;
}

.link-box h5 {
    font-size: 23px;
}

.link-box-btn {
    background-color: #fff !important;
    color: #4378ac;
    border: none !important;
    border-radius: 2px !important;
    text-transform: uppercase;
}

.select-kit {
    background-color: #fff;
    color: #4378ac;
}

.psoriasis-kit {
    display: none;
}

.arthritis-kit {
    display: none;
}

.kit-heading {
    font-family: 'VoltaModernDisplay-bold';
    background: -webkit-linear-gradient(0deg, #597ac4, #40c8f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kit-sub-heading {
    font-size: 23px;
    font-family: 'VoltaModernDisplay-light';
    background: -webkit-linear-gradient(0deg, #597ac4, #40c8f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-title {
    font-family: 'VoltaModernDisplay-book';
    color: #43bbe6;
}

.kit-card-text {
    font-family: 'VoltaModernDisplay-light';
}

.video{
    display: none;
    padding-top: 2em;
}

/* .video-container {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
}

iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 14%);
} */

/* .video-2 h2 {
    margin-top: 170px !important;
} */

.video-title {
    /* font-size: 30px; */
    font-weight: 100;
    /* background: linear-gradient(340deg, rgba(89,45,95,0.9) 0%, rgba(224,13,91,0.9) 100%); */
    /* background: linear-gradient(340deg, #57688e -20%, #40c8f4 100%); */
    background: linear-gradient(340deg, #597ac4 -20%, #40c8f4 100%);;
    padding: 1em;
    /* width: 850px; */
    color: white;
    /* margin-top: .5em; */
    /* position: absolute; */
    /* line-height: .9; */
    /* margin-top: 1em; */
}

.card.downloads {
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 14%);
    margin-bottom: 40px;
    /* margin-top: 160px; */
    /* font-size: 19px; */
    /* max-height: 190px;
    overflow: hidden; */
}

.card-text {
    margin-top: 10px;
}

.card.downloads .btn {
    /* background-color: rgb(89,45,95) !important; */
    background-color: #43bbe6;
    border: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    /* padding: 10px 15px 13px; */
    /* font-size: 18px; */
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 17%);
    margin: 10px 0px;
}

.material-icons {
    /* margin-left: 10px; */
    /* position: relative; */
    /* top: 6px; */
}

.card-img-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.card-footer {
    border-top: 1px solid rgb(231 232 231);
}

.note {
    font-size: 14px;
}

.ae-wording {
    margin-top: 20px;
    border: 2px solid #000;
    padding: 20px;
    /* position: absolute;
    left: 15px;
    bottom: -171px;
    width: 97%; */
}

.ae-wording p {
    margin-bottom: 0px !important;
    font-size: 14px;
}

.ae-wording a {
    color: #592d5f;
}

.download .material-icons{
    font-size: 1.6em;
    color: #43bbe6;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1024px) {
    .brand-logo{
        width: 30%;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .h3, h3 {
        font-size: 1.3rem;
    }

    /* nav {
        height: 10px;
    } */


    .brand-logo {
        width: 50%;
        margin: 2em auto;
        display: block;
    }

    /* .login.card {
        background: transparent;
        box-shadow: none;
    } */

    .login.card h3 {
        font-size: 38px;
    }

    footer {
        /* box-shadow: 0px -6px 10px 9px rgb(0 0 0 / 12%); */
        position: relative;
    }

    .cosentyx-logo {
        margin: auto;
        display: block;
    }
    
    .novartis-logo {
        margin: 40px auto 0px;
        display: block;
        float: none;
    }

    .text-lg-right {
        margin-top: 10px;
    }

    .dosing-card {
        margin-top: 30px !important;
    }

    .note {
        margin-top: 50px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (orientation : portrait) { 

    .brand-logo {
        /* width: 30%; */
        /* margin: 70px 35px; */
    }

    /* .login.card {
        top: 30px;
    } */

    /* .login .card-body {
        padding: 50px;
    } */

    /* .footer-img {
        width: 70%;
    } */

    /* .video-1 h2 {
        font-size: 26px;
    } */

    /* .video-2 h2 {
        font-size: 26px;
    } */

    /* .card.downloads {
        height: 460px;
    } */
} 

@media only screen and (max-height: 825px) {
    footer {
        position: static;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 

    /* .brand-logo {
        margin: 70px 35px;
    } */

    /* .login.card {
        top: 50px;
    } */

    /* .video-container h2 {
        font-size: 27px;
    } */

    /* .card-text {
        font-size: 16px;
    } */

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 2000px) {

}



/* input[type=password]{
    border-bottom: 1px solid #ccc !important;
    box-shadow: 0 1px 0 0 #ccc !important;
}

input[type=password]:not(.browser-default).validate+label {
    color: #777 !important;
    border-bottom: #ed1c24 !important;
    font-size: 16px;
}

.input-field>label {
    color: #9e9e9e !important;
}

input[type=password]:not(.browser-default):focus:not([readyonly]) {
    color: #303e45 !important;
    border-bottom: 1px solid #82d2a1 !important;
    box-shadow: 0 1px 0 0 #82d2a1 !important;
}

.field-icon {
    float: right;
    margin-top: -35px;
    position: relative;
    z-index: 2;
    color: #303e45;
} */