.login-form .form__detail {
        position: relative;
        height: 48px;
        margin-bottom: 30px;
        }
         .form__input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 1px solid #d7d9dd;
        color: #000000;
        border-radius: 5px;
        outline: none;
        padding: 15px;
        background: none;
        font-size: 16px;
        z-index: 1;
        } 


