body{
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.row{
    height: 100vh;
}

section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
}

/* section .imgbx{
    position: relative;
    width: 100%;
    height: 100%;
} */

section .imgbx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgbx2 img{
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.log {
    width: 100%;
    /* margin: 5% auto; */
    background-color: #FFF;
    padding-top: 10px;
}

.logo {
    text-align: right;
    padding-bottom: 5px;
    padding-right: 20px;
}

.form-info {
    padding-left: 70px;
    padding-right: 85px;
    padding-top: 40px;
}

.log h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 60px;
    letter-spacing: 6px;
    
}

.log .input-cont {
    position: relative;
    margin: 0 0 45px;
}

.log .input-cont:last-of-type {
    margin-bottom: 30px;
}

.log .input-cont input {
    position: relative;
    
    width: 100%;
    height: 46px;
    outline: none;
    color: #212121;
    font-size: 14px;
    
    background: none;
    border: none;
}

.log .input-cont input:focus {
    outline: none;
}

.log .input-cont label {
    position: absolute;
    color: #707070;
    top: 0;
    left: 0;
    line-height: 0px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.log .input-cont input:focus+label {
    margin-top: -30px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    color: #bdbdbd;
}

.log .border1,
.log .border2 {
    position: absolute;
    height: 1px;
    background-color: #9E9E9E;
    left: 0;
    bottom: 0;
    width: 100%;
}

.log .border1::after,
.log .border1::before,
.log .border2::after,
.log .border2::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.log .border1::after,
.log .border2::after {

    right: 50%;
    background-color: #0052ad;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.log .border1::before,
.log .border2::before {
    left: 50%;
    background-color: #0052ad;
}

.log .input-cont input:focus~.border1::after,
.log .input-cont input:focus~.border1::before,
.log .input-cont input:focus~.border2::after,
.log .input-cont input:focus~.border2::before {
    width: 50%;
}

.log .check,
.log a {
    float: left;
    /* width: calc(50% - 50px); */
    display: block;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 600;
}

/* .log .check {
    margin-left: 50px;
  } */
.log a {
    text-align: right;
    text-decoration: none;
    color: #707070;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #707070;
}
.log a:hover {
    text-decoration: underline;
    color: #0052ad;
}

.log form input[type="submit"] {
    
        /* display: block; */
        /* margin: 0 auto 20px */
        font-weight: 600;
        letter-spacing: 5px;
        text-transform: uppercase;
        border: 2px solid transparent;
        padding: 10px 35px;
        font-size: 20px;
        cursor: pointer;
        color: #fff;
        transition: .5s;
        border-radius: 15px;
        background: #0052ad;
        /* width: 163px; */
   
}

.log form input[type="submit"]:focus {
    outline: none;
}

.log form input[type="submit"]:hover {
    border: 2px solid #0052ad;
}

.check-info {
    display: flex;
    justify-content: space-between;
}

.contentbx-info {
    padding: 0px;
}

.imgbx-info {
    padding: 0px;
    

}

.bg-image img {
    width: 100%;
}



@media only screen and (max-width: 991px) {

    .imgbx-info {
        width: 950px;
    }

    .contentbx-info {
        width: 950px;
    }
    .contentbx-info {
         padding: 15px; 
         bottom: 470px;
    }
    section .contentbx {
        /* display: block; */
        border-radius: 30px;
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
        padding: 30px 50px;
        background: #fff;
    }

    .logo {
        text-align: center;
        padding-bottom: 20px;
        padding-right: 0px;
    }

    section .imgbx img {
        position: relative;
    }
    .form-info {
        padding-left: 0px; 
         padding-right: 0px;
    }
    .log h2 {
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        font-size: 40px;
        margin-bottom: 50px;
        letter-spacing: 6px;
    }
    .log {
        width: 100%;
        /* margin: 5% auto; */
        background-color: #FFF;
         padding-top: 0px; 
    }
    
}

/* responsive */

@media only screen and (max-width: 768px) {

    .contentbx-info {
        padding: 15px;
        bottom: 540px;
    }
    section .imgbx img {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .imgbx2 img{
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .log h2 {
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 45px;
        /* letter-spacing: 6px; */
    }
    section .contentbx {
        /* display: block; */
        border-radius: 30px;
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
        padding: 30px 30px;
        background: #fff;
    }
    .log .check, .log a {
        float: left;
        /* width: calc(50% - 50px); */
        display: block;
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 425px) {

    .log h2 {
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 45px;
        /* letter-spacing: 6px; */
    }
    log .check, .log a {
        float: left;
        /* width: calc(50% - 50px); */
        display: block;
        font-size: 14px;
        margin-bottom: 15px
    }
    .contentbx-info {
        padding: 15px;
        bottom: 280px;
    }
    img {
        vertical-align: middle;
        border-style: none;
        width: 140px;
    }
    label {
        display: inline-block;
        margin-bottom: 0.5rem;
        color: #707070;
        font-size: 14px;
    }
    .form-info {
        /* padding-left: 70px;
        padding-right: 85px; */
        padding-top: 10px;
}
}

@media only screen and (max-width: 375px){
    .contentbx-info {
        padding: 15px;
        bottom: 255px;
    }
    .log form input[type="submit"] {
        /* display: block; */
        /* margin: 0 auto 20px; */
        border: 2px solid transparent;
        padding: 5px 30px;
        font-size: 22px;
        cursor: pointer;
        color: #fff;
        transition: .5s;
        border-radius: 15px;
        background: #0052ad;
        /* width: 163px; */
    }
    .log h2 {
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 45px;
        /* letter-spacing: 6px; */
    }
}
@media only screen and (max-width: 320px) {
    .log h2 {
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 45px;
        /* letter-spacing: 6px; */
    }
    .log .check, .log a {
        float: left;
        /* width: calc(50% - 50px); */
        display: block;
        font-size: 12px;
        margin-bottom: 15px;
    }
    log .check, .log a {
        float: left;
        /* width: calc(50% - 50px); */
        display: block;
        font-size: 12px;
        margin-bottom: 15px;
    }
    img {
        vertical-align: middle;
        border-style: none;
        width: 120px;
    }
    .logo {
        text-align: center;
        padding-bottom: 0px;
        padding-right: 0px;
    }
    label {
        display: inline-block;
        margin-bottom: 0.5rem;
        color: #707070;
        font-size: 12px;
    }
    .log form input[type="submit"] {
        /* display: block; */
        /* margin: 0 auto 20px; */
        border: 2px solid transparent;
        padding: 5px 20px;
        font-size: 16px;
        cursor: pointer;
        color: #fff;
        transition: .5s;
        border-radius: 15px;
        background: #0052ad;
        /* width: 163px; */
    }
}
