﻿
#landingPage {
    margin-top: 30px
}

.loginOptionBox {
    height: 110px;
    width: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    padding: 0px 1px;
    cursor:pointer;
}

p {
    font-size: 15px;
    margin-bottom: 0px !important;
}

.dcs-logo {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.selectLoginOption_div {
    min-height: 530px;
}
.left-control1 {
    background: #f7f4f44a;
    border: 1px solid #dbd7d7;
    border-radius: 10px;
}


.fa-chevron-left {
    position: absolute;
    bottom: 5px;
    left: 38%;
}

.fa-chevron-right {
    position: absolute;
    bottom: 5px;
    right: 38%;
}
.row {
    margin: 0px !important;
}

.rightbox_div {
    padding: 10px 0px;
}

carousel-indicators {
    margin-bottom: 10px !important;
}

div.imageContainer {
    width: 40%;
    margin: 0px 10px;
}

span.lableClickFor {
    color: darkgreen;
    font-size:18px;
}

div.advertisementSmallContainer {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rightsideMainDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (max-width: 769px) {
    .left-control1 {
        min-height: 500px;
    }
    .rightbox_div {
        min-height: 500px;
    }

    .loginOptionBox {
        height: 95px;
        width: 95px;
        margin: 10px;
      
    }
    .fa-chevron-right {
        right: 34% !important;
    }

    .fa-chevron-left {
        left: 34% !important;
    }
    .rightbox {
        padding-bottom: 10px !important;
    }
    /*.dcs-logo {
        width: 20rem;
    }*/
}
@media (max-width: 1025px) {
    .fa-chevron-right {
        right: 35% !important;
    }

    .fa-chevron-left {
        left: 35% !important;
    }
}
@media (max-width: 1299px) {

    .dcs-logo {
        width: 14rem;
        top: 1%;
    }
    .rightbox {
        padding-bottom: 40px;
    }
    span.welcome-to-new {
        font-size: 19px !important;
    }

    .fa-chevron-right {
        right: 38%;
    }

    .fa-chevron-left {
        left: 38%;
    }
    .data-capture-portal{
        font-size:1.3rem !important;
        margin-bottom:20px;
    }
}


