@media Only screen and (min-width:1441px) and (max-width:1800px) {
    .image-posioned {
        position: absolute;
        bottom: -80px;
        left: 530px;
    }

        .image-posioned img {
            max-width: 110px;
        }
}

@media only screen and (max-width:1700px) {
    .login-form-design {
        padding: 0px 30px;
        margin-top: 0px;
    }

        .login-form-design h2 {
            font-size: 42px;
            font-weight: normal;
        }

            .login-form-design h2 br {
                display: none;
            }
}

@media only screen and (max-width:1500px) {
    .login-bg_image .left-login-section {
        width: 50%;
        padding: 0;
        padding-right: 50px;
    }

    .login-form-design h2 span {
        font-weight: bold;
        color: #0c5830;
        font-size: 42px;
        margin: 0;
    }

    .Login-content h2 {
        font-size: 35px;
        margin-bottom: 10px;
        margin-left: 30px;
        font-weight: bold;
    }

    .form-login input {
        width: 100%;
        min-height: 70px;
        border: 1px solid #E2E2E2;
        border-radius: 10px;
        background: #F9F9F9;
        padding: 0px 60px;
        font-size: 16px;
    }

    img.material-img {
        position: absolute;
        top: 58px;
        left: 25px;
        max-width: 20px;
        margin: 0 auto;
    }

    .form-login {
        margin-top: 28px;
    }

    .login-content h2 {
        font-size: 42px;
    }

    p.tagline {
        font-size: 30px;
        line-height: 50px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: #636363;
    }

    .login-form-design {
        padding: 0px 30px;
        margin-top: 0px;
    }

    .image-posioned img {
        max-width: 150px;
    }

    .image-posioned {
        position: absolute;
        bottom: -80px;
        right: 10px;
    }

    .more-infor-button a {
        border: 1px solid #CCCCCC;
        padding: 13px;
        max-width: 350px;
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 20px;
        color: #000;
        text-decoration: none;
        border-radius: 10px;
    }

    .Logo {
        margin-bottom: 30px;
    }

    p.login-text {
        font-size: 20px;
        color: #707070;
        max-width: 400px;
        font-weight: lighter;
    }

    .image-posioned {
        position: absolute;
        bottom: -30px;
        left: 65%;
    }

    .login-bg_image {
        padding: 0px 86px 86px;
        display: inline-flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:1366px), screen and (max-height: 768px) {
    .Logo a img {
        max-width: 300px;
    }

    .login-content h2 {
        font-size: 52px;
    }

    p.tagline {
        font-size: 33px;
        line-height: 50px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: #636363;
    }

    .image-posioned img {
        max-width: 140px;
    }

    p.login-text {
        font-size: 20px;
        color: #707070;
        max-width: 340px;
        font-weight: lighter;
    }

    .form-login {
        margin-top: 18px;
    }

        .form-login label {
            color: #cccccc;
        }

    .custom-button {
        background: #0c5830;
        padding: 13px;
        height: 58px;
        font-size: 20px;
        border: #009999;
        color: #fff;
        margin-top: 10px;
    }

    .dont-have-account span {
        font-size: 19px;
        color: #000;
        font-weight: 500;
    }

    .dont-have-account {
        margin-top: 0px;
        text-align: left;
    }

    .login-button {
        margin-top: 20px;
    }

    .image-posioned {
        position: absolute;
        bottom: -30px;
        left: 70%;
    }

    .signup-form .form-group input {
        border: 1px solid #F2F2F2;
        border-radius: 6px;
        min-height: 52px;
        padding-left: 80px;
    }

    .heading-singup h2 {
        font-size: 40px;
        margin: 0;
    }

    .signup-form img.material-img {
        background: #f6f6f6;
        padding: 8px;
        width: 35px !important;
        border-radius: 100px;
        top: 9px;
        height: 35px !important;
        max-width: 100%;
    }

    .signup-form .floatlabel label.label {
        position: absolute;
        top: 13px;
        left: 70px;
        transition: all 0.2s ease-out;
        background: transparent;
        color: #00000075;
        cursor: text;
        font-family: 'Roboto' !important;
        font-size: 19px;
        font-weight: 400;
    }
}

@media screen and (max-height: 650px) {
    .Logo a img {
        max-width: 200px;
    }

    .login-form-design h2 {
        font-size: 35px;
        font-weight: normal;
    }

        .login-form-design h2 span {
            font-weight: bold;
            color: #0c5830;
            font-size: 35px;
            margin: 0;
        }

        .login-form-design h2 br {
            display: none;
        }
}

@media only screen and (max-width:1280px) {
    .image-posioned img {
        max-width: 120px;
    }

    .login-form-design h2 {
        font-size: 35px;
        font-weight: normal;
    }

    .Logo a img {
        max-width: 200px;
    }

    .login-bg_image {
        padding: 0px 36px 86px;
        display: inline-flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
    }

        .login-bg_image .left-login-section {
            width: 50%;
            padding: 0;
            padding-right: 50px;
        }

    .login-form-design h2 span {
        font-weight: bold;
        color: #0c5830;
        font-size: 35px;
        margin: 0;
    }

    .image-posioned {
        position: absolute;
        bottom: -30px;
        left: 78%;
    }

    .login-content h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width:1149px) {
    .image-posioned {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .Logo a img {
        max-width: 170px;
        margin-top: 0;
        ;
    }

    .Logo {
        margin-bottom: 20px;
        margin-top: 40px;
        text-align: center;
    }
}

@media only screen and (max-width:992px) {
    .dont-have-account {
        margin-top: 0px;
        text-align: center;
        padding: 10px 20px;
    }

    .login-bg_image {
        flex-direction: column;
    }

    .login-bg_image {
        flex-direction: column;
        padding: 30px 15px;
        background: none;
    }

    .left-login-section {
        width: 100%;
    }

    .login-bg_image .left-login-section,
    .login-bg_image .right-login-section {
        width: 100%;
        padding: 0 !important;
        max-width: 100%;
        flex-direction: column;
    }

    .login-form-design {
        padding: 0;
        margin: 20px 0px;
    }

    .login-div {
        height: 100%;
        overflow: visible;
    }

    .Login-content {
        max-width: 500px;
        margin: 20px auto 0px;
    }
}

@media Only screen and (max-width:767px) {
    .signup-div {
        display: inline-flex;
        align-items: center;
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    .Logo a img {
        max-width: 160px;
    }

    .dont-have-account span a {
        display: block;
        width: 100%;
        font-size: 16px;
        margin-top: 10px;
    }

    .login-form-design p {
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #cccccc;
    }

    .login-form-design h2,
    .login-form-design h2 span {
        font-size: 28px !important;
    }
}
