﻿/* login styles */

main{
    background: #eff8f8;
    background-size: cover;
    height: 90vh;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e !important;
    opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #6e6e6e !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #6e6e6e !important;
}


.LoginPage {
    margin: 0px auto;
    padding: 0;
    width: 960px;
}

.LoginHeader {
    /*background-image: url(../images/ui-header-background.png);
    background-repeat: no-repeat;*/
    width: 960px;
    height: 84px;
    position: relative;
}

.LoginLMStitle {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #005A85;
}

.LoginKALogo {
    display: inline-block;
    width: 139px;
    height: 42px;
    top: 35px;
    right: 5px;
    position: absolute;
}

.LoginClientLogo {
    background-image: url(../images/cc-logo.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 209px;
    height: 29px;
    top: 32px;
    left: 5px;
    position: absolute;
}

.LoginContentContainer {
    padding: 0;
    width: 960px;
    border: 1px solid #d4d4d4;
    box-shadow: 0px 15px 20px #ddd;
    background-color: #FFF;
}

.LoginContent {
    margin: 10px;
    padding: 10px 30px 10px 20px;
    background: #E3E3E3 url(../images/CareCredit_Inner_Bkgrd.png) right bottom no-repeat;
    min-height: 430px;
}

.LoginFooter {
    width: 960px;
    height: 50px;
}

.LoginFailureTextStyle {
    color: #bbbbbb !important;
    width: 200px;
    text-align: left;
    padding-left: 13px !important;
}

.LoginControlContainer {
    /* background: url(../images/login-masthead.jpg) center no-repeat; */
    background-size: cover;
    /* margin: auto; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginLeft {
    background: #006f60;
    padding-top: 20px;
    float: right;
    border-radius: 5px;
    margin-right: 12%;
    margin-top: 70px;
}

.loginCenter{
    padding-top: 20px;
    border-radius: 5px;
    margin-top: clamp(5%, 15vh, 35%);
    max-width: 500px;
    word-wrap: normal !important;
    background: #ffffff;
    border: none;
    position: relative;
    padding: 2rem 2rem;
    box-shadow:0 6px 20px 0 rgb(0 56 48 / 12%);

}

.loginCenter::before{
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 2px;
    border-radius: 4px;
    background: linear-gradient(135deg, rgb(255,255,255), rgba(255,255,255, 0));
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
            mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

.loginCenter input:focus, .loginCenter input:focus-visible{
    box-shadow: 2px 2px 6px rgb(0 111 96 / 60%);
    background: #ffffff;
}

.loginCenter h1{
    margin-left: 1rem;
    font-size: 2rem;
}

@media (max-width: 576px) {
    .loginLeft {
        background: #006f60;
        width: 100%;
        border-radius: 0px;
        margin-right: 0px;
        margin-top: 250px;
    }

    .LoginControlContainer {
        margin-bottom: 150px;
    }
}

.LoginControl {
    margin: auto !important;
}

    .LoginControl td {
        padding: 5px 5px 10px 5px;
    }

    .LoginControl table tr td input[type="image"] {
        margin-right: 20px;
    }

.LoginError {
    color: Red;
    font-weight: bold;
}

.LoginTitle {
    font-size: 1.6em;
    line-height: 1.8em;
    vertical-align: top;
    color: #fff;
    text-align: left;
}

.LoginLabel {
    font-weight: bold;
    color: #ffffff;
}

.LoginTextBox {
    padding: .5rem 1rem;
    border-radius: 3px;
    margin-bottom: .5rem;
    outline: 2px solid rgb(0 111 96 / 50%);
    background: #eff8f8;
}

.LoginButton {
    width: 200px !important;
    text-align: center;
    background-color: #006f60;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .LoginButton:hover {
        background-color: #004030;
        color: #ffffff;
    }

.LoginContent {
    padding: 0;
}

.LoginLMStitle {
    display: none;
}

.forgot-password {
    text-align: right;
    color: #4D4D4F !important;
}

    .forgot-password:hover {
        color: #4D4D4F !important;
        text-decoration: underline;
    }

.otherlinks {
    display: flex;
    justify-content: center;
}

.bfcg-graycontent h3 {
    margin: 0;
    color: #006993;
    font-weight: bold;
    line-height: 17px;
}

.bfcg-graycontent p {
    margin: 10px 0 10px 0;
}

.bfcg-graycontent a {
    margin: 0;
    color: #006993;
    text-decoration: underline;
}

/* Suspended Provider*/
.suspendform th, td {
    padding: 5px;
}

.suspendform input[type=text] {
    width: 250px;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

    .suspendform input[type=text]:focus {
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom-color: #008378;
        outline: none;
    }

.suspendform input[type=password] {
    width: 250px;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

    .suspendform input[type=password]:focus {
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom-color: #008378;
        outline: none;
    }

.suspendform select {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

    .suspendform select:focus {
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom-color: #008378;
        outline: none;
    }

@media (max-width: 576px) {
    .suspendform select {
        width: 275px !important;
    }
}

.suspendform .footer {
    text-align: right;
}

.jumbotron2 {
    padding: 5rem 0rem 0rem 0rem;
    margin-bottom: 0rem;
    border-radius: 0rem;
}

.modal-open {
    padding-right: 0px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.3);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.3);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.3);
}

/* Video Landing */
.cc-videos {
    padding-bottom: 200px;
}

.cc-item {
    margin-bottom: 60px;
}

    .cc-item img {
        border: solid 1px #ccc;
        margin-bottom: 10px;
        width: 100%;
    }

.cc-title, .cc-title a {
    color: #000;
    display: block;
}

.cc-video, .cc-video-full {
    height: 280px;
    padding: 5px;
    width: 100%;
}

.cc-video-full {
    height: 370px;
}

    .cc-video iframe, .cc-video-full iframe {
        height: 360px;
        width: 100%;
    }

.cc-video:hover {
    color: #fff;
    background-color: #94bf7c;
}

.copy-link {
    border: solid 1px #ccc;
    border-radius: 5px;
    cursor: pointer;
    height: 42px;
    padding: 5px;
    width: 42px;
}

    .copy-link:hover {
        background-color: #94bf7c;
        border-radius: 5px;
    }

.cc-back a {
    display: block;
    padding: 0 5px;
}

    .cc-back a:hover {
        color: #fff;
        background-color: #94bf7c;
    }

.video-input {
    width: 600px;
}
