﻿
/*@media (min-width: 1200px) .col-xl-4 {
    flex: 0 0 auto;
    width: 43.333333%;
}
*/
body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    /*background-color: #B0BEC5;*/
    background-repeat: no-repeat
}

.carousel-inner {
    height: 290px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*max-width: 1200px;*/
    max-width: 898px;
}

.card0 {
    /*box-shadow: 0px 4px 8px 0px #757575;*/
    box-shadow: 1px 0px 5px 2px #757575;
    border-radius: 0px
}



.logo {
    /*width: 340px;
    height: 100px;
         margin-left: 5px;
    */
    margin-top: 0px;
}


.message_right {
    height: 75px;
    margin-top: 20px;
    margin-left: 35px;
}


.message_left {
    height: 75px;
    margin-top: 20px;
    margin-left: 0px;
    padding-left:0px!important;
}



.border-line {
    border-left: 2px solid #d7d7d7
}



/*.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}*/




::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

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

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


textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
    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
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.w-300 {
    width: 300px;
}


.w-225 {
    width: 225px;
}


.w-30 {
    width: 30% !important;
}

.w-60 {
    width: 60% !important;
}

.w-80 {
    width: 80% !important;
}

.loginCarousel {
    color: #244061;
}

.col-lg-7 {
    flex: 0 0 auto;
    width: 56.33333333%;
}



input[type=text]::-ms-clear {
    display: none;
}


.CarHeading {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 5px;
}


.CarText {
    font-size: 14px;
}

.dropdown-menu {
    /*font-size: 13px !important;*/
    font-size: 12px !important;
}

.dropdown-item {
    /*font-size: 13px !important;*/
    font-size: 12px !important;
}

.carousel-item {
    opacity: 0;
    transition-duration: .2s!important;
    transition-property: opacity;
}



.carousel-fade .carousel-item {
    opacity: 1;
    transition-property: none!important;
    transform: none!important;
} 