  /*new css */
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 4px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    box-shadow: 0px 3px 6px #31313130;
    border: 0.20000000298023224px solid #707070;
}

.btn-block1 {
    display: block;
    margin-left: 10px;
    width: auto;
    padding: 5px 30px 5px 30px;
    color: #fff;
    background: #00B0FF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #00B0FF;
    border-radius: 12px;
    opacity: 1;
    font-size: 18px;
}

.container {
    width: 100vw;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.row {
    width: 100vw;
}

.login-img img {
    float: left;
    width: 100%;
    height: 100vh;
    margin-left: -15px;
}

.text-center {
    font-size: 24px;
    color: black;
    padding-bottom: 30px;
    padding-top: 30px;
}

.text-center span {
    font-size: 24px;
    color: black;
}

.form-body {
    margin-top: 80px;
}

.animated-checkbox {
    float: right;
}

.btn-container1 {
    margin-top: 40px;
    padding: 10px;
    justify-content: center;
    /* position: absolute; */
    display: flex;
    margin-left: 60px;
}

.bottun-text {

    font-size: 24px;
    font-weight: 600;
}

.design_develop a {
    color: #F26A11;
}

.design_develop a:hover {
    color: #000;
}

@media (max-width: 1200px) {
    .btn-container1 {
        margin-top: 40px;
        padding: 10px;
        justify-content: center;
        /* position: absolute; */
        display: flex;
        margin-left: 60px;
    }

    .bottun-text {

        font-size: 24px;
        font-weight: 600;
    }

    .login-img img {
        float: left;
        width: 50vw;
        height: 100vh;
    }
}

@media (max-width: 920px) {
    .login-img img {
        float: left;
        width: 50vw;
        height: 100vh;
    }

    .btn-container1 {
        margin-top: 40px;
        padding: 10px;
        justify-content: center;
        /* position: absolute; */
        display: flex;
        margin-left: 60px;
    }

    .bottun-text {

        font-size: 24px;
        font-weight: 600;
    }

}

@media (max-width: 767px) {

    .btn-container1 {
        margin-top: 40px;
        padding: 10px;
        justify-content: center;
        /* position: absolute; */
        display: flex;
        margin-left: 60px;
    }

    .bottun-text {

        font-size: 24px;
        font-weight: 600;
    }

    .login-img img {
        float: left;
        width: 100%;
        height: 100vh;
        position: absolute;
        text-align: center;
        box-shadow: black;
        margin-left: -10px;
    }

    .card {
        background: #ffffffbf 0% 0% no-repeat padding-box;
    }
}

@media (max-width: 480px) {

    .btn-container1 {
        margin-top: 40px;
        padding: 10px;
        justify-content: center;
        /* position: absolute; */
        display: flex;
        margin-left: 60px;
    }

    .bottun-text {

        font-size: 14px;
        font-weight: 600;
    }

    .login-img img {
        /* float: left; */
        width: 100%;
        height: 100vh;
        position: absolute;
        text-align: center;
        box-shadow: black;
        margin-left: -10px;
    }

    .card {
        background: #ffffffbf 0% 0% no-repeat padding-box;
    }

    .form-body {
        margin-top: 15px;
    }

    .card-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .75rem;
    }

    .btn-block1 {
        display: block;
        margin-left: 10px;
        width: auto;
        padding: 3px 20px 3px 20px;
        color: #fff;
        background: #00B0FF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #00B0FF;
        border-radius: 12px;
        opacity: 1;
        font-size: 14px;
    }
}
