﻿/*util class*/
.ta-c {
    text-align: center;
}

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.fullwidth {
    width: 100%;
}

.fw-b {
    font-weight: bold;
}

.mtb-5 {
    margin: 5px 0px;
}
/*util class*/
.col-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /*background-image: url('../images/LoginLeftbg.jpg');*/
    background-image: url('../images/bg-CRM.png');
    height: 100vh;
}

.col-right {
    height: 100vh;
    padding: 0px 50px 10px 50px;
}

.title-area {
    padding-top: 10vh;
    padding-bottom: 10px;
    text-align: center;
    margin: 0;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #012442;
    color: white;
    text-align: center;
    padding: 10px 0px;
}

.footerLink {
    color: #9bc4e6;
}

.ico-error {
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -8px;
}
/*social icon*/
.socialicon .fa {
    padding: 7px;
    font-size: 15px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    box-sizing: border-box;
    height: 30px;
}

    .socialicon .fa:hover {
        opacity: 0.7;
    }

.socialicon .fa-facebook {
    background: #3B5998;
    color: white;
}

.socialicon .fa-twitter {
    background: #55ACEE;
    color: white;
}

.socialicon .fa-google {
    background: #dd4b39;
    color: white;
}

.socialicon .fa-linkedin {
    background: #007bb5;
    color: white;
}

.socialicon .fa-youtube {
    background: #bb0000;
    color: white;
}

.socialicon .fa-instagram {
    background: #125688;
    color: white;
}

.socialicon .fa-pinterest {
    background: #cb2027;
    color: white;
}

.socialicon .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.socialicon .fa-skype {
    background: #00aff0;
    color: white;
}

.socialicon .fa-android {
    background: #a4c639;
    color: white;
}

.socialicon .fa-dribbble {
    background: #ea4c89;
    color: white;
}

.socialicon .fa-vimeo {
    background: #45bbff;
    color: white;
}

.socialicon .fa-tumblr {
    background: #2c4762;
    color: white;
}

.socialicon .fa-vine {
    background: #00b489;
    color: white;
}

.socialicon .fa-foursquare {
    background: #45bbff;
    color: white;
}

.socialicon .fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.socialicon .fa-flickr {
    background: #f40083;
    color: white;
}

.socialicon .fa-yahoo {
    background: #430297;
    color: white;
}

.socialicon .fa-soundcloud {
    background: #ff5500;
    color: white;
}

.socialicon .fa-reddit {
    background: #ff5700;
    color: white;
}

.socialicon .fa-rss {
    background: #ff6600;
    color: white;
}
/*social icon*/



@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .col-left {
        display: none;
    }
}

@media (max-width: 576px) {
    .col-left {
        display: none;
    }

    .col-right {
        height: 100vh;
        padding: 0px 15px 10px 15px;
    }
}
