body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat;
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
}

.card2 {
    margin: 0px 40px;
}

.logo {
    width: 100px;
    margin-top: 20px;
    margin-left: 35px;
}

.image {
    width: 450px;
}

.border-line {
    border-right: 1px solid #EEEEEE;
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px;
}
::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}
/* warranty scan box */
.onlinescanbox{
    width: 280px;
    height: 380px;
    border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  #videoPlayer{
    width: 100%;
    position: absolute;
    z-index: 8;
  }
  #localVideo{
    width: 70px;
    height: 70px;
    border-radius: 70px;
    bottom: 10px;
    left: 10px;
    border: 2px solid #984eff;
    position: absolute;
    z-index: 9;
  }
  #switchCamera{
    position: absolute;
    z-index: 10;
  }
/* end */

input, textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
}

input:focus, textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px;
    }

    .image {
        width: 300px;
        height: 220px;
    }

    .border-line {
        border-right: none;
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px;
    }
}