﻿@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .container.body-content .divParent {
        width: 385px;
        height: 350px;
        border: 1px solid gainsboro;
        background-color: #e9e9e9;
        margin: 50% 0 0 4%;
    }
    .container.body-content .divLogon {
        position: relative;
        left: 9px;
        top: 29px;
        height: 240px;
        width: 366px;
    }
    .container.body-content .divLogon .input {
        border: 1px solid #b1b1b1;
        height: 35px;
        width: 329px;
        padding: 6px 35px 0 41px;
        line-height: 0 !important;
    }
}
