﻿.left_banner {
    height: auto;
    background-color: #871F42;
}

.left_banner_img {
    display: flex;
    height: 100vh;
    justify-content: flex-end;
}

.leftgridbanner {
    position: relative;
}

.threecontent {
    top: 0px;
    padding: 40px 0px;
    left: 10%;
    height: 100%;
    position: absolute;
}

.threeflex {
    height: 100%;
}
/* .threecontent div:first-child{
     
    } */
.threecontent h1 {
    color: #fff;
    font-size: 32px;
    line-height: 39px;
    font-weight: bold;
}

.threecontent p {
    color: #fff;
    font-size: 22px;
    font-family: Lato-Light, sans-serif;
    line-height: 30px;
}

.main_logForm {
    background-color: #F7F7F6;
    height: 100vh;
}

.resrtForm {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-top: 40px;
    height: 100vh;
}

    .resrtForm .form-control {
        background-color: #F7F7F6;
        border-bottom: 1px solid#cacaca;
    }

.resettitle {
    border-left: 5px solid #97144D;
    padding-left: 15px
}

.copylinkSec p {
    text-align: center;
    margin: 3% 0;
}

.resrtForm .form-control-placeholder {
    color: #000000;
    opacity: 1.0;
}

.copylinkSec p span {
    border-bottom: 3px dotted #979797;
    width: 30%;
    display: inline-block;
    color: #979797;
    font-size: 18px;
    line-height: 28px;
}

    .copylinkSec p span:nth-child(2) {
        border: 0;
        width: auto;
        padding: 0 10px;
        font-size: 24px;
        position: relative;
        top: 4px;
    }

@media (max-width: 860px) {
    .wth {
        height: 50px;
        width: 80px;
    }

    .mail-hov:hover {
        content: url('images/mai1l2.png');
        border-radius: 50%;
        width: 80px;
        transform: scale(1.1);
    }

    .fb-hov:hover {
        content: url('images/fb2.png');
        border-radius: 50%;
        width: 80px;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {
    .left_banner {
        min-height: 400px;
    }
}

@media (max-width: 1024px) {
    .left_banner {
        min-height: 440px;
    }
}

@media (max-width: 768px) {

    .mob-hide {
        display: none;
    }

    .mob-hide-1 {
        display: block;
    }

    .left_banner_img img {
        width: 100%;
        max-height: 500px;
    }

    .logo_banner {
        max-width: 200px;
    }

    .threecontent h1 {
        font-size: 22px;
        line-height: 32px;
        padding-right: 5px;
    }

    .threecontent p {
        font-size: 18px;
        padding-right: 5px;
        line-height: 25px;
    }

    .threecontent {
        max-height: 500px;
    }

    .left_banner {
        max-height: 500px;
    }

    .resrtForm {
        justify-content: flex-start;
    }
}
