﻿.login-header-logo-img {
    height: 50px;
    width: 200px;
    background-image: url('adsystech_logo.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-header {
    height: 50px;
}

.form-clearance {
    margin-left: 40px;
}

.login-form-img {
    width: 186px; /* max:400px  */
    height: 187px; /* max:300px */
    background-image: url('engineer_icon.jpg');
    background-size: cover;
}


.login-form-img-padding-top {
    /* 
        15px:align  with  product
        55px:align with loginform
    */
    padding-top: 55px;
}
