* {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.login-img-container {
    width: 60%;
    height: 100vh;
    display: inline-block;
    /*background-image: url(../img/cyber-security-technology-concept-shield-with-keyhole-icon-vector.jpg);*/
    background: #011423;
    background-size: cover;
    margin-top: 0%;
}

.login-img-container h1 {
    position: absolute;
    width: 35%;
    left: 111px;
    top: 35%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.2em;
    color: #FFFFFF;
}

.login-form {
    width: 39.5%;
    height: 100vh;
    display: inline-block;
}

.login-form-container {
    margin-left: 10%;
    margin-top: 12%;
    width: 80%;
}

.login-form img {
    width: 214px;
    height: 65px;
    left: 50px;
    top: 10%;
    margin-bottom: 5%;
    margin-left: 23%;
}

.login-form h1 {
    width: 100%;
    height: 29px;
    left: 50px;
    top: 15%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 29px;
    color: #292929;
    text-align: center;
}

.login-form form {
    width: 100%;
    left: 50px;
    top: 20%;
    margin-top: 5%;
}

.login-form a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #7ED700;
    display: block;
}

.login-form button {
    width: 100%;
    height: 43px;
    background: #7ED700;
    border-radius: 5px;
    border: hidden;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #FFFFFF;
    margin-top: 10%;
    cursor: pointer;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    }
.login-form h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #292929;
}

.login-form input {
    width: 100%;
    height: 50px;
    background: #F2F2F2;
    border-radius: 5px;
    margin-top: 2%;
    margin-bottom: 4%;
    border: hidden;
    padding-left: 3%;
    padding-right: 12%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    /* identical to box height */
    color: #808080;
}

form i {
    margin-left: -40px;
    cursor: pointer;
}

@media only screen and (max-width: 1100px) {
    .login-img-container {
        display: none;
    }
    .login-form-container {
        width: 100%;
        margin-left: 0%;
    }
    .login-form {
        width: 80%;
        height: 100vh;
        display: block;
        margin: auto;
        display: flex;
    }
    .login-form img {
        width: 150px;
        height: auto;
        margin: auto;
        display: block;
    }
    .login-form h1 {
        margin: auto;
        display: block;
        margin-top: 3%;
    }
}

@media only screen and (max-width: 720px) {
    .login-img-container {
        display: none;
    }
    .login-form-container {
        width: 100%;
        margin-left: 0%;
    }
    .login-form {
        width: 80%;
        height: 100vh;
        display: block;
        margin: auto;
        display: flex;
    }
    .login-form img {
        width: 150px;
        height: auto;
        margin: auto;
        display: block;
    }
    .login-form h1 {
        margin: auto;
        display: block;
        margin-top: 3%;
    }
}

@media only screen and (max-width: 490px) {
    .login-img-container {
        display: none;
    }
    .login-form-container {
        width: 100%;
        margin-left: 0%;
    }
    .login-form {
        width: 80%;
        height: 100vh;
        display: block;
        margin: auto;
        display: flex;
    }
    .login-form img {
        width: 150px;
        height: auto;
        left: 50px;
        top: 10%;
        margin-bottom: 5%;
        margin-left: 23%;
    }
}