﻿
#form1 {
    //height: 422px;
    display: block
}

#primary-auth {
    position: absolute;
    bottom: 0;
}

#maincont {
    position: relative;
    /* margin-top: -10px;*/
}

.accessibilitybanner {
    text-align: center;
    margin-bottom: 2px;
    margin-left: 0px;
    position: absolute;
    text-decoration: none;
}

.alert {
    height: 14px;
    font-weight: bold;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1332px;
    margin-left: -153px;
    position: absolute;
    margin-top: 106px;
}


#widgetbanner {
    /*position: absolute;
    padding-top: 12px;*/
}

#herobanner {
    /*position: absolute;*/
    padding-top: 12px;
    margin-top: -130px;
}

    #herobanner img {
        border-radius: 10px;
    }

#secondrowbanner {
    text-align: center;
    margin-top: 30px;
    margin-left: 420px;
    position: absolute;
    text-decoration: none;
    border-radius: 15px;
}

    #secondrowbanner img {
        text-align: center;
        text-decoration: none;
        border-radius: 10px;
    }

#thirdrowbanner {
    text-align: center;
    margin-top: 450px;
    margin-left: 420px;
    position: absolute;
    text-decoration: none;
    border-radius: 15px;
}

    #thirdrowbanner img {
        text-align: center;
        text-decoration: none;
        border-radius: 10px;
    }

#widget {
    /*uncomment below to allow message banner, comment otherwise*/
    margin-top: 33px;
    position: absolute;
}

.auth-container {
    margin-top: 100px;
}


/* Slideshow container */
.slideshow-container {
    margin-left: 420px;
    /*CHange margin-top to 157px below to allow message banner, if no banner then 102px*/
    margin-top: 102px;
    width: 800px;
    position: absolute;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    margin-left: 740px;
}

/* The dots/bullets/indicators */
.dot {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    padding: 9px;
    text-align: center;
    font: 14px Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.active {
    background-color: #E41E35;
    color: white;
}

/* Fading animation */
.fade {
    -webkit-animation-name: slideShow;
    -webkit-animation-duration: 8s;
    animation-name: slideShow;
    animation-duration: 8s;
}


@keyframes slideShow {
    0% {
        opacity: 1;
        transform: scale(0.99);
        -ms-transform: scale(0.99);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(0.99);
        -ms-transformm: scale(0.99);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 1;
        -o-transform: scale(0.99);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        -o-transform: scale(1);
    }

    100% {
        opacity: 1;
        -o-transformm: scale(0.99);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 1;
        -moz-transform: scale(0.99);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 1;
        -moz-transformm: scale(0.99);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.99);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transformm: scale(0.99);
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}



#body {
    width: 1300px;
    height: 1100px;
    overflow-y: hidden;
    margin-top: -40px;
    /*margin-top: -60px;*/
}



body {
    background: url('/Images/bg1288_9_with_image520-2.png') no-repeat scroll 0 0 transparent;
    position: relative;
}

#main {
    border-left: none;
    border-right: none;
    margin-top: -55px;
    height: 1050px;
}

#footer {
    /*display: none;*/
    margin-top: -3px;
}


.o-form-error-container {
    color: #E41E35;
}

.o-form-input-name-remember {
    color: #222222;
}

#updateaddress, #updatenotifications, #changepassword, #changesecurityhint {
    height: 22px;
    margin-left: 30px;
    margin-top: 15px;
    text-align: center;
    width: 150px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: white;
}



body {
    background: url('/Images/bg1288_9_with_image520-2.png') no-repeat scroll 0 0 transparent;
    /*overflow-y: auto;*/
}

.auth-divider {
    display: none;
}

.js-help-link {
    display: none;
}




.registration-label {
    display: none;
    visibility: hidden;
}

.registration-link {
    visibility: hidden;
}

    .registration-link::after {
        content: 'Cardinal Health at-Home - Employee Login';
        visibility: visible;
        color: grey;
        text-decoration-color: grey;
        margin-left: -70px;
        padding-left: 32px;
        font-size: 13.5px;
    }

        .registration-link::after:hover {
            text-decoration: underline;
            text-decoration-color: grey;
            color: grey;
        }


.alert {
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    /*background-color: #ff4336;*/
    background-color: #E41E35;
    color: white;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 12.75px;
}


.maintanencealert {
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: #E41E35;
    color: white;
    background-color: white;
    color: black;
    border: 2px solid #E41E35;
    font-weight: bold;
    width: 700px;
    margin-left: 220px;
    margin-top: 100px;
    margin-bottom: 5px;
    font-size: 16px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

#okta-sign-in.auth-container.main-container {
    border-width: 1.3px;
}

#okta-sign-in.auth-container .okta-sign-in-header {
    border: none;
}


#okta-sign-in.no-beacon .auth-header {
    padding-bottom: 1px;
}



#okta-sign-in .registration-container .registration-link {
    color: grey;
    text-decoration: none;
}
