﻿.error {
    color: red;
    display: block;
    height: 22px px;
    font-size: 12px;
    margin: 0px;
    text-align: left;
}

.resrtForm .form-control {
    border-bottom: 1px solid #cacaca;
    background-color: #F7F7F6;
}

.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;
}

.resettitle {
    border-left: 5px solid #97144D;
    padding-left: 15px
}

.resrtForm .form-control-placeholder {
    color: #000000;
    opacity: 1.0;
}

@media (max-width: 768px) {
    .left_banner_img {
        height: unset !important;
    }

    .main_logForm {
        height: unset !important;
    }

    .left_banner_img img {
        width: 100%;
        max-height: 500px;
    }

    .logo_banner {
        max-width: 200px;
    }

    .threecontent h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .threecontent p {
        font-size: 18px;
        line-height: 25px;
    }

    .threecontent {
        max-height: 500px;
    }

    .left_banner {
        max-height: 500px;
    }

    .resrtForm {
        justify-content: flex-start;
    }
}


/* btn css start */
.submitbt_cta {
    width: auto !important;
    background: #97144d;
    color: #fff !important;
    padding: 10px 40px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    display: inline;
}

.cancl_cta {
    color: #97144d !important;
    border: 1px solid #97144d !important;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 1.2rem;
    display: inline;
    text-decoration: none !important;
}

.restpass-tittle {
    border-left: 5px solid #97144D;
    padding-left: 15px;
    font-weight: 500;
    font-size: 22px;
}

@media (max-width: 768px) {
    .left_banner {
        min-height: 400px;
    }
}

@media (max-width: 1024px) {
    .left_banner {
        min-height: 440px;
    }
}

@media (max-width: 767px) {
    .singin-d {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .cancl_cta, .submitbt_cta {
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

.errorfield {
    display: none;
    color: red;
}

    .errorfield.show {
        display: block;
    }
