body {
    margin: 0;
    padding: 0;
}

.new-login-wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    height: 100vh;
}

    .new-login-wrapper .new-login-container {
        width: 100%;
        display: flex;
        height: 100vh;
    }

        .new-login-wrapper .new-login-container .login-container-left {
            background: #29539d;
            flex: 1;
        }

        .new-login-wrapper .new-login-container .login-container-right {
            background: rgba(256,256,256, 1);
            flex: 1;
        }

    .new-login-wrapper .logincover-mask {
        width: 100%;
        height: 100%;
        background: #3360af;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .new-login-wrapper .login-content-hold {
        width: 75%;
        height: 500px;
        box-shadow: 0px 0px 12px 8px rgb(255, 255, 255, 0.10);
        background-color: rgba(256,256,256, 0.85);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        border-radius: 4px;
    }

        .new-login-wrapper .login-content-hold .im-online-login {
            width: 100%;
            display: flex;
            height: 500px;
        }

            .new-login-wrapper .login-content-hold .im-online-login .im-login-left {
                width: 60%;
                height: 500px;
                box-sizing: border-box;
                background: #29539d url(../images/login-banner.jpg) 50% 50% no-repeat;
                background-size: cover;
                position: relative;
            }

            .new-login-wrapper .login-content-hold .im-online-login .im-login-right {
                width: 40%;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 500px;
                background: #FFF;
            }

            .new-login-wrapper .login-content-hold .im-online-login h2 {
                color: rgba(256,256,256, 0.8);
                font-size: 28px;
                font-weight: 500;
                line-height: 40px;
                margin: 0;
                padding: 20px;
                font-family: 'Rubik', sans-serif;
                box-sizing: border-box;
            }

            .new-login-wrapper .login-content-hold .im-online-login .im-login-right .importal-login-area {
                display: flex;
                flex-flow: column;
                align-items: center;
                padding: 20px 20px;
                box-sizing: border-box;
                width: 85%;
            }

            .new-login-wrapper .login-content-hold .im-online-login .im-login-right .form-listing {
                padding: 0px;
                margin: 10px 0;
            }

                .new-login-wrapper .login-content-hold .im-online-login .im-login-right .form-listing .importal-logo {
                    width: 147px;
                    height: 44px;
                }

            .new-login-wrapper .login-content-hold .im-online-login .im-login-right .importal-login-area .input-form-im {
                width: 100%;
                margin-top: 15px;
            }

.chmlogo-bg {
    background: #FFF;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    right: -43px;
    top: 40%; /* box-shadow: 3px 2px 8px 0px rgba(0,0,0, 0.2); */
}

.new-login-wrapper .login-content-hold .input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.new-login-wrapper .login-content-hold .icon {
    padding: 10px;
    background: #29539d;
    color: white;
    min-width: 20px;
    text-align: center;
}

.new-login-wrapper .login-content-hold .input-field {
    width: 100%;
    padding: 0 10px;
    outline: none;
    border: 1px solid rgba(45,45,45, 0.2);
}

    .new-login-wrapper .login-content-hold .input-field:focus {
        border: 1px solid #29539d;
    }

/* Set a style for the submit button */
.new-login-wrapper .login-content-hold .btn {
    background-color: rgba(220, 81, 76, 0.9);
    color: white;
    padding: 0px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    border-radius: 2px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

    .new-login-wrapper .login-content-hold .btn:hover {
        opacity: 1;
    }

.container-im {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #454545;
}

    .container-im input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .container-im .checkmarkim {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border-radius: 4px;
        border: 1px solid #999;
    }

    .container-im:hover input ~ .checkmarkim {
        background-color: #ccc;
    }

    .container-im input:checked ~ .checkmarkim {
        background-color: #2196F3;
        border: 1px solid #2196F3;
    }

    .container-im .checkmarkim:after {
        content: "";
        position: absolute;
        display: none;
    }

    .container-im input:checked ~ .checkmarkim:after {
        display: block;
    }

    .container-im .checkmarkim:after {
        left: 7px;
        top: 3px;
        width: 5px;
        height: 9px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.importal-login-area .importal-register-sec {
    display: flex;
}

.importal-login-area .importal-register-sec {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    margin-top: 20px;
    width: 100%;
}

    .importal-login-area .importal-register-sec p {
        text-decoration: none;
        margin: 0;
        font-size: 14px;
        padding: 5px 0;
        color: #454545;
    }

    .importal-login-area .importal-register-sec a {
        font-size: 14px;
        text-decoration: none;
        line-height: 22px;
        font-weight: 500;
    }

    .importal-login-area .importal-register-sec .frgt-class {
        color: rgba(0,0,238, 0.8);
    }

        .importal-login-area .importal-register-sec .frgt-class:hover {
            color: rgba(0,0,238, 1);
        }

    .importal-login-area .importal-register-sec .rgstr-class {
        color: rgba(220, 53, 69, 0.8);
        font-weight: 500;
    }

        .importal-login-area .importal-register-sec .rgstr-class:hover {
            color: rgba(220, 53, 69, 1);
        }

.importal-login-area p {
    margin: 0px;
    color: #454545;
    font-size: 14px;
    line-height: 18px;
}

.new-login-wrapper .login-content-hold .btn-danger {
    background: #dc3545;
}


<!-- new css -->
.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}


.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.input-field {
    width: 100%;
    padding: 0 10px;
    outline: none;
    border: 1px solid rgba(45,45,45, 0.2);
}

.input-container .icon {
    padding: 10px;
    background: #29539d;
    color: white;
    min-width: 20px;
    text-align: center;
    height: 100%
}

.custom-pd30 {
}

.modal-content.custom-modal1 {
}

    .modal-content.custom-modal1 .modal-header {
        border-bottom: 0px;
        padding: 10px 15px 0 0;
    }

    .modal-content.custom-modal1 .modal-body {
        padding: 10px 15px 0;
        margin: 0;
    }

    .modal-content.custom-modal1 .modal-footer {
        border: 0px;
        padding: 0 15px 15px 0;
    }

.btn.btn-send {
    background-color: rgba(220, 81, 76, 0.9);
    color: white;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    text-transform: uppercase;
    border-radius: 4px;
    width: 140px;
}

    .btn.btn-send:hover {
        background-color: rgba(220, 81, 76, 1);
    }

button:focus {
    outline: none !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 13px;
    color: #999999;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 13px;
    color: #999999;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 13px;
    color: #999999;
}

span.login-error.field-validation-error {
    color: #FF0000;
    font-size: 11px;
    position: absolute;
    right: 4px;
    bottom: 0;
}

.input-container {
    position: relative;
}
